JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2021-11-08T02:20:31.461Z||main|||||INFO|500||The following profiles are active: basic 2021-11-08T02:20:42.511Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-08T02:20:42.512Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-08T02:20:42.600Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-08T02:20:44.915Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-08T02:20:45.105Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-08T02:20:45.517Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-08T02:20:45.524Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-08T02:20:45.593Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-08T02:20:45.701Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-08T02:20:46.076Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-08T02:20:47.104Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-08T02:20:49.136Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-08T02:20:49.182Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-08T02:20:49.752Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-08T02:20:49.881Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2021-11-08T02:20:51.162Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-08T02:20:52.187Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-08T02:20:52.205Z||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$$d1bfbc30.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2021-11-08T02:20:52.206Z||main|||||WARN|500||The sdc end point is not alive 2021-11-08T02:20:55.259Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-11-08T02:20:58.256Z||main|||||WARN|500||--- 2021-11-08T02:20:58.257Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-08T02:20:58.257Z||main|||||WARN|500||--- 2021-11-08T02:20:58.663Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-08T02:21:03.542Z||main|||||INFO|500||Started Application in 37.041 seconds (JVM running for 38.284) 2021-11-08T02:21:03.559Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-08T02:21:03.561Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-08T02:21:03.570Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-08T02:21:03.645Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-08T02:21:03.685Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c273069-2903-47b6-a7ed-f13b90363507 url= /sdc/v1/artifactTypes 2021-11-08T02:21:03.685Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-08T02:21:03.936Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-08T02:21:03.961Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2021-11-08T02:21:03.984Z||scheduling-1|||||DEBUG|500||create keys 2021-11-08T02:21:03.992Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-08T02:21:04.672Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:21:04.691Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9659be53-80d8-43ee-a977-d1f963347fe3 url= /sdc/v1/registerForDistribution 2021-11-08T02:21:05.950Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9659be53-80d8-43ee-a977-d1f963347fe3 url= /sdc/v1/registerForDistribution 2021-11-08T02:21:05.951Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-08T02:21:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:21:05.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:21:05.964Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:21:05.964Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:21:05.964Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:21:05.965Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:21:05.967Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-08T02:21:19.274Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:21:19.421Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:22:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:22:05.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:22:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:22:05.962Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:22:05.963Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:22:05.963Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:22:15.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:22:15.515Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:23:05.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:23:05.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:23:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:23:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:23:05.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:23:05.963Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:23:15.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:23:15.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:24:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:24:05.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:24:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:24:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:24:05.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:24:05.963Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:24:15.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:24:15.513Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:25:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:25:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:25:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:25:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:25:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:25:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:25:15.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:25:15.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:26:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:26:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:26:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:26:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:26:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:26:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:26:15.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:26:15.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:27:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:27:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:27:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:27:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:27:05.962Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:27:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:27:15.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:27:15.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:28:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:28:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:28:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:28:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:28:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:28:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:28:15.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:28:15.510Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:29:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:29:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:29:05.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:29:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:29:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:29:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:29:15.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:29:15.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:30:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:30:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:30:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:30:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:30:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:30:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:30:15.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:30:15.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:31:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:31:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:31:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:31:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:31:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:31:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:31:15.013Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-08T02:31:15.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:31:15.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:32:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:32:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:32:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:32:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:32:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:32:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:32:15.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:32:15.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:33:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:33:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:33:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:33:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:33:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:33:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:33:15.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:33:15.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:34:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:34:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:34:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:34:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:34:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:34:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:34:15.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:34:15.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:35:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:35:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:35:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:35:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:35:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:35:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:35:15.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:35:15.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:36:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:36:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:36:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:36:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:36:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:36:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:36:15.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:36:15.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:37:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:37:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:37:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:37:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:37:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:37:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:37:15.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:37:15.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:38:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:38:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:38:05.962Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:38:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:38:05.962Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:38:05.963Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:38:15.510Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:38:15.514Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:39:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:39:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:39:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:39:05.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:39:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:39:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:39:15.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:39:15.511Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:40:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:40:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:40:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:40:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:40:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:40:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:40:15.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:40:15.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:41:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:41:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:41:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:41:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:41:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:41:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:41:15.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:41:15.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:42:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:42:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:42:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:42:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:42:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:42:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:42:15.523Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:42:15.528Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:43:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:43:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:43:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:43:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:43:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:43:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:43:15.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:43:15.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:44:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:44:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:44:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:44:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:44:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:44:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:44:15.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:44:15.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:45:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:45:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:45:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:45:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:45:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:45:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:45:15.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:45:15.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:46:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:46:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:46:05.963Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:46:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:46:05.965Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:46:05.965Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:46:15.509Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:46:15.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:47:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:47:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:47:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:47:05.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:47:05.962Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:47:05.963Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:47:15.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:47:15.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:48:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:48:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:48:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:48:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:48:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:48:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:48:15.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:48:15.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:49:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:49:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:49:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:49:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:49:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:49:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:49:15.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:49:15.510Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:50:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:50:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:50:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:50:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:50:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:50:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:50:15.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:50:15.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:51:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:51:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:51:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:51:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:51:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:51:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:51:15.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:51:15.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:52:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:52:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:52:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:52:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:52:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:52:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:52:15.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:52:15.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:53:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:53:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:53:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:53:05.960Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:53:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:53:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:53:15.500Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:53:15.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:54:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:54:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:54:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:54:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:54:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:54:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:54:15.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:54:15.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:55:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:55:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:55:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:55:05.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:55:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:55:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:55:15.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:55:15.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:56:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:56:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:56:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:56:05.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:56:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:56:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:56:15.501Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:56:15.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:57:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:57:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:57:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:57:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:57:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:57:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:57:15.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:57:15.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:58:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:58:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:58:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:58:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:58:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:58:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:58:15.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:58:15.512Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:59:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:59:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:59:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:59:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T02:59:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T02:59:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T02:59:15.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T02:59:15.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:00:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:00:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:00:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:00:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:00:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:00:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:00:15.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:00:15.507Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:01:05.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:01:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:01:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:01:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:01:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:01:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:01:15.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:01:15.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:02:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:02:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:02:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:02:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:02:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:02:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:02:15.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:02:15.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:03:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:03:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:03:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:03:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:03:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:03:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:03:15.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:03:15.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:04:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:04:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:04:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:04:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:04:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:04:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:04:15.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:04:15.509Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:05:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:05:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:05:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:05:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:05:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:05:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:05:15.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:05:15.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:06:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:06:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:06:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:06:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:06:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:06:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:06:15.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:06:15.507Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:07:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:07:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:07:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:07:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:07:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:07:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:07:15.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:07:15.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:08:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:08:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:08:05.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:08:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:08:05.962Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:08:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:08:15.526Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:08:15.527Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:09:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:09:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:09:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:09:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:09:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:09:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:09:15.513Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:09:15.513Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:10:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:10:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:10:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:10:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:10:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:10:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:10:15.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:10:15.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:11:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:11:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:11:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:11:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:11:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:11:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:11:15.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:11:15.509Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:12:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:12:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:12:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:12:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:12:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:12:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:12:15.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:12:15.509Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:13:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:13:05.960Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:13:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:13:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:13:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:13:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:13:15.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:13:15.508Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:14:05.959Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:14:05.959Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:14:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:14:05.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:14:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:14:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:14:15.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:14:15.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:15:05.959Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:15:05.960Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:15:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:15:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:15:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:15:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:15:15.505Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:15:15.505Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:16:05.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:16:05.959Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:16:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:16:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:16:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:16:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:16:15.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:16:15.519Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:17:05.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:17:05.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:17:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:17:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:17:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:17:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:17:15.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:17:15.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:18:05.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:18:05.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:18:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:18:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:18:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:18:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:18:15.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:18:15.507Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:19:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:19:05.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:19:05.961Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:19:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:19:05.962Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:19:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:19:15.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:19:15.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:20:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:20:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:20:05.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:20:05.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:20:05.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:20:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:20:15.504Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:20:15.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:21:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:21:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:21:05.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:21:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:21:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:21:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:21:15.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:21:15.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:22:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:22:05.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:22:05.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:22:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:22:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:22:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:22:15.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:22:15.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:23:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:23:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:23:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:23:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:23:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:23:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:23:15.499Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:23:15.520Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:24:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:24:05.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:24:05.961Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:24:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:24:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:24:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:24:15.507Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:24:15.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:25:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:25:05.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:25:05.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:25:05.960Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:25:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:25:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:25:15.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:25:15.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:26:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:26:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:26:05.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:26:05.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:26:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:26:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:26:15.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:26:15.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:27:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:27:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:27:05.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:27:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:27:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:27:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:27:15.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:27:15.511Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:28:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:28:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:28:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:28:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:28:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:28:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:28:15.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:28:15.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:29:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:29:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:29:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:29:05.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:29:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:29:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:29:15.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:29:15.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:30:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:30:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:30:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:30:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:30:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:30:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:30:15.503Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:30:15.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:31:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:31:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:31:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:31:05.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:31:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:31:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:31:15.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:31:15.511Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:32:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:32:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:32:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:32:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:32:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:32:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:32:15.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:32:15.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:33:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:33:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:33:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:33:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:33:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:33:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:33:15.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:33:15.506Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:34:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:34:05.960Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:34:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:34:05.960Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:34:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:34:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:34:15.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:34:15.513Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:35:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:35:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:35:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:35:05.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:35:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:35:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:35:15.500Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:35:15.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:36:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:36:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:36:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:36:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:36:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:36:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:36:15.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:36:15.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:37:05.958Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:37:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:37:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:37:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:37:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:37:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:37:15.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:37:15.502Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:38:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:38:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:38:05.962Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:38:05.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:38:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:38:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:38:15.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:38:15.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:39:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:39:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:39:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:39:05.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:39:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:39:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:39:15.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:39:15.509Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:40:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:40:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:40:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:40:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:40:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:40:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:40:15.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:40:15.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:41:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:41:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:41:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:41:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:41:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:41:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:41:15.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:41:15.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:42:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:42:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:42:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:42:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:42:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:42:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:42:15.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:42:15.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:43:05.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:43:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:43:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:43:05.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:43:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:43:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:43:15.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:43:15.508Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:44:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:44:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:44:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:44:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:44:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:44:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:44:15.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:44:15.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:45:05.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:45:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:45:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:45:05.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:45:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:45:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:45:15.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:45:15.503Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:46:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:46:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:46:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:46:05.960Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:46:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:46:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:46:15.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:46:15.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:47:05.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:47:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:47:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:47:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:47:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:47:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:47:15.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:47:15.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:48:05.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:48:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:48:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:48:05.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:48:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:48:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:48:15.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:48:15.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:49:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:49:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:49:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:49:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:49:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:49:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:49:15.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:49:15.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:50:05.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:50:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:50:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:50:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:50:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:50:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:50:15.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:50:15.512Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:51:05.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:51:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:51:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:51:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:51:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:51:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:51:15.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:51:15.504Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:52:05.958Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:52:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:52:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:52:05.960Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:52:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:52:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:52:15.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:52:15.507Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:53:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:53:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:53:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:53:05.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:53:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:53:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:53:15.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:53:15.512Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:54:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:54:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:54:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:54:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:54:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:54:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:54:15.505Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:54:15.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:55:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:55:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:55:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:55:05.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:55:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:55:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:55:15.504Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:55:15.504Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:56:05.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:56:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:56:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:56:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:56:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:56:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:56:15.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:56:15.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:57:05.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:57:05.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:57:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:57:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:57:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:57:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:57:15.506Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:57:15.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:58:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:58:05.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:58:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:58:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:58:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:58:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:58:15.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:58:15.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:59:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:59:05.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:59:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:59:05.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T03:59:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T03:59:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T03:59:15.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T03:59:15.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:00:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:00:05.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:00:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:00:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:00:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:00:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:00:15.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:00:15.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:01:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:01:05.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:01:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:01:05.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:01:05.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:01:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:01:15.511Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:01:15.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:02:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:02:05.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:02:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:02:05.960Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:02:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:02:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:02:15.500Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:02:15.500Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:03:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:03:05.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:03:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:03:05.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:03:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:03:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:03:15.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:03:15.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:04:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:04:05.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:04:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:04:05.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:04:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:04:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:04:15.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:04:15.508Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:05:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:05:05.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:05:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:05:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:05:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:05:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:05:15.509Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:05:15.510Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:06:05.958Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:06:05.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:06:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:06:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:06:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:06:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:06:15.500Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:06:15.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:07:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:07:05.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:07:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:07:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:07:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:07:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:07:15.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:07:15.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:08:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:08:05.959Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:08:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:08:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:08:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:08:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:08:15.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:08:15.509Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:09:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:09:05.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:09:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:09:05.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:09:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:09:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:09:15.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:09:15.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:10:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:10:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:10:05.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:10:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:10:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:10:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:10:15.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:10:15.510Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:11:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:11:05.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:11:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:11:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:11:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:11:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:11:15.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:11:15.512Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:12:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:12:05.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:12:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:12:05.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:12:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:12:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:12:15.499Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:12:15.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:13:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:13:05.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:13:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:13:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:13:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:13:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:13:15.501Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:13:15.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:14:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:14:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:14:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:14:05.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:14:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:14:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:14:15.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:14:15.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:15:05.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:15:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:15:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:15:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:15:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:15:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:15:15.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:15:15.501Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:16:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:16:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:16:05.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:16:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:16:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:16:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:16:15.499Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:16:15.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:17:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:17:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:17:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:17:05.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:17:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:17:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:17:15.506Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:17:15.508Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:18:05.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:18:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:18:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:18:05.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:18:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:18:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:18:15.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:18:15.506Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:19:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:19:05.960Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:19:05.960Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:19:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:19:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:19:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:19:15.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:19:15.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:20:05.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:20:05.959Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:20:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:20:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:20:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:20:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:20:15.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:20:15.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:21:05.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:21:05.959Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:21:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:21:05.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:21:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:21:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:21:15.503Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:21:15.510Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:22:05.958Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:22:05.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:22:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:22:05.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:22:05.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:22:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:22:15.505Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:22:15.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:23:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:23:05.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:23:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:23:05.960Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:23:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:23:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:23:15.510Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:23:15.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:24:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:24:05.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:24:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:24:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:24:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:24:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:24:15.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:24:15.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:25:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:25:05.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:25:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:25:05.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:25:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:25:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:25:15.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:25:15.504Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:26:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:26:05.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:26:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:26:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:26:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:26:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:26:15.504Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:26:15.506Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:27:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:27:05.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:27:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:27:05.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:27:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:27:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:27:15.502Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:27:15.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:28:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:28:05.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:28:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:28:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:28:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:28:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:28:15.500Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:28:15.500Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:29:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:29:05.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:29:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:29:05.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:29:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:29:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:29:15.509Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:29:15.509Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:30:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:30:05.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:30:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:30:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:30:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:30:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:30:15.499Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:30:15.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:31:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:31:05.960Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:31:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:31:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:31:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:31:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:31:15.509Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:31:15.510Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:32:05.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:32:05.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:32:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:32:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:32:05.962Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:32:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:32:15.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:32:15.517Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:33:05.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:33:05.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:33:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:33:05.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:33:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:33:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:33:15.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:33:15.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:34:05.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:34:05.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:34:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:34:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:34:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:34:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:34:15.506Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:34:15.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:35:05.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:35:05.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:35:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:35:05.961Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:35:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:35:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:35:15.503Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:35:15.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:36:05.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:36:05.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:36:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:36:05.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:36:05.961Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:36:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:36:15.506Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:36:15.507Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:37:05.958Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:37:05.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:37:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:37:05.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:37:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:37:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:37:15.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:37:15.516Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:38:05.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:38:05.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:38:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:38:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:38:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:38:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:38:15.502Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:38:15.503Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:39:05.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:39:05.960Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:39:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:39:05.960Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:39:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:39:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:39:15.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:39:15.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:40:05.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:40:05.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:40:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:40:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:40:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:40:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:40:15.498Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:40:15.502Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:41:05.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:41:05.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:41:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:41:05.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:41:05.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:41:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:41:15.525Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:41:15.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:42:05.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:42:05.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:42:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:42:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:42:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:42:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:42:15.500Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:42:15.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:43:05.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:43:05.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:43:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:43:05.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:43:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:43:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:43:15.508Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:43:15.509Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:44:05.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:44:05.960Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:44:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:44:05.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:44:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:44:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:44:15.510Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:44:15.514Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:45:05.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:45:05.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:45:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:45:05.960Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:45:05.961Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:45:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:45:15.502Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:45:15.502Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:46:05.958Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:46:05.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:46:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:46:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:46:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:46:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:46:15.502Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:46:15.511Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:47:05.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:47:05.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:47:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:47:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:47:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:47:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:47:15.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:47:15.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:48:05.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:48:05.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:48:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:48:05.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:48:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:48:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:48:15.502Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:48:15.512Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:49:05.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:49:05.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:49:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:49:05.960Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:49:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:49:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:49:15.503Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:49:15.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:50:05.959Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:50:05.959Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:50:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:50:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:50:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:50:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:50:15.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:50:15.503Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:51:05.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:51:05.959Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:51:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:51:05.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:51:05.961Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:51:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:51:15.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:51:15.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:52:05.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:52:05.959Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:52:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:52:05.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:52:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:52:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:52:15.509Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:52:15.509Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:53:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:53:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:53:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:53:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:53:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:53:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:53:15.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:53:15.503Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:54:05.959Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:54:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:54:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:54:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:54:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:54:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:54:15.499Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:54:15.500Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:55:05.958Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:55:05.959Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:55:05.959Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:55:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:55:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:55:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:55:15.501Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:55:15.505Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:05.959Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:56:05.959Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:56:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:56:05.962Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:56:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:06.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:06.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:06.590Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.591Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "ves-openapi-manager", "timestamp": 1636347357739, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0207244c-50a4-4f7b-a733-54b9d4716152","serviceName":"vFW 2021-11-08 04-53-12","serviceVersion":"1.0","serviceUUID":"c3de2319-dfb6-437a-999c-b0ef3737ba4a","serviceDescription":"catalog service description","serviceInvariantUUID":"c478f836-a50c-4228-aea3-277b7cd0527f","resources":[{"resourceInstanceName":"vFW 4cab8aef-2817 0","resourceName":"vFW 4cab8aef-2817","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4dc7d01d-cbe8-4241-bc58-b8d6c62579d1","resourceInvariantUUID":"b390ce06-13a4-4e43-84bb-5ac1c07ba576","resourceCustomizationUUID":"578bdc98-2fce-4522-9b1c-70b400b831c3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml","artifactChecksum":"YmRjYTQ3ZDQ1ZjdmMGI4M2JmMjA0OGUzN2M0MzJjNzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca87f74e-4258-4ca9-b518-c7f131a0ba79","artifactVersion":"1"},{"artifactName":"vfw4cab8aef28170_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json","artifactChecksum":"NWQwZTJlYzdlMzgxMDE5MzBiY2VjMGNhMmJhMDVkMGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"34d1e07e-707e-42c6-a879-edcc1ed7dc2f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6a9e2375-52bf-46d8-a051-d6b49bb1bf5d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml","artifactChecksum":"YThmNGY2NTMyZTgwMjU2ODgwNzE4NTIxZmE3MDUyNGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"76c526ee-f5ac-40fe-bc36-9b2a877b2467","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e41a4f8a-1c2c-40be-b2f2-37b37c244e10","artifactVersion":"2","generatedFromUUID":"6a9e2375-52bf-46d8-a051-d6b49bb1bf5d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211108045312-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml","artifactChecksum":"NzNlODk5NWRlNDEzMGJmOGVhYjYzM2Q5OThmMjI2YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6940b2ba-b6f0-498d-aa1b-011024a7caa2","artifactVersion":"1"},{"artifactName":"service-Vfw20211108045312-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar","artifactChecksum":"MWUxMjMyNmU2ZGZlNGYwZjI5ZjFmMzU4ZGY0NDZmNTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a1be8b8-07bd-420b-9ffb-90dbf2a72b38","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-08T04:56:06.598Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:56:06.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347362195, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "cds", "timestamp": 1636347358016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347358697, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347358934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.605Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "ves-openapi-manager", "timestamp": 1636347357739, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "cds", "timestamp": 1636347358016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347362195, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347358697, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOTIFIED" } 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347358934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "ves-openapi-manager", "timestamp": 1636347357739, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "cds", "timestamp": 1636347358016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347358697, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347362195, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:56:06.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347358934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-08T04:56:06.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:56:06.613Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:06.613Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:06.713Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2021-11-08T04:56:06.717Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:06.717Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:06.728Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:06.729Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:07.617Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:56:07.618Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:07.619Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:07.619Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOTIFIED" } 2021-11-08T04:56:07.719Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:07.720Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:07.721Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:07.732Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:07.732Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:08.620Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:56:08.621Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:08.622Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:08.622Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-08T04:56:08.723Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:08.723Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:08.723Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:08.735Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:08.735Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:09.623Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:56:09.624Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:09.625Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:09.625Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:09.726Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-08T04:56:09.726Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:09.726Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:09.738Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:09.738Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:10.626Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:56:10.627Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:10.629Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:10.629Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-08T04:56:10.729Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:10.729Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:10.730Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:10.744Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:10.745Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2021-11-08T04:56:11.630Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:56:11.630Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:11.632Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:11.632Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:56:11.732Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:11.733Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:11.733Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:11.746Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:11.746Z||pool-8-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:12.633Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:56:12.633Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:12.635Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:12.635Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOTIFIED" } 2021-11-08T04:56:12.735Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:12.736Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:12.736Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:12.746Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:12.747Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:13.638Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "serviceName": "vFW 2021-11-08 04-53-12", "serviceVersion": "1.0", "serviceUUID": "c3de2319-dfb6-437a-999c-b0ef3737ba4a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c478f836-a50c-4228-aea3-277b7cd0527f", "resources": [ { "resourceInstanceName": "vFW 4cab8aef-2817 0", "resourceCustomizationUUID": "578bdc98-2fce-4522-9b1c-70b400b831c3", "resourceName": "vFW 4cab8aef-2817", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "4dc7d01d-cbe8-4241-bc58-b8d6c62579d1", "resourceInvariantUUID": "b390ce06-13a4-4e43-84bb-5ac1c07ba576", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw4cab8aef28170_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "artifactChecksum": "NWQwZTJlYzdlMzgxMDE5MzBiY2VjMGNhMmJhMDVkMGM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "34d1e07e-707e-42c6-a879-edcc1ed7dc2f", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6a9e2375-52bf-46d8-a051-d6b49bb1bf5d", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e41a4f8a-1c2c-40be-b2f2-37b37c244e10", "generatedFromUUID": "6a9e2375-52bf-46d8-a051-d6b49bb1bf5d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e41a4f8a-1c2c-40be-b2f2-37b37c244e10", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211108045312-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "artifactChecksum": "MWUxMjMyNmU2ZGZlNGYwZjI5ZjFmMzU4ZGY0NDZmNTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3a1be8b8-07bd-420b-9ffb-90dbf2a72b38" } ], "workloadContext": "Production" } 2021-11-08T04:56:13.639Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-08T04:56:13.639Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c3de2319-dfb6-437a-999c-b0ef3737ba4a ASDC 2021-11-08T04:56:13.741Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0207244c-50a4-4f7b-a733-54b9d4716152 ServiceName:vFW 2021-11-08 04-53-12 ServiceVersion:1.0 ServiceUUID:c3de2319-dfb6-437a-999c-b0ef3737ba4a ServiceInvariantUUID:c478f836-a50c-4228-aea3-277b7cd0527f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211108045312-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar ArtifactUUID:3a1be8b8-07bd-420b-9ffb-90dbf2a72b38 ArtifactChecksum:MWUxMjMyNmU2ZGZlNGYwZjI5ZjFmMzU4ZGY0NDZmNTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 4cab8aef-2817 0 ResourceCustomizationUUID:578bdc98-2fce-4522-9b1c-70b400b831c3 ResourceInvariantUUID:b390ce06-13a4-4e43-84bb-5ac1c07ba576 ResourceName:vFW 4cab8aef-2817 ResourceType:VF ResourceUUID:4dc7d01d-cbe8-4241-bc58-b8d6c62579d1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw4cab8aef28170_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json ArtifactUUID:34d1e07e-707e-42c6-a879-edcc1ed7dc2f ArtifactChecksum:NWQwZTJlYzdlMzgxMDE5MzBiY2VjMGNhMmJhMDVkMGM= 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/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml ArtifactUUID:6a9e2375-52bf-46d8-a051-d6b49bb1bf5d ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env ArtifactUUID:e41a4f8a-1c2c-40be-b2f2-37b37c244e10 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env ArtifactUUID:e41a4f8a-1c2c-40be-b2f2-37b37c244e10 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-08T04:56:13.741Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c3de2319-dfb6-437a-999c-b0ef3737ba4a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T04:56:13.940Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T04:56:13.940Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-08T04:56:13.941Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-08T04:56:13.941Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a1be8b8-07bd-420b-9ffb-90dbf2a72b38 from URL: /sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:13.941Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-08T04:56:13.942Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:14.492Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-08T04:56:14.507Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar 3a1be8b8-07bd-420b-9ffb-90dbf2a72b38 98938 2021-11-08T04:56:14.508Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar ASDC sendASDCNotification 2021-11-08T04:56:14.508Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:14.509Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T04:56:14.510Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:14.511Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:14.511Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347374507, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T04:56:14.612Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T04:56:14.612Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:14.612Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:14.622Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:14.623Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:15.512Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T04:56:15.513Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-08T04:56:15.513Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3a1be8b8-07bd-420b-9ffb-90dbf2a72b38, URL: /sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar to file: /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:15.514Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211108045312-csar.csar 2021-11-08T04:56:15.576Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:15.577Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:16.280Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14992639578418167199/Definitions/service-Vfw20211108045312-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2021-11-08T04:56:19.223Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-08T04:56:19.233Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-08T04:56:19.233Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.233Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.234Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.235Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4cab8aef-2817 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-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.235Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.235Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:19.235Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-08T04:56:19.242Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.243Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:19.247Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:19.247Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-08T04:56:19.248Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T04:56:19.249Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.249Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:19.250Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:19.250Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-08T04:56:19.250Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T04:56:19.250Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.250Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:19.253Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.253Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is not matching search criteria 2021-11-08T04:56:19.253Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-08T04:56:19.253Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-08T04:56:19.253Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.253Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:19.253Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-08T04:56:19.253Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.253Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-08T04:56:19.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.255Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-08T04:56:19.255Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:19.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:56:19.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:19.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:56:19.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:19.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is not matching search criteria 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-08T04:56:19.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:19.258Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-08T04:56:19.258Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.258Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8113970-b027-4d8e-aa57-5221920dd858 2021-11-08T04:56:19.258Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.258Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is not matching search criteria 2021-11-08T04:56:19.258Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-08T04:56:19.258Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-08T04:56:19.258Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.258Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:19.259Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-08T04:56:19.259Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.259Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-08T04:56:19.259Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-08T04:56:19.259Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-08T04:56:19.259Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:19.259Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-08T04:56:19.259Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.259Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ee01b197-79f8-4a2d-b30a-76203d5c010a 2021-11-08T04:56:19.260Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.260Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is not matching search criteria 2021-11-08T04:56:19.260Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-08T04:56:19.260Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-08T04:56:19.260Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.260Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:19.260Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-08T04:56:19.260Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.260Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d9d93bc2-e943-4365-9fa9-f1d040e4973a 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:19.261Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.262Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:19.262Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:19.262Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:19.262Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-08 04-53-12 Description:catalog service description Model UUID:c3de2319-dfb6-437a-999c-b0ef3737ba4a Model Version:NULL Model InvariantUuid:c478f836-a50c-4228-aea3-277b7cd0527f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 4cab8aef-2817 Model UUID:de545294-08b0-4ade-a994-990ce74e1eb2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:b390ce06-13a4-4e43-84bb-5ac1c07ba576 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:578bdc98-2fce-4522-9b1c-70b400b831c3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e82865e3-573e-4156-a5f7-416c5161a8a8 ModelName:Vfw4cab8aef2817..base_vfw..module-0 ModelUuid:fe9ab08f-4e2a-4be6-bb99-ab64a386c9fa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d8113970-b027-4d8e-aa57-5221920dd858 ModelInvariantUuid:26ad34e8-c385-4bd6-9b2e-2eb9e51331f6 ModelName:vFW 4cab8aef-2817-nodes.vfwCvfc ModelUuid:4ab8791c-4df8-4cf2-981c-8a126209efc7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:522d6f34-93a1-419d-868e-0d85e0904ee9 ModelInvariantUuid:630a5406-e4ab-4e2e-9ad7-a08ffd30304a ModelName:Vfw4cab8aef2817.compute.nodes.heat.vfw ModelUuid:7fccbb36-8dc8-4239-a2fa-fc088a93a352 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ee01b197-79f8-4a2d-b30a-76203d5c010a ModelInvariantUuid:9aace0a4-f9a9-44f1-8725-673dbafe392a ModelName:vFW 4cab8aef-2817-nodes.vsnCvfc ModelUuid:595503dc-cb1f-4d46-a82b-631390e1d4fb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:67211c1b-6423-4d7c-8cb5-56e9c6378c1c ModelInvariantUuid:10129a24-d8c5-4e6b-9f9d-950bf476dc16 ModelName:Vfw4cab8aef2817.compute.nodes.heat.vsn ModelUuid:8adfcd5f-80d4-4f4f-bbeb-53c779333314 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d9d93bc2-e943-4365-9fa9-f1d040e4973a ModelInvariantUuid:98a2fec0-90e5-43c0-a3ca-563dbb5a4343 ModelName:vFW 4cab8aef-2817-nodes.vpgCvfc ModelUuid:fb558a21-42bf-45e8-81d2-43aba0509033 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:911500f4-4c67-439b-b0cc-a9fe0f1ee29b ModelInvariantUuid:40cb715f-d59f-4a1d-aac5-fd544312e0d9 ModelName:Vfw4cab8aef2817.compute.nodes.heat.vpg ModelUuid:59a50eb6-3ad9-4bda-80e8-945dc259336b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-08T04:56:19.284Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 4dc7d01d-cbe8-4241-bc58-b8d6c62579d1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T04:56:19.367Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||vFW 4cab8aef-2817 0 2021-11-08T04:56:19.372Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4dc7d01d-cbe8-4241-bc58-b8d6c62579d1 2021-11-08T04:56:19.372Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 34d1e07e-707e-42c6-a879-edcc1ed7dc2f from URL: /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json 2021-11-08T04:56:19.372Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-08T04:56:19.373Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json 2021-11-08T04:56:19.590Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-08T04:56:19.591Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json 34d1e07e-707e-42c6-a879-edcc1ed7dc2f 785 2021-11-08T04:56:19.591Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json ASDC sendASDCNotification 2021-11-08T04:56:19.591Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json 2021-11-08T04:56:19.591Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T04:56:19.591Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:19.594Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:19.594Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347379591, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T04:56:19.695Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T04:56:19.696Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:19.696Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:19.708Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:19.708Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:20.596Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4cab8aef2817..base_vfw..module-0", "vfModuleModelInvariantUUID": "e82865e3-573e-4156-a5f7-416c5161a8a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe9ab08f-4e2a-4be6-bb99-ab64a386c9fa", "vfModuleModelCustomizationUUID": "a63b316e-789d-4d4f-b52f-ea1d79811051", "isBase": true, "artifacts": [ "6a9e2375-52bf-46d8-a051-d6b49bb1bf5d", "e41a4f8a-1c2c-40be-b2f2-37b37c244e10" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-08T04:56:20.612Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4cab8aef2817..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fe9ab08f-4e2a-4be6-bb99-ab64a386c9fa VfModuleModelInvariantUUID:e82865e3-573e-4156-a5f7-416c5161a8a8 VfModuleModelDescription:NULL Artifacts UUID List:{ 6a9e2375-52bf-46d8-a051-d6b49bb1bf5d , e41a4f8a-1c2c-40be-b2f2-37b37c244e10 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-08T04:56:20.615Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw4cab8aef2817..base_vfw..module-0", "vfModuleModelInvariantUUID": "e82865e3-573e-4156-a5f7-416c5161a8a8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe9ab08f-4e2a-4be6-bb99-ab64a386c9fa", "vfModuleModelCustomizationUUID": "a63b316e-789d-4d4f-b52f-ea1d79811051", "isBase": true, "artifacts": [ "6a9e2375-52bf-46d8-a051-d6b49bb1bf5d", "e41a4f8a-1c2c-40be-b2f2-37b37c244e10" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-08T04:56:20.615Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw4cab8aef2817..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fe9ab08f-4e2a-4be6-bb99-ab64a386c9fa VfModuleModelInvariantUUID:e82865e3-573e-4156-a5f7-416c5161a8a8 VfModuleModelDescription:NULL Artifacts UUID List:{ 6a9e2375-52bf-46d8-a051-d6b49bb1bf5d , e41a4f8a-1c2c-40be-b2f2-37b37c244e10 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-08T04:56:20.615Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6a9e2375-52bf-46d8-a051-d6b49bb1bf5d from URL: /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml 2021-11-08T04:56:20.615Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-08T04:56:20.615Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml 2021-11-08T04:56:20.942Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-08T04:56:20.943Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml 6a9e2375-52bf-46d8-a051-d6b49bb1bf5d 20368 2021-11-08T04:56:20.943Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-08T04:56:20.943Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml 2021-11-08T04:56:20.943Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T04:56:20.943Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:20.945Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:20.945Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347380943, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T04:56:21.045Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:21.046Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:21.046Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:21.058Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:21.058Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:21.946Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e41a4f8a-1c2c-40be-b2f2-37b37c244e10 from URL: /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env 2021-11-08T04:56:21.947Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-08T04:56:21.947Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env 2021-11-08T04:56:22.196Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-08T04:56:22.196Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env e41a4f8a-1c2c-40be-b2f2-37b37c244e10 2098 2021-11-08T04:56:22.197Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-08T04:56:22.197Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env 2021-11-08T04:56:22.197Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T04:56:22.197Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:22.199Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:22.200Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347382197, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-08T04:56:22.300Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:22.301Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:22.301Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:22.313Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:22.313Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:23.200Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: c3de2319-dfb6-437a-999c-b0ef3737ba4a 2021-11-08T04:56:23.201Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4cab8aef-2817 0 4dc7d01d-cbe8-4241-bc58-b8d6c62579d1 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T04:56:23.238Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b1c06fd, org.onap.sdc.toscaparser.api.parameters.Input@69075ae5, org.onap.sdc.toscaparser.api.parameters.Input@732794b1, org.onap.sdc.toscaparser.api.parameters.Input@6ab039fc, org.onap.sdc.toscaparser.api.parameters.Input@6110e1b9] 2021-11-08T04:56:23.240Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.240Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:23.241Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-11-08T04:56:23.241Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 578bdc98-2fce-4522-9b1c-70b400b831c3 2021-11-08T04:56:23.241Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 578bdc98-2fce-4522-9b1c-70b400b831c3 matches Tosca VF Customization UUID: 578bdc98-2fce-4522-9b1c-70b400b831c3 2021-11-08T04:56:23.241Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 578bdc98-2fce-4522-9b1c-70b400b831c3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-08T04:56:23.247Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.247Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:23.248Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 578bdc98-2fce-4522-9b1c-70b400b831c3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2021-11-08T04:56:23.248Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5167f250 2021-11-08T04:56:23.248Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.248Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-08T04:56:23.248Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a63b316e-789d-4d4f-b52f-ea1d79811051 2021-11-08T04:56:23.249Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a63b316e-789d-4d4f-b52f-ea1d79811051 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-08T04:56:23.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.254Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:23.255Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:56:23.255Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.255Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:23.255Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:56:23.255Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is not matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:23.256Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-08T04:56:23.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:23.257Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d8113970-b027-4d8e-aa57-5221920dd858 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-08T04:56:23.267Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.267Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:23.268Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:56:23.268Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.268Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is not matching search criteria 2021-11-08T04:56:23.268Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-08T04:56:23.268Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-08T04:56:23.269Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:23.269Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:23.269Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-08T04:56:23.269Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:23.269Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-08T04:56:23.269Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-08T04:56:23.269Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-08T04:56:23.269Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:23.269Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-08T04:56:23.270Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:23.270Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ee01b197-79f8-4a2d-b30a-76203d5c010a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-08T04:56:23.273Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.273Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:23.273Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:56:23.275Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.275Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is not matching search criteria 2021-11-08T04:56:23.276Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-08T04:56:23.276Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-08T04:56:23.276Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:23.276Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:23.276Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-08T04:56:23.276Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-08T04:56:23.277Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-08T04:56:23.277Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-08T04:56:23.277Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-08T04:56:23.277Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-08T04:56:23.277Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-08T04:56:23.277Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-08T04:56:23.277Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d9d93bc2-e943-4365-9fa9-f1d040e4973a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-08T04:56:23.280Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.280Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:23.280Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:56:23.280Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.280Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Node template vFW 4cab8aef-2817 0 is matching search criteria 2021-11-08T04:56:23.280Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 4cab8aef-2817 0] matching following query criteria: sdcType=VF, customizationUUID=578bdc98-2fce-4522-9b1c-70b400b831c3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T04:56:23.282Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.282Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:23.283Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid c3de2319-dfb6-437a-999c-b0ef3737ba4a: vFW 4cab8aef-2817 2021-11-08T04:56:23.283Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.283Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:23.283Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.283Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:23.283Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.283Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:23.283Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.284Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:23.284Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:56:23.284Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Service vFW 2021-11-08 04-53-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:56:23.284Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2021-11-08 04-53-12 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T04:56:23.639Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4cab8aef-2817 4dc7d01d-cbe8-4241-bc58-b8d6c62579d1 1 ASDC deployResourceStructure 2021-11-08T04:56:23.640Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json ASDC sendASDCNotification 2021-11-08T04:56:23.640Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json 2021-11-08T04:56:23.640Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T04:56:23.641Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:23.643Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:23.643Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347383640, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "DEPLOY_OK" } 2021-11-08T04:56:23.743Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:23.744Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:23.744Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:23.755Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:23.755Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:24.644Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-08T04:56:24.644Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml 2021-11-08T04:56:24.644Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T04:56:24.645Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:24.646Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:24.646Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347384643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-08T04:56:24.747Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T04:56:24.748Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:24.748Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:24.760Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:24.760Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:25.647Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-08T04:56:25.648Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env 2021-11-08T04:56:25.648Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T04:56:25.648Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:25.650Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:25.650Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347385647, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-08T04:56:25.750Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:25.751Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:25.751Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:25.761Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:25.762Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:26.651Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar ASDC sendASDCNotification 2021-11-08T04:56:26.651Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar 2021-11-08T04:56:26.651Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T04:56:26.652Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:56:26.653Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:56:26.654Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347386651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T04:56:26.754Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:56:26.755Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:56:26.755Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:56:26.768Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:56:26.768Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:56:27.655Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:56:27.692Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:56:27.696Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T04:56:27.696Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T04:56:27.696Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T04:56:57.696Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:56:57.709Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:56:57.712Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T04:56:57.712Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T04:56:57.712Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T04:57:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:57:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:57:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:57:06.086Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:57:06.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:57:06.087Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "ves-openapi-manager", "timestamp": 1636347357739, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:57:06.088Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:57:27.712Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:57:27.725Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:57:27.727Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T04:57:27.727Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T04:57:27.727Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T04:57:57.728Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:57:57.740Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:57:57.742Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T04:57:57.742Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T04:57:57.742Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T04:58:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:58:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:58:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:58:05.982Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:58:05.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "cds", "timestamp": 1636347358016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347358697, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347362195, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347358934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347366823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "ves-openapi-manager", "timestamp": 1636347357739, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "cds", "timestamp": 1636347358016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347358697, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347362195, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.995Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOTIFIED" } 2021-11-08T04:58:05.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347358934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347366823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.996Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.996Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.996Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "ves-openapi-manager", "timestamp": 1636347357739, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "cds", "timestamp": 1636347358016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347358697, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347362195, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.997Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347358934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347366823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "ves-openapi-manager", "timestamp": 1636347357739, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "cds", "timestamp": 1636347358016, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOTIFIED" } 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347358697, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOTIFIED" } 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347362195, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOTIFIED" } 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347358934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOTIFIED" } 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347366823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:05.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "cds", "timestamp": 1636347371013, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347371022, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347371028, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347366823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "cds", "timestamp": 1636347372028, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T04:58:06.010Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0207244c-50a4-4f7b-a733-54b9d4716152 2021-11-08T04:58:06.010Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0207244c-50a4-4f7b-a733-54b9d4716152 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T04:58:06.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347372034, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347366823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347365959, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOTIFIED" } 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "policy-id", "timestamp": 1636347373038, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T04:58:06.029Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0207244c-50a4-4f7b-a733-54b9d4716152 2021-11-08T04:58:06.029Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0207244c-50a4-4f7b-a733-54b9d4716152 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T04:58:06.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347372806, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.038Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347366823, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOTIFIED" } 2021-11-08T04:58:06.038Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.038Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "dcae-sch", "timestamp": 1636347373097, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347372806, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOTIFIED" } 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347374507, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "dcae-sch", "timestamp": 1636347373097, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.039Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347375254, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347372806, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "dcae-sch", "timestamp": 1636347373097, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.040Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347376405, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T04:58:06.041Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347372806, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "dcae-sch", "timestamp": 1636347373097, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.041Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.041Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347377410, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T04:58:06.049Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0207244c-50a4-4f7b-a733-54b9d4716152 2021-11-08T04:58:06.049Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0207244c-50a4-4f7b-a733-54b9d4716152 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T04:58:06.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347372806, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-08T04:58:06.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "dcae-sch", "timestamp": 1636347373097, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347372806, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "dcae-sch", "timestamp": 1636347373097, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347372806, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOTIFIED" } 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347379591, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "dcae-sch", "timestamp": 1636347373097, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347380897, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.061Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347380943, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347381835, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347382199, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347382197, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.062Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347382909, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347383400, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347383640, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "DEPLOY_OK" } 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.063Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "clamp", "timestamp": 1636347383912, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T04:58:06.069Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0207244c-50a4-4f7b-a733-54b9d4716152 2021-11-08T04:58:06.069Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0207244c-50a4-4f7b-a733-54b9d4716152 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T04:58:06.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347384643, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-08T04:58:06.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347384796, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T04:58:06.085Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0207244c-50a4-4f7b-a733-54b9d4716152 2021-11-08T04:58:06.085Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0207244c-50a4-4f7b-a733-54b9d4716152 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-08T04:58:06.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347385647, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "multicloud-k8s-id", "timestamp": 1636347385800, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/resourceInstances/vfw4cab8aef28170/artifacts/vfw4cab8aef28170_modules.json", "status": "DEPLOY_OK" } 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347386651, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347386979, "artifactURL": "/sdc/v1/catalog/services/Vfw20211108045312/1.0/artifacts/service-Vfw20211108045312-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T04:58:06.094Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T04:58:06.095Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.095Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "aai-ml", "timestamp": 1636347387984, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T04:58:06.101Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0207244c-50a4-4f7b-a733-54b9d4716152 2021-11-08T04:58:06.101Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0207244c-50a4-4f7b-a733-54b9d4716152 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T04:58:06.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347418697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.111Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.111Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.111Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "cds", "timestamp": 1636347418016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347412805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "dcae-sch", "timestamp": 1636347413097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "ves-openapi-manager", "timestamp": 1636347417739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347418934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.112Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347418697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOTIFIED" } 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "cds", "timestamp": 1636347418016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "ves-openapi-manager", "timestamp": 1636347417739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347412805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOTIFIED" } 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.113Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "dcae-sch", "timestamp": 1636347413097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347418934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347422195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347418697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.114Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347412805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "ves-openapi-manager", "timestamp": 1636347417739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "cds", "timestamp": 1636347418016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "dcae-sch", "timestamp": 1636347413097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.115Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347418934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347422195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347418697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "ves-openapi-manager", "timestamp": 1636347417739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "cds", "timestamp": 1636347418016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347412805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.116Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "dcae-sch", "timestamp": 1636347413097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347418934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347422195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347418697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "ves-openapi-manager", "timestamp": 1636347417739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347412805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "dcae-sch", "timestamp": 1636347413097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "cds", "timestamp": 1636347418016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347418934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347422195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:58:06.118Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:58:27.743Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:58:27.756Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:58:27.760Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T04:58:27.760Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-08T04:58:27.760Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-08T04:58:27.760Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-08T04:58:27.760Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T04:58:27.761Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T04:58:27.761Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T04:58:27.761Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T04:58:27.761Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T04:58:27.761Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T04:58:27.761Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T04:58:27.767Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-08T04:58:57.767Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0207244c-50a4-4f7b-a733-54b9d4716152 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-08T04:58:57.775Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0207244c-50a4-4f7b-a733-54b9d4716152 and serviceModelVersionId: c3de2319-dfb6-437a-999c-b0ef3737ba4a 2021-11-08T04:58:57.775Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c478f836-a50c-4228-aea3-277b7cd0527f 2021-11-08T04:59:05.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:59:05.965Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:59:05.965Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:05.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:05.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T04:59:05.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347418697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:59:05.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T04:59:10.446Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c478f836-a50c-4228-aea3-277b7cd0527f/model-vers/model-ver/c3de2319-dfb6-437a-999c-b0ef3737ba4a?depth=0 2021-11-08T04:59:10.549Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-11-08T04:59:11.164Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c478f836-a50c-4228-aea3-277b7cd0527f/model-vers/model-ver/c3de2319-dfb6-437a-999c-b0ef3737ba4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-08T04:59:11.168Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c478f836-a50c-4228-aea3-277b7cd0527f/model-vers/model-ver/c3de2319-dfb6-437a-999c-b0ef3737ba4a?depth=0|INFO|500||Invoke 2021-11-08T04:59:11.476Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c478f836-a50c-4228-aea3-277b7cd0527f/model-vers/model-ver/c3de2319-dfb6-437a-999c-b0ef3737ba4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-08T04:59:11.995Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c478f836-a50c-4228-aea3-277b7cd0527f/model-vers/model-ver/c3de2319-dfb6-437a-999c-b0ef3737ba4a?depth=0|INFO|500||InvokeReturn 2021-11-08T04:59:11.996Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c478f836-a50c-4228-aea3-277b7cd0527f/model-vers/model-ver/c3de2319-dfb6-437a-999c-b0ef3737ba4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-04:59:11:487-95356], vertex-id=[192760], Content-Length=[0], Date=[Mon, 08 Nov 2021 04:59:11 GMT], Content-Type=[application/json]} 2021-11-08T04:59:11.996Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-11-08T04:59:11.998Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-08T04:59:11.999Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T04:59:12.005Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-08T04:59:12.013Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0207244c-50a4-4f7b-a733-54b9d4716152 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-08T04:59:12.014Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-08T04:59:12.014Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:12.016Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:12.016Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347552013, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T04:59:12.116Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:12.117Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:12.118Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:12.130Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:12.131Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-08T04:59:13.037Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T04:59:13.037Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T04:59:13.037Z|0207244c-50a4-4f7b-a733-54b9d4716152|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:17.521Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:17.522Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T04:59:17.522Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"21415ab8-31af-44ea-b0cd-4533dd543384","serviceName":"basic_onboard_ZwOXMN","serviceVersion":"1.0","serviceUUID":"2394ca68-173b-4632-8f27-61fecb75a651","serviceDescription":"service","serviceInvariantUUID":"44ae91c4-fe51-440a-9e6d-5007dabe5a7c","resources":[{"resourceInstanceName":"basic_onboard_ZwOXMN 0","resourceName":"basic_onboard_ZwOXMN","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0f7033fe-3d22-4e0e-bb59-f2489e41fce5","resourceInvariantUUID":"729b1f21-67b7-4c21-85ab-882a52adc73c","resourceCustomizationUUID":"fe1f7a1f-6ff2-4143-9b02-29408fabbed4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml","artifactChecksum":"YmU4YTMzYTQ4NzFlNDViZTkxYzNhMTlmZDAxNjE5YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c29793e9-72fb-4228-ad09-0a3df0939d24","artifactVersion":"1"},{"artifactName":"basic_onboard_zwoxmn0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json","artifactChecksum":"MjAwODIxMGVkNjU3M2JlMWI5ZDEzZWRiYjY3OTU1MGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5c8b9630-05c0-41ba-aae5-2991a1206f78","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"42678e6f-f85a-4108-8fb8-23c1f8f58478","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b4c41727-f659-4496-9cfe-4e13c9075d0c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7fc73e51-c938-4501-b2cd-efe6a00a7d1b","artifactVersion":"2","generatedFromUUID":"42678e6f-f85a-4108-8fb8-23c1f8f58478"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZwoxmn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml","artifactChecksum":"MGZjMzIxZTZhNDYyMmQxNjgwMjlmMDMxMDkwNDg4MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"223e90a7-e03d-43ad-83b5-15d651a83e58","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZwoxmn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar","artifactChecksum":"YTM0ZTc2YzJjZmQwYmQ0MWFhYjFkZDAxNmUzODFiM2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cac56b4-23b8-445b-905b-28166238a97b","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-08T04:59:17.525Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:59:17.525Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:17.527Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:17.527Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:59:17.628Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:17.629Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:17.629Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:17.640Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:17.641Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:18.528Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:59:18.529Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:18.531Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:18.531Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOTIFIED" } 2021-11-08T04:59:18.631Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:18.632Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:18.632Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:18.644Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:18.644Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:19.532Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:59:19.533Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:19.535Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:19.535Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-08T04:59:19.635Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:19.636Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:19.636Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:19.648Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:19.649Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:20.535Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:59:20.536Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:20.538Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:20.538Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T04:59:20.639Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T04:59:20.640Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:20.640Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:20.654Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:20.655Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:21.539Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:59:21.540Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:21.543Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:21.543Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-08T04:59:21.644Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T04:59:21.644Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:21.644Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:21.655Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:21.656Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:22.544Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:59:22.545Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:22.547Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:22.548Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T04:59:22.648Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:22.649Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:22.649Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:22.666Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:22.667Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2021-11-08T04:59:23.548Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T04:59:23.549Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:23.551Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:23.551Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOTIFIED" } 2021-11-08T04:59:23.651Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:23.652Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:23.653Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:23.666Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:23.666Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-08T04:59:24.553Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "serviceName": "basic_onboard_ZwOXMN", "serviceVersion": "1.0", "serviceUUID": "2394ca68-173b-4632-8f27-61fecb75a651", "serviceDescription": "service", "serviceInvariantUUID": "44ae91c4-fe51-440a-9e6d-5007dabe5a7c", "resources": [ { "resourceInstanceName": "basic_onboard_ZwOXMN 0", "resourceCustomizationUUID": "fe1f7a1f-6ff2-4143-9b02-29408fabbed4", "resourceName": "basic_onboard_ZwOXMN", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0f7033fe-3d22-4e0e-bb59-f2489e41fce5", "resourceInvariantUUID": "729b1f21-67b7-4c21-85ab-882a52adc73c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_zwoxmn0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "artifactChecksum": "MjAwODIxMGVkNjU3M2JlMWI5ZDEzZWRiYjY3OTU1MGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5c8b9630-05c0-41ba-aae5-2991a1206f78", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "42678e6f-f85a-4108-8fb8-23c1f8f58478", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7fc73e51-c938-4501-b2cd-efe6a00a7d1b", "generatedFromUUID": "42678e6f-f85a-4108-8fb8-23c1f8f58478" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7fc73e51-c938-4501-b2cd-efe6a00a7d1b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZwoxmn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "artifactChecksum": "YTM0ZTc2YzJjZmQwYmQ0MWFhYjFkZDAxNmUzODFiM2E\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1cac56b4-23b8-445b-905b-28166238a97b" } ], "workloadContext": "Production" } 2021-11-08T04:59:24.553Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-08T04:59:24.553Z|0207244c-50a4-4f7b-a733-54b9d4716152|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2394ca68-173b-4632-8f27-61fecb75a651 ASDC 2021-11-08T04:59:24.553Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:21415ab8-31af-44ea-b0cd-4533dd543384 ServiceName:basic_onboard_ZwOXMN ServiceVersion:1.0 ServiceUUID:2394ca68-173b-4632-8f27-61fecb75a651 ServiceInvariantUUID:44ae91c4-fe51-440a-9e6d-5007dabe5a7c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZwoxmn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar ArtifactUUID:1cac56b4-23b8-445b-905b-28166238a97b ArtifactChecksum:YTM0ZTc2YzJjZmQwYmQ0MWFhYjFkZDAxNmUzODFiM2E= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ZwOXMN 0 ResourceCustomizationUUID:fe1f7a1f-6ff2-4143-9b02-29408fabbed4 ResourceInvariantUUID:729b1f21-67b7-4c21-85ab-882a52adc73c ResourceName:basic_onboard_ZwOXMN ResourceType:VF ResourceUUID:0f7033fe-3d22-4e0e-bb59-f2489e41fce5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_zwoxmn0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json ArtifactUUID:5c8b9630-05c0-41ba-aae5-2991a1206f78 ArtifactChecksum:MjAwODIxMGVkNjU3M2JlMWI5ZDEzZWRiYjY3OTU1MGI= 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/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml ArtifactUUID:42678e6f-f85a-4108-8fb8-23c1f8f58478 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/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env ArtifactUUID:7fc73e51-c938-4501-b2cd-efe6a00a7d1b 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/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env ArtifactUUID:7fc73e51-c938-4501-b2cd-efe6a00a7d1b ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-08T04:59:24.554Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2394ca68-173b-4632-8f27-61fecb75a651 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T04:59:24.592Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T04:59:24.592Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-08T04:59:24.592Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-08T04:59:24.592Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1cac56b4-23b8-445b-905b-28166238a97b from URL: /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:24.593Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-08T04:59:24.593Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:24.698Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-08T04:59:24.703Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar 1cac56b4-23b8-445b-905b-28166238a97b 71572 2021-11-08T04:59:24.703Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar ASDC sendASDCNotification 2021-11-08T04:59:24.703Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:24.703Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T04:59:24.704Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:24.705Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:24.705Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347564703, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T04:59:24.805Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:24.806Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:24.806Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:24.820Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:24.821Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-08T04:59:25.706Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T04:59:25.707Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2021-11-08T04:59:25.708Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1cac56b4-23b8-445b-905b-28166238a97b, URL: /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar to file: /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:25.708Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:25.709Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:25.709Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:26.109Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2522861428022420541/Definitions/service-BasicOnboardZwoxmn-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-08T04:59:27.600Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-08T04:59:27.600Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZwOXMN 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-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:27.601Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||#################################################################################################### 2021-11-08T04:59:27.602Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.602Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:27.602Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is matching search criteria 2021-11-08T04:59:27.602Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-08T04:59:27.602Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZwOXMN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T04:59:27.602Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.602Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is matching search criteria 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZwOXMN 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is not matching search criteria 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-08T04:59:27.603Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-08T04:59:27.604Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-08T04:59:27.604Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.604Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-08T04:59:27.604Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.604Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is matching search criteria 2021-11-08T04:59:27.604Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZwOXMN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is matching search criteria 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZwOXMN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is matching search criteria 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZwOXMN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is not matching search criteria 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-08T04:59:27.605Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e11d1894-b770-4826-bb67-cdfc71a53607 2021-11-08T04:59:27.606Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.606Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:27.606Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.606Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:27.606Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.606Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:27.606Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:27.606Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:27.606Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ZwOXMN Description:service Model UUID:2394ca68-173b-4632-8f27-61fecb75a651 Model Version:NULL Model InvariantUuid:44ae91c4-fe51-440a-9e6d-5007dabe5a7c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ZwOXMN Model UUID:597d8774-ad9d-4b29-b25d-1764ebe90302 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:729b1f21-67b7-4c21-85ab-882a52adc73c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fe1f7a1f-6ff2-4143-9b02-29408fabbed4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f40443ff-9b28-45a6-871e-acad400e6f55 ModelName:BasicOnboardZwoxmn..base_ubuntu18..module-0 ModelUuid:5d023cda-0e54-441d-8586-207c4163fc8c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e11d1894-b770-4826-bb67-cdfc71a53607 ModelInvariantUuid:2e86d9a1-1503-41e8-bcb5-5a197f54dfc6 ModelName:basic_onboard_ZwOXMN-nodes.ubuntu18Cvfc ModelUuid:1db2c40b-553e-48ea-9142-c43df0302456 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e4841049-4329-402b-b03a-a3f207739b18 ModelInvariantUuid:6876fc10-70c5-41cf-a276-1228eb0b3df4 ModelName:BasicOnboardZwoxmn.compute.nodes.heat.ubuntu18 ModelUuid:8826c3d3-061e-40ab-b769-c0717920269b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-08T04:59:27.616Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0f7033fe-3d22-4e0e-bb59-f2489e41fce5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T04:59:27.619Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||basic_onboard_ZwOXMN 0 2021-11-08T04:59:27.619Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0f7033fe-3d22-4e0e-bb59-f2489e41fce5 2021-11-08T04:59:27.619Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c8b9630-05c0-41ba-aae5-2991a1206f78 from URL: /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json 2021-11-08T04:59:27.620Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-08T04:59:27.620Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json 2021-11-08T04:59:27.660Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-08T04:59:27.661Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json 5c8b9630-05c0-41ba-aae5-2991a1206f78 798 2021-11-08T04:59:27.661Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json ASDC sendASDCNotification 2021-11-08T04:59:27.661Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json 2021-11-08T04:59:27.661Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T04:59:27.661Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:27.663Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:27.663Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347567661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T04:59:27.763Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:27.764Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:27.764Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:27.775Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:27.776Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:28.664Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZwoxmn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f40443ff-9b28-45a6-871e-acad400e6f55", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d023cda-0e54-441d-8586-207c4163fc8c", "vfModuleModelCustomizationUUID": "1b6d9c8c-4c6d-40be-823e-a22f240f7f61", "isBase": true, "artifacts": [ "42678e6f-f85a-4108-8fb8-23c1f8f58478", "7fc73e51-c938-4501-b2cd-efe6a00a7d1b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-08T04:59:28.668Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZwoxmn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d023cda-0e54-441d-8586-207c4163fc8c VfModuleModelInvariantUUID:f40443ff-9b28-45a6-871e-acad400e6f55 VfModuleModelDescription:NULL Artifacts UUID List:{ 42678e6f-f85a-4108-8fb8-23c1f8f58478 , 7fc73e51-c938-4501-b2cd-efe6a00a7d1b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-08T04:59:28.671Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZwoxmn..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f40443ff-9b28-45a6-871e-acad400e6f55", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5d023cda-0e54-441d-8586-207c4163fc8c", "vfModuleModelCustomizationUUID": "1b6d9c8c-4c6d-40be-823e-a22f240f7f61", "isBase": true, "artifacts": [ "42678e6f-f85a-4108-8fb8-23c1f8f58478", "7fc73e51-c938-4501-b2cd-efe6a00a7d1b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-08T04:59:28.671Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZwoxmn..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5d023cda-0e54-441d-8586-207c4163fc8c VfModuleModelInvariantUUID:f40443ff-9b28-45a6-871e-acad400e6f55 VfModuleModelDescription:NULL Artifacts UUID List:{ 42678e6f-f85a-4108-8fb8-23c1f8f58478 , 7fc73e51-c938-4501-b2cd-efe6a00a7d1b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-08T04:59:28.671Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 42678e6f-f85a-4108-8fb8-23c1f8f58478 from URL: /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml 2021-11-08T04:59:28.672Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-08T04:59:28.672Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml 2021-11-08T04:59:28.781Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-08T04:59:28.782Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml 42678e6f-f85a-4108-8fb8-23c1f8f58478 5033 2021-11-08T04:59:28.782Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-08T04:59:28.782Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml 2021-11-08T04:59:28.782Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T04:59:28.783Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:28.786Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:28.786Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347568782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T04:59:28.886Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:28.886Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:28.887Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:28.899Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:28.899Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:29.787Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7fc73e51-c938-4501-b2cd-efe6a00a7d1b from URL: /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env 2021-11-08T04:59:29.787Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - download 2021-11-08T04:59:29.788Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env 2021-11-08T04:59:29.897Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2021-11-08T04:59:29.897Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env 7fc73e51-c938-4501-b2cd-efe6a00a7d1b 909 2021-11-08T04:59:29.898Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-08T04:59:29.898Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env 2021-11-08T04:59:29.898Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T04:59:29.898Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:29.900Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:29.901Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347569897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-08T04:59:30.000Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-08T04:59:30.001Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:30.001Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:30.014Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:30.015Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:30.901Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 2394ca68-173b-4632-8f27-61fecb75a651 2021-11-08T04:59:30.902Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZwOXMN 0 0f7033fe-3d22-4e0e-bb59-f2489e41fce5 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T04:59:30.918Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@398a6c52, org.onap.sdc.toscaparser.api.parameters.Input@2b9f6882, org.onap.sdc.toscaparser.api.parameters.Input@16a6ccd9, org.onap.sdc.toscaparser.api.parameters.Input@1f3a6109, org.onap.sdc.toscaparser.api.parameters.Input@75b86640] 2021-11-08T04:59:30.919Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.919Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:30.919Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2021-11-08T04:59:30.920Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= fe1f7a1f-6ff2-4143-9b02-29408fabbed4 2021-11-08T04:59:30.920Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fe1f7a1f-6ff2-4143-9b02-29408fabbed4 matches Tosca VF Customization UUID: fe1f7a1f-6ff2-4143-9b02-29408fabbed4 2021-11-08T04:59:30.920Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: fe1f7a1f-6ff2-4143-9b02-29408fabbed4 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-08T04:59:30.922Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.922Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:30.922Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id fe1f7a1f-6ff2-4143-9b02-29408fabbed4: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-11-08T04:59:30.923Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ceea5cc 2021-11-08T04:59:30.923Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.923Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-08T04:59:30.923Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1b6d9c8c-4c6d-40be-823e-a22f240f7f61 2021-11-08T04:59:30.923Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1b6d9c8c-4c6d-40be-823e-a22f240f7f61 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-08T04:59:30.926Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.926Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is matching search criteria 2021-11-08T04:59:30.926Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZwOXMN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:59:30.926Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.926Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is matching search criteria 2021-11-08T04:59:30.926Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZwOXMN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:59:30.926Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.927Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is not matching search criteria 2021-11-08T04:59:30.927Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-08T04:59:30.927Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-08T04:59:30.927Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e11d1894-b770-4826-bb67-cdfc71a53607 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-08T04:59:30.929Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.929Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is matching search criteria 2021-11-08T04:59:30.929Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZwOXMN 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T04:59:30.929Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.930Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_ZwOXMN 0 is matching search criteria 2021-11-08T04:59:30.930Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_ZwOXMN 0] matching following query criteria: sdcType=VF, customizationUUID=fe1f7a1f-6ff2-4143-9b02-29408fabbed4 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T04:59:30.931Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.932Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:30.932Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 2394ca68-173b-4632-8f27-61fecb75a651: basic_onboard_ZwOXMN 2021-11-08T04:59:30.932Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.932Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:30.932Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.932Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:30.933Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.933Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:30.933Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.933Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:30.933Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T04:59:30.933Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_ZwOXMN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T04:59:30.934Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_ZwOXMN Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T04:59:31.015Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZwOXMN 0f7033fe-3d22-4e0e-bb59-f2489e41fce5 1 ASDC deployResourceStructure 2021-11-08T04:59:31.016Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json ASDC sendASDCNotification 2021-11-08T04:59:31.016Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json 2021-11-08T04:59:31.016Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T04:59:31.016Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:31.018Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:31.018Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347571016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T04:59:31.118Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:31.119Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:31.119Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:31.132Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:31.133Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:32.019Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-08T04:59:32.019Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml 2021-11-08T04:59:32.019Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T04:59:32.020Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:32.021Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:32.022Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347572019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-08T04:59:32.122Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T04:59:32.123Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:32.123Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:32.135Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:32.136Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:33.022Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-08T04:59:33.023Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env 2021-11-08T04:59:33.023Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T04:59:33.023Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:33.025Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:33.025Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347573022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-08T04:59:33.126Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T04:59:33.126Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:33.127Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:33.143Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:33.143Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:34.026Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar ASDC sendASDCNotification 2021-11-08T04:59:34.027Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar 2021-11-08T04:59:34.027Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T04:59:34.027Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T04:59:34.028Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T04:59:34.028Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347574026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T04:59:34.128Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms 2021-11-08T04:59:34.129Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T04:59:34.129Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T04:59:34.143Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T04:59:34.143Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T04:59:35.057Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21415ab8-31af-44ea-b0cd-4533dd543384 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:59:35.073Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21415ab8-31af-44ea-b0cd-4533dd543384 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T04:59:35.076Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T04:59:35.076Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T04:59:35.077Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T05:00:05.077Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21415ab8-31af-44ea-b0cd-4533dd543384 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:00:05.090Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21415ab8-31af-44ea-b0cd-4533dd543384 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:00:05.092Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:00:05.092Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T05:00:05.092Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T05:00:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:00:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:00:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:00:05.988Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:00:05.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.990Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "cds", "timestamp": 1636347418016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.990Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.990Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "ves-openapi-manager", "timestamp": 1636347417739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "dcae-sch", "timestamp": 1636347413097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347412805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347418934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347422195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347418697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.991Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "ves-openapi-manager", "timestamp": 1636347417739, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347412805, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "cds", "timestamp": 1636347418016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "dcae-sch", "timestamp": 1636347413097, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347418934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.992Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347426823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347422195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347426823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347428533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "cds", "timestamp": 1636347428591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347428591, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:00:05.993Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:05.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347422195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:00:05.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347426823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:05.994Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:05.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:05.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "cds", "timestamp": 1636347429597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:00:06.001Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 21415ab8-31af-44ea-b0cd-4533dd543384 2021-11-08T05:00:06.001Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21415ab8-31af-44ea-b0cd-4533dd543384 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:00:06.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347429595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:00:06.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347429682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:00:06.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347429999, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:00:06.012Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347426823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:06.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:06.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "policy-id", "timestamp": 1636347430598, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:00:06.018Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21415ab8-31af-44ea-b0cd-4533dd543384 2021-11-08T05:00:06.018Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21415ab8-31af-44ea-b0cd-4533dd543384 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:00:06.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347430888, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-08T05:00:06.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347426823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:06.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:06.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347431836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:00:06.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347431906, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:00:06.034Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 21415ab8-31af-44ea-b0cd-4533dd543384 2021-11-08T05:00:06.034Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21415ab8-31af-44ea-b0cd-4533dd543384 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-08T05:00:06.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.042Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347432318, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:00:06.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347426823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347432853, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "multicloud-k8s-id", "timestamp": 1636347432909, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.043Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636347433322, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:00:06.048Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 21415ab8-31af-44ea-b0cd-4533dd543384 2021-11-08T05:00:06.049Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21415ab8-31af-44ea-b0cd-4533dd543384 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:00:06.059Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.059Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347426823, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:00:06.059Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:00:06.060Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.060Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "clamp", "timestamp": 1636347433856, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:00:06.065Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 21415ab8-31af-44ea-b0cd-4533dd543384 2021-11-08T05:00:06.065Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21415ab8-31af-44ea-b0cd-4533dd543384 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:00:06.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347434932, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:00:06.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347442297, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:00:06.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:00:06.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:00:06.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "aai-ml", "timestamp": 1636347443300, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:00:06.079Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 21415ab8-31af-44ea-b0cd-4533dd543384 2021-11-08T05:00:06.080Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 21415ab8-31af-44ea-b0cd-4533dd543384 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:00:35.093Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 21415ab8-31af-44ea-b0cd-4533dd543384 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:00:35.107Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 21415ab8-31af-44ea-b0cd-4533dd543384 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:00:35.111Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:00:35.111Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-08T05:00:35.111Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-08T05:00:35.111Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-08T05:00:35.111Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:00:35.112Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:00:35.112Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:00:35.112Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:00:35.112Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:00:35.112Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:00:35.112Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:00:35.119Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-08T05:01:05.119Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 21415ab8-31af-44ea-b0cd-4533dd543384 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-08T05:01:05.126Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 21415ab8-31af-44ea-b0cd-4533dd543384 and serviceModelVersionId: 2394ca68-173b-4632-8f27-61fecb75a651 2021-11-08T05:01:05.126Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 44ae91c4-fe51-440a-9e6d-5007dabe5a7c 2021-11-08T05:01:05.127Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/44ae91c4-fe51-440a-9e6d-5007dabe5a7c/model-vers/model-ver/2394ca68-173b-4632-8f27-61fecb75a651?depth=0 2021-11-08T05:01:05.132Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2021-11-08T05:01:05.172Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ae91c4-fe51-440a-9e6d-5007dabe5a7c/model-vers/model-ver/2394ca68-173b-4632-8f27-61fecb75a651?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-08T05:01:05.173Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ae91c4-fe51-440a-9e6d-5007dabe5a7c/model-vers/model-ver/2394ca68-173b-4632-8f27-61fecb75a651?depth=0|INFO|500||Invoke 2021-11-08T05:01:05.196Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ae91c4-fe51-440a-9e6d-5007dabe5a7c/model-vers/model-ver/2394ca68-173b-4632-8f27-61fecb75a651?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-08T05:01:05.319Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ae91c4-fe51-440a-9e6d-5007dabe5a7c/model-vers/model-ver/2394ca68-173b-4632-8f27-61fecb75a651?depth=0|INFO|500||InvokeReturn 2021-11-08T05:01:05.320Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/44ae91c4-fe51-440a-9e6d-5007dabe5a7c/model-vers/model-ver/2394ca68-173b-4632-8f27-61fecb75a651?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-05:01:05:203-74770], vertex-id=[176336], Content-Length=[0], Date=[Mon, 08 Nov 2021 05:01:05 GMT], Content-Type=[application/json]} 2021-11-08T05:01:05.320Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2021-11-08T05:01:05.321Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-08T05:01:05.321Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:01:05.326Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-08T05:01:05.327Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 21415ab8-31af-44ea-b0cd-4533dd543384 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-08T05:01:05.327Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-08T05:01:05.328Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:01:05.330Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:01:05.330Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347665327, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:01:05.430Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:01:05.431Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:01:05.431Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:01:05.445Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:01:05.446Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:01:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:01:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:01:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:01:05.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:01:05.985Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.985Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0207244c-50a4-4f7b-a733-54b9d4716152", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347552013, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:01:05.986Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:01:05.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:01:05.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:01:05.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "NOTIFIED" } 2021-11-08T05:01:05.986Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:01:05.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347553037, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347564703, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:01:05.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347567661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347568782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347569897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347571016, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/basic_onboard_zwoxmn0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347572019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:01:05.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347573022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/resourceInstances/basic_onboard_zwoxmn0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-08T05:01:05.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:01:05.989Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:01:05.989Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347574026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZwoxmn/1.0/artifacts/service-BasicOnboardZwoxmn-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:01:05.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-08T05:01:06.343Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:01:06.344Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:01:06.344Z|21415ab8-31af-44ea-b0cd-4533dd543384|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:01:15.879Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:01:15.880Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:01:15.881Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:01:15.881Z|21415ab8-31af-44ea-b0cd-4533dd543384|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:01:25.425Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:01:25.426Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:01:25.426Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:01:25.426Z|21415ab8-31af-44ea-b0cd-4533dd543384|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:01:34.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:01:34.962Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:01:34.962Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:01:34.962Z|21415ab8-31af-44ea-b0cd-4533dd543384|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:01:44.637Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:02:05.959Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:02:05.960Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:02:05.960Z|21415ab8-31af-44ea-b0cd-4533dd543384|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:02:05.960Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:02:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:02:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:02:06.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:02:06.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-08T05:02:06.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "21415ab8-31af-44ea-b0cd-4533dd543384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636347665327, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:02:06.486Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:02:15.505Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:03:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:03:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:03:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:03:05.960Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:03:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:03:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:03:15.504Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:03:15.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:04:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:04:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:04:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:04:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:04:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:04:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:04:15.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:04:15.505Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:05:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:05:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:05:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:05:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:05:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:05:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:05:15.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:05:15.505Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:06:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:06:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:06:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:06:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:06:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:06:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:06:15.501Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:06:15.502Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:07:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:07:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:07:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:07:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:07:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:07:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:07:15.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:07:15.512Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:08:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:08:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:08:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:08:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:08:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:08:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:08:15.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:08:15.506Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:09:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:09:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:09:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:09:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:09:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:09:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:09:15.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:09:15.508Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:10:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:10:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:10:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:10:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:10:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:10:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:10:15.502Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:10:15.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:11:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:11:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:11:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:11:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:11:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:11:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:11:15.498Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:11:15.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:05.959Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:12:05.959Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:12:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:12:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:12:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:06.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:06.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"2e4bdb30-9523-4d5f-b708-cf945311a815","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"bd9da5f3-e4c8-436b-9b72-0b57cc242e80","serviceDescription":"service","serviceInvariantUUID":"faba82ac-e8f6-4454-86a8-48db95f6b302","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"90a0c017-164d-4f77-bb67-673f884726cb","resourceInvariantUUID":"2314e9df-8ec2-4c39-a9f4-6d52abe2191e","resourceCustomizationUUID":"60d193b3-052a-4850-9c8f-e7d352ce2e02","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":"6ec34f0f-b473-4021-96ac-86f0bec04924","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":"MDczZDQ5MDlmMjFmYTlkNGUzMjg5NGZiMWY0NzUzM2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d43762cc-9fb0-470c-864d-b125670efa35","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":"MDNjZDdhYTZjMmQ0ZGNlYmYwYzUwMTRjODc0MTU3YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ca8e8067-de70-4bdd-96d5-765f71c8cb95","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":"b06fd86a-d5b9-4e25-b1f0-a003e3bd7919","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":"9aecdbcd-bdbc-4d6c-9d92-e6b8cb0df849","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":"a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1","artifactVersion":"2","generatedFromUUID":"b06fd86a-d5b9-4e25-b1f0-a003e3bd7919"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"Yjg2MzgyMzEwZDAzYTMyY2Q2YTE5NmVjNjk3MmY3N2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7374e79e-504e-4c47-ba78-e14b456fae9e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MGE0ZWVhZTc1OGE1NzgxZjkzMzg2NDRjZDg3ODJmYWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cef8aa24-c694-4c6a-b204-ff5b1e359694","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-08T05:12:06.590Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:12:06.590Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:06.592Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:06.592Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:06.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348278934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.599Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348288016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.599Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348278934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348288697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348288016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348278934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348288697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348288016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348278934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348288697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-08T05:12:06.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348288016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348278934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348288697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348288016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348292195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348278934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348288697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348292806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348288016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348293097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348292195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348278934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348288697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348292806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348288016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348293097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348292195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348278934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348288697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348292806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-08T05:12:06.606Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348288016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348293097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348292195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348288697, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348292806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348296635, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348293097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348292195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348296908, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348292806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348296823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348297639, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348293097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348292195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.609Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "cds", "timestamp": 1636348297913, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:12:06.627Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2e4bdb30-9523-4d5f-b708-cf945311a815 2021-11-08T05:12:06.627Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e4bdb30-9523-4d5f-b708-cf945311a815 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:12:06.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "ves-openapi-manager", "timestamp": 1636348297739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348292806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-08T05:12:06.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348296823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "policy-id", "timestamp": 1636348298642, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:12:06.642Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e4bdb30-9523-4d5f-b708-cf945311a815 2021-11-08T05:12:06.642Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e4bdb30-9523-4d5f-b708-cf945311a815 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:12:06.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348293097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348292195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.652Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.652Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.652Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "ves-openapi-manager", "timestamp": 1636348297739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348292806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348296823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348293097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.653Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348292195, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:12:06.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "ves-openapi-manager", "timestamp": 1636348297739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348292806, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:12:06.654Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.654Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.654Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348296823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348293097, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.655Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348300922, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.655Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.655Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.655Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "ves-openapi-manager", "timestamp": 1636348297739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348296823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348301598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "ves-openapi-manager", "timestamp": 1636348297739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348296823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.656Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348302513, "artifactURL": "/sdc/v1/catalog/services/bd9da5f3-e4c8-436b-9b72-0b57cc242e80/resourceInstances/basicclamp0/artifacts/6ec34f0f-b473-4021-96ac-86f0bec04924", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348302701, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348303203, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "ves-openapi-manager", "timestamp": 1636348297739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348296823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.657Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348303793, "artifactURL": "/sdc/v1/catalog/services/bd9da5f3-e4c8-436b-9b72-0b57cc242e80/resourceInstances/basicclamp0/artifacts/6ec34f0f-b473-4021-96ac-86f0bec04924", "status": "DEPLOY_OK" } 2021-11-08T05:12:06.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348303801, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.658Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.658Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.658Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348304206, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:12:06.663Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2e4bdb30-9523-4d5f-b708-cf945311a815 2021-11-08T05:12:06.663Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e4bdb30-9523-4d5f-b708-cf945311a815 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:12:06.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "ves-openapi-manager", "timestamp": 1636348297739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.673Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.673Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348296823, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:12:06.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.674Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "dcae-sch", "timestamp": 1636348304797, "artifactURL": "/sdc/v1/catalog/services/bd9da5f3-e4c8-436b-9b72-0b57cc242e80/resourceInstances/basicclamp0/artifacts/6ec34f0f-b473-4021-96ac-86f0bec04924", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:12:06.679Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 2e4bdb30-9523-4d5f-b708-cf945311a815 2021-11-08T05:12:06.679Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e4bdb30-9523-4d5f-b708-cf945311a815 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:12:06.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348304820, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:12:06.692Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:06.692Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:06.693Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:06.693Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2e4bdb30-9523-4d5f-b708-cf945311a815 2021-11-08T05:12:06.693Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e4bdb30-9523-4d5f-b708-cf945311a815 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-08T05:12:06.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "ves-openapi-manager", "timestamp": 1636348297739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:06.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2021-11-08T05:12:06.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348305540, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "multicloud-k8s-id", "timestamp": 1636348305824, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348308951, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348309954, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348311397, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348312285, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:12:06.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348312400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T05:12:06.702Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:12:06.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "aai-ml", "timestamp": 1636348313288, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:12:06.704Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:06.704Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:06.707Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2e4bdb30-9523-4d5f-b708-cf945311a815 2021-11-08T05:12:06.707Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e4bdb30-9523-4d5f-b708-cf945311a815 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:12:06.716Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2021-11-08T05:12:06.716Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "clamp", "timestamp": 1636348313403, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:12:06.723Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2e4bdb30-9523-4d5f-b708-cf945311a815 2021-11-08T05:12:06.724Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2e4bdb30-9523-4d5f-b708-cf945311a815 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:12:07.593Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:12:07.594Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:07.596Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:07.596Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:07.696Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:07.697Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:07.697Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:07.710Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:07.710Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:12:08.597Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:12:08.597Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:08.599Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:08.599Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-08T05:12:08.700Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-08T05:12:08.700Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:08.700Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:08.711Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:08.712Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:09.600Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:12:09.601Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:09.603Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:09.603Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-08T05:12:09.704Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T05:12:09.704Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:09.704Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:10.011Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:10.012Z||pool-38-thread-1|||||INFO|500||cambria reply ok (308 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:10.604Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:12:10.604Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:10.606Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:10.606Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:10.706Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:10.707Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:10.707Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:10.719Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:10.719Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:11.607Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:12:11.608Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:11.610Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:11.610Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-08T05:12:11.711Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T05:12:11.712Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:11.712Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:11.725Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:11.726Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:12.611Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:12:12.612Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:12.613Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:12.613Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:12:12.713Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:12.714Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:12.714Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:12.727Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:12.728Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:13.614Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:12:13.614Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:13.616Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:13.616Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:12:13.716Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:13.717Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:13.718Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:13.729Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:13.730Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:14.618Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "bd9da5f3-e4c8-436b-9b72-0b57cc242e80", "serviceDescription": "service", "serviceInvariantUUID": "faba82ac-e8f6-4454-86a8-48db95f6b302", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "60d193b3-052a-4850-9c8f-e7d352ce2e02", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "90a0c017-164d-4f77-bb67-673f884726cb", "resourceInvariantUUID": "2314e9df-8ec2-4c39-a9f4-6d52abe2191e", "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": "MDNjZDdhYTZjMmQ0ZGNlYmYwYzUwMTRjODc0MTU3YmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ca8e8067-de70-4bdd-96d5-765f71c8cb95", "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": "b06fd86a-d5b9-4e25-b1f0-a003e3bd7919", "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": "a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1", "generatedFromUUID": "b06fd86a-d5b9-4e25-b1f0-a003e3bd7919" }, "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": "a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MGE0ZWVhZTc1OGE1NzgxZjkzMzg2NDRjZDg3ODJmYWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cef8aa24-c694-4c6a-b204-ff5b1e359694" } ], "workloadContext": "Production" } 2021-11-08T05:12:14.618Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-08T05:12:14.618Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd9da5f3-e4c8-436b-9b72-0b57cc242e80 ASDC 2021-11-08T05:12:14.619Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:2e4bdb30-9523-4d5f-b708-cf945311a815 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:bd9da5f3-e4c8-436b-9b72-0b57cc242e80 ServiceInvariantUUID:faba82ac-e8f6-4454-86a8-48db95f6b302 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:cef8aa24-c694-4c6a-b204-ff5b1e359694 ArtifactChecksum:MGE0ZWVhZTc1OGE1NzgxZjkzMzg2NDRjZDg3ODJmYWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:60d193b3-052a-4850-9c8f-e7d352ce2e02 ResourceInvariantUUID:2314e9df-8ec2-4c39-a9f4-6d52abe2191e ResourceName:basicclamp ResourceType:VF ResourceUUID:90a0c017-164d-4f77-bb67-673f884726cb 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:ca8e8067-de70-4bdd-96d5-765f71c8cb95 ArtifactChecksum:MDNjZDdhYTZjMmQ0ZGNlYmYwYzUwMTRjODc0MTU3YmU= 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:b06fd86a-d5b9-4e25-b1f0-a003e3bd7919 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:a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1 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:a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-08T05:12:14.619Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd9da5f3-e4c8-436b-9b72-0b57cc242e80 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-08T05:12:14.657Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T05:12:14.658Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:12:14.658Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:12:14.658Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cef8aa24-c694-4c6a-b204-ff5b1e359694 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-08T05:12:14.658Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:12:14.658Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-08T05:12:14.803Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:12:14.807Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar cef8aa24-c694-4c6a-b204-ff5b1e359694 73641 2021-11-08T05:12:14.808Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-08T05:12:14.808Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-08T05:12:14.808Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:12:14.808Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:14.810Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:14.810Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348334808, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:14.911Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:14.911Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:14.912Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:14.926Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:14.926Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:15.811Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T05:12:15.813Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:12:15.813Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: cef8aa24-c694-4c6a-b204-ff5b1e359694, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-08T05:12:15.813Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-08T05:12:15.814Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-08T05:12:15.814Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-08T05:12:15.909Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14380108407425851462/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2021-11-08T05:12:16.887Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-08T05:12:16.887Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-08T05:12:16.887Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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-Basicclamp-csar.csar 2021-11-08T05:12:16.888Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-08T05:12:16.889Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.889Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:16.889Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-08T05:12:16.889Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-08T05:12:16.889Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T05:12:16.889Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.889Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:16.890Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-08T05:12:16.890Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-08T05:12:16.890Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T05:12:16.890Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.890Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:16.890Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.891Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-08T05:12:16.891Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-08T05:12:16.891Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-08T05:12:16.891Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-08T05:12:16.891Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-08T05:12:16.891Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-08T05:12:16.891Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.891Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-08T05:12:16.892Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.892Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-08T05:12:16.892Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:12:16.892Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.892Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-08T05:12:16.892Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:12:16.893Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.893Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-08T05:12:16.893Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:12:16.893Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.893Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-08T05:12:16.893Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-08T05:12:16.893Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-08T05:12:16.894Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b6531ea8-6b30-471a-b28a-258ad8914ae7 2021-11-08T05:12:16.894Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.894Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:16.894Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.895Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:16.895Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.895Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:16.895Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:16.895Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:16.896Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:bd9da5f3-e4c8-436b-9b72-0b57cc242e80 Model Version:NULL Model InvariantUuid:faba82ac-e8f6-4454-86a8-48db95f6b302 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:47e50fc2-f0eb-493c-b3ae-a3d607e0b58f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2314e9df-8ec2-4c39-a9f4-6d52abe2191e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:60d193b3-052a-4850-9c8f-e7d352ce2e02 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:510fafbc-0e52-4dfa-9449-dfad25c3e18f ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:4af40e6a-d80d-436e-9885-a6efe34badfe ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b6531ea8-6b30-471a-b28a-258ad8914ae7 ModelInvariantUuid:c8c7ac24-9052-4b3c-addf-863b31b60961 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:5241215d-a284-466a-b255-78738ab8896f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e16cc631-d372-4aa2-a58e-b0f7ab233c79 ModelInvariantUuid:795b14b7-bda2-4fa2-ae3b-c9f22c3fe18d ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:3a6f096a-aa08-4821-9ae4-90c21db4252f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-08T05:12:16.903Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 90a0c017-164d-4f77-bb67-673f884726cb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:12:16.906Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||basicclamp 0 2021-11-08T05:12:16.906Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 90a0c017-164d-4f77-bb67-673f884726cb 2021-11-08T05:12:16.906Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ca8e8067-de70-4bdd-96d5-765f71c8cb95 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-08T05:12:16.906Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:12:16.906Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-08T05:12:17.023Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:12:17.024Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ca8e8067-de70-4bdd-96d5-765f71c8cb95 790 2021-11-08T05:12:17.024Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-08T05:12:17.024Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-08T05:12:17.024Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:12:17.025Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:17.026Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:17.027Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348337024, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:17.127Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:17.128Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:17.128Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:17.140Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:17.140Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:12:18.027Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "510fafbc-0e52-4dfa-9449-dfad25c3e18f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4af40e6a-d80d-436e-9885-a6efe34badfe", "vfModuleModelCustomizationUUID": "733d6756-7efb-486f-85e2-87f17a37cbe5", "isBase": true, "artifacts": [ "b06fd86a-d5b9-4e25-b1f0-a003e3bd7919", "a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-08T05:12:18.032Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4af40e6a-d80d-436e-9885-a6efe34badfe VfModuleModelInvariantUUID:510fafbc-0e52-4dfa-9449-dfad25c3e18f VfModuleModelDescription:NULL Artifacts UUID List:{ b06fd86a-d5b9-4e25-b1f0-a003e3bd7919 , a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-08T05:12:18.035Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "510fafbc-0e52-4dfa-9449-dfad25c3e18f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4af40e6a-d80d-436e-9885-a6efe34badfe", "vfModuleModelCustomizationUUID": "733d6756-7efb-486f-85e2-87f17a37cbe5", "isBase": true, "artifacts": [ "b06fd86a-d5b9-4e25-b1f0-a003e3bd7919", "a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-08T05:12:18.035Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4af40e6a-d80d-436e-9885-a6efe34badfe VfModuleModelInvariantUUID:510fafbc-0e52-4dfa-9449-dfad25c3e18f VfModuleModelDescription:NULL Artifacts UUID List:{ b06fd86a-d5b9-4e25-b1f0-a003e3bd7919 , a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-08T05:12:18.035Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b06fd86a-d5b9-4e25-b1f0-a003e3bd7919 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-08T05:12:18.036Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:12:18.036Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-08T05:12:18.199Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:12:18.200Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b06fd86a-d5b9-4e25-b1f0-a003e3bd7919 5033 2021-11-08T05:12:18.200Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-08T05:12:18.200Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-08T05:12:18.200Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:12:18.201Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:18.203Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:18.203Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348338200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:18.303Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:18.304Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:18.304Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:18.317Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:18.317Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:12:19.204Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-08T05:12:19.204Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:12:19.205Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-08T05:12:19.594Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:12:19.595Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env a0d6a7bb-c5e6-48ef-ac43-7aa1fab038f1 909 2021-11-08T05:12:19.595Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-08T05:12:19.595Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-08T05:12:19.595Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:12:19.596Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:19.597Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:19.597Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348339595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-08T05:12:19.698Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:19.698Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:19.698Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:19.710Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:19.711Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:20.598Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bd9da5f3-e4c8-436b-9b72-0b57cc242e80 2021-11-08T05:12:20.599Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 90a0c017-164d-4f77-bb67-673f884726cb ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:12:20.615Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fe7d9ee, org.onap.sdc.toscaparser.api.parameters.Input@1d046dd1, org.onap.sdc.toscaparser.api.parameters.Input@6e04cb25, org.onap.sdc.toscaparser.api.parameters.Input@3da789e1, org.onap.sdc.toscaparser.api.parameters.Input@4c7e0f12] 2021-11-08T05:12:20.616Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.616Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:20.616Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-08T05:12:20.617Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 60d193b3-052a-4850-9c8f-e7d352ce2e02 2021-11-08T05:12:20.617Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60d193b3-052a-4850-9c8f-e7d352ce2e02 matches Tosca VF Customization UUID: 60d193b3-052a-4850-9c8f-e7d352ce2e02 2021-11-08T05:12:20.617Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 60d193b3-052a-4850-9c8f-e7d352ce2e02 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-08T05:12:20.619Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.619Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:20.620Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 60d193b3-052a-4850-9c8f-e7d352ce2e02: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2021-11-08T05:12:20.620Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b56571d 2021-11-08T05:12:20.620Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.620Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-08T05:12:20.620Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 733d6756-7efb-486f-85e2-87f17a37cbe5 2021-11-08T05:12:20.621Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 733d6756-7efb-486f-85e2-87f17a37cbe5 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-08T05:12:20.623Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.623Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-08T05:12:20.623Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:12:20.624Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.624Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-08T05:12:20.624Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:12:20.624Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.624Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-08T05:12:20.624Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-08T05:12:20.624Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-08T05:12:20.625Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b6531ea8-6b30-471a-b28a-258ad8914ae7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-08T05:12:20.626Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.627Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-08T05:12:20.627Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:12:20.627Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.627Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-08T05:12:20.627Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=60d193b3-052a-4850-9c8f-e7d352ce2e02 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:12:20.628Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bd9da5f3-e4c8-436b-9b72-0b57cc242e80: basicclamp 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:12:20.629Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:12:20.630Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:12:20.707Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 90a0c017-164d-4f77-bb67-673f884726cb 1 ASDC deployResourceStructure 2021-11-08T05:12:20.708Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2021-11-08T05:12:20.708Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-08T05:12:20.708Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:12:20.708Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:20.709Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:20.709Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348340708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T05:12:20.810Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:20.811Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:20.811Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:20.824Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:20.824Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:12:21.710Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-08T05:12:21.711Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-08T05:12:21.711Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:12:21.711Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:21.712Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:21.712Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348341710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-08T05:12:21.813Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T05:12:21.813Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:21.813Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:21.827Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:21.828Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:22.713Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-08T05:12:22.713Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-08T05:12:22.713Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:12:22.714Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:22.715Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:22.715Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348342713, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-08T05:12:22.815Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:22.816Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:22.816Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:22.828Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:22.829Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:12:23.716Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2021-11-08T05:12:23.716Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-08T05:12:23.716Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:12:23.717Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:23.718Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:23.718Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348343716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:12:23.818Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:23.819Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:23.819Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:23.833Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:23.834Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:12:24.719Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2e4bdb30-9523-4d5f-b708-cf945311a815 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:12:24.730Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2e4bdb30-9523-4d5f-b708-cf945311a815 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:12:24.732Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:12:24.733Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:12:24.739Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-08T05:12:54.740Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2e4bdb30-9523-4d5f-b708-cf945311a815 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-08T05:12:54.747Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2e4bdb30-9523-4d5f-b708-cf945311a815 and serviceModelVersionId: bd9da5f3-e4c8-436b-9b72-0b57cc242e80 2021-11-08T05:12:54.748Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : faba82ac-e8f6-4454-86a8-48db95f6b302 2021-11-08T05:12:54.748Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/faba82ac-e8f6-4454-86a8-48db95f6b302/model-vers/model-ver/bd9da5f3-e4c8-436b-9b72-0b57cc242e80?depth=0 2021-11-08T05:12:54.753Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-08T05:12:54.791Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faba82ac-e8f6-4454-86a8-48db95f6b302/model-vers/model-ver/bd9da5f3-e4c8-436b-9b72-0b57cc242e80?depth=0|INFO|500||Invoke 2021-11-08T05:12:54.791Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faba82ac-e8f6-4454-86a8-48db95f6b302/model-vers/model-ver/bd9da5f3-e4c8-436b-9b72-0b57cc242e80?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faba82ac-e8f6-4454-86a8-48db95f6b302/model-vers/model-ver/bd9da5f3-e4c8-436b-9b72-0b57cc242e80?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2e4bdb30-9523-4d5f-b708-cf945311a815], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a5caca98-fbb4-4f52-90d4-36e2b0ba9a04], X-ECOMP-RequestID=[2e4bdb30-9523-4d5f-b708-cf945311a815], X-TransactionId=[], X-ONAP-RequestID=[2e4bdb30-9523-4d5f-b708-cf945311a815], Content-Type=[application/merge-patch+json]} 2021-11-08T05:12:54.812Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faba82ac-e8f6-4454-86a8-48db95f6b302/model-vers/model-ver/bd9da5f3-e4c8-436b-9b72-0b57cc242e80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-08T05:12:55.227Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faba82ac-e8f6-4454-86a8-48db95f6b302/model-vers/model-ver/bd9da5f3-e4c8-436b-9b72-0b57cc242e80?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faba82ac-e8f6-4454-86a8-48db95f6b302/model-vers/model-ver/bd9da5f3-e4c8-436b-9b72-0b57cc242e80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211108-05:12:54:821-83700], vertex-id=[200784], Content-Length=[0], Date=[Mon, 08 Nov 2021 05:12:54 GMT], Content-Type=[application/json]} 2021-11-08T05:12:55.228Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faba82ac-e8f6-4454-86a8-48db95f6b302/model-vers/model-ver/bd9da5f3-e4c8-436b-9b72-0b57cc242e80?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-08T05:12:55.228Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/faba82ac-e8f6-4454-86a8-48db95f6b302/model-vers/model-ver/bd9da5f3-e4c8-436b-9b72-0b57cc242e80?depth=0|INFO|500||InvokeReturn 2021-11-08T05:12:55.229Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-08T05:12:55.229Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:12:55.233Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-08T05:12:55.234Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2e4bdb30-9523-4d5f-b708-cf945311a815 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-08T05:12:55.234Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-08T05:12:55.234Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:12:55.236Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:12:55.236Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348375234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:12:55.336Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:12:55.337Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:12:55.337Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:12:55.353Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:12:55.354Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-08T05:13:05.959Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:13:05.959Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:13:05.960Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:13:05.960Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:13:05.961Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:13:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:13:06.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:13:06.082Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2021-11-08T05:13:06.082Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:13:06.083Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2021-11-08T05:13:15.501Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:05.959Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:14:05.959Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:14:05.959Z|2e4bdb30-9523-4d5f-b708-cf945311a815|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:14:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:14:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:05.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:05.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:05.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:14:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-08T05:14:05.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:14:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-08T05:14:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:14:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:14:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-08T05:14:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:14:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:05.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:14:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348325958, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:14:05.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:14:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348334808, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:14:05.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:14:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348337024, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T05:14:05.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:14:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348338200, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:14:05.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:14:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348339595, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348340708, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348341710, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348342713, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-08T05:14:05.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:14:05.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348343716, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:14:05.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:14:05.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:14:05.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "2e4bdb30-9523-4d5f-b708-cf945311a815", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348375234, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:14:05.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:14:06.594Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:06.595Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-08T05:14:06.595Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"861f21e1-8f34-4539-82b0-625b40a58675","serviceName":"Demo_pNF_PhmrD8jY6jz2pidlWqxz","serviceVersion":"1.0","serviceUUID":"e444e38a-c604-499e-b45e-895139591eb5","serviceDescription":"catalog service description","serviceInvariantUUID":"cf28d710-9e0a-4acf-ab5e-4d18690b29bc","resources":[{"resourceInstanceName":"pNF bf3659bd-3378 0","resourceName":"pNF bf3659bd-3378","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"194b0658-3d74-417f-a9d9-fc651c3360ac","resourceInvariantUUID":"73e5f0c7-baf4-4892-90c2-fe1e80814391","resourceCustomizationUUID":"711924f2-4b3c-45de-93f0-ba80d2008734","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml","artifactChecksum":"MzBmZWMyMTk4YjE3OGUyMDYwNDA4MTYwMzU5NjI4NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5037f3f-35a6-4e7f-aa0a-6b48988e37ae","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar","artifactChecksum":"ODRiMTk1MzgzMDlkZDkwNWM3OTc3NWI4ZmMzOWFiZjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e536bb6f-5be2-48c4-8a23-de1d1b4ee48f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ca1cb50c-eeab-4c49-b5fb-b037475e5d6d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml","artifactChecksum":"MjBiYTQ5ZmY2OWJjMGZhMTJjMWI0M2QwZWY5NDdkZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3a55079d-4fb9-4332-bc7b-78af4d7e4c38","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cbd3003-34fa-40e8-99bd-8c6dd72cf4c3","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0a7beb4c-3610-45d8-943f-4cd72692d874","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml","artifactChecksum":"OTJjN2NkODdkMmY3Nzc0NDI2NGE5ODM5MmU3YWVlYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25bcb048-41b1-4cf9-9534-43795b8689d6","artifactVersion":"1"},{"artifactName":"service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar","artifactChecksum":"NWFiOTBkNjE5NjIwMGZmOGIxMjUxODZhMTNjMmViYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a609e231-b7aa-4cc2-acab-7c277392c047","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-08T05:14:06.599Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:14:06.599Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:06.602Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:06.602Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:06.702Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:14:06.703Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:06.703Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:06.715Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:06.716Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:14:07.602Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:14:07.603Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:07.606Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:07.606Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:07.706Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:14:07.707Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:07.707Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:07.719Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:07.719Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:14:08.607Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:14:08.607Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:08.608Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:08.608Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:08.709Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:14:08.709Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:08.710Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:08.721Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:08.722Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:14:09.609Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:14:09.610Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:09.612Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:09.612Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:09.712Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:14:09.713Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:09.713Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:09.725Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:09.725Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:14:10.612Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:14:10.613Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:10.615Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:10.615Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:10.715Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:14:10.716Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:10.716Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:10.729Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:10.730Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:14:11.616Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:14:11.616Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:11.618Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:11.618Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:11.718Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:14:11.718Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:11.719Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:11.729Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:11.729Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:14:12.619Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:14:12.620Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:12.621Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:12.621Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:14:12.722Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:14:12.722Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:12.723Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:12.733Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:12.734Z||pool-58-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:14:13.622Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:14:13.623Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:13.625Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:13.625Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:14:13.725Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:14:13.726Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:13.726Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:13.737Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:13.738Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:14:14.626Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "serviceName": "Demo_pNF_PhmrD8jY6jz2pidlWqxz", "serviceVersion": "1.0", "serviceUUID": "e444e38a-c604-499e-b45e-895139591eb5", "serviceDescription": "catalog service description", "serviceInvariantUUID": "cf28d710-9e0a-4acf-ab5e-4d18690b29bc", "resources": [ { "resourceInstanceName": "pNF bf3659bd-3378 0", "resourceCustomizationUUID": "711924f2-4b3c-45de-93f0-ba80d2008734", "resourceName": "pNF bf3659bd-3378", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "194b0658-3d74-417f-a9d9-fc651c3360ac", "resourceInvariantUUID": "73e5f0c7-baf4-4892-90c2-fe1e80814391", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "artifactChecksum": "NWFiOTBkNjE5NjIwMGZmOGIxMjUxODZhMTNjMmViYWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a609e231-b7aa-4cc2-acab-7c277392c047" } ], "workloadContext": "Production" } 2021-11-08T05:14:14.626Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-08T05:14:14.626Z|2e4bdb30-9523-4d5f-b708-cf945311a815|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e444e38a-c604-499e-b45e-895139591eb5 ASDC 2021-11-08T05:14:14.627Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:861f21e1-8f34-4539-82b0-625b40a58675 ServiceName:Demo_pNF_PhmrD8jY6jz2pidlWqxz ServiceVersion:1.0 ServiceUUID:e444e38a-c604-499e-b45e-895139591eb5 ServiceInvariantUUID:cf28d710-9e0a-4acf-ab5e-4d18690b29bc ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar ArtifactUUID:a609e231-b7aa-4cc2-acab-7c277392c047 ArtifactChecksum:NWFiOTBkNjE5NjIwMGZmOGIxMjUxODZhMTNjMmViYWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bf3659bd-3378 0 ResourceCustomizationUUID:711924f2-4b3c-45de-93f0-ba80d2008734 ResourceInvariantUUID:73e5f0c7-baf4-4892-90c2-fe1e80814391 ResourceName:pNF bf3659bd-3378 ResourceType:PNF ResourceUUID:194b0658-3d74-417f-a9d9-fc651c3360ac ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-08T05:14:14.627Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e444e38a-c604-499e-b45e-895139591eb5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:14:14.654Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T05:14:14.654Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:14:14.654Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:14:14.655Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a609e231-b7aa-4cc2-acab-7c277392c047 from URL: /sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:14.655Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:14:14.655Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:15.428Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:14:15.434Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar a609e231-b7aa-4cc2-acab-7c277392c047 82618 2021-11-08T05:14:15.434Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar ASDC sendASDCNotification 2021-11-08T05:14:15.434Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:15.434Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:14:15.435Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:15.436Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:15.436Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348455434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:14:15.537Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T05:14:15.537Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:15.538Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:15.550Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:15.551Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:14:16.437Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T05:14:16.437Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:14:16.438Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a609e231-b7aa-4cc2-acab-7c277392c047, URL: /sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar to file: /app/ASDC/1/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:16.438Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:16.438Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:16.438Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:16.553Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14261770915794145740/Definitions/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml 2021-11-08T05:14:17.224Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-08T05:14:17.224Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-08T05:14:17.224Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:17.224Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-08T05:14:17.224Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:17.224Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:17.224Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:17.224Z|861f21e1-8f34-4539-82b0-625b40a58675|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-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:17.225Z|861f21e1-8f34-4539-82b0-625b40a58675|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-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:17.225Z|861f21e1-8f34-4539-82b0-625b40a58675|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-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:17.225Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bf3659bd-3378 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-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:17.225Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-08T05:14:17.225Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:14:17.225Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PhmrD8jY6jz2pidlWqxz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:14:17.225Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Node template pNF bf3659bd-3378 0 is matching search criteria 2021-11-08T05:14:17.225Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-08T05:14:17.226Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF bf3659bd-3378 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T05:14:17.226Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:14:17.226Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PhmrD8jY6jz2pidlWqxz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:14:17.226Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Node template pNF bf3659bd-3378 0 is matching search criteria 2021-11-08T05:14:17.226Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-08T05:14:17.226Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF bf3659bd-3378 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T05:14:17.226Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:14:17.226Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PhmrD8jY6jz2pidlWqxz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:14:17.227Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:14:17.227Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PhmrD8jY6jz2pidlWqxz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:14:17.227Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:14:17.227Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PhmrD8jY6jz2pidlWqxz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:14:17.227Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:14:17.227Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PhmrD8jY6jz2pidlWqxz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:14:17.227Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:14:17.227Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PhmrD8jY6jz2pidlWqxz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:14:17.228Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_PhmrD8jY6jz2pidlWqxz Description:catalog service description Model UUID:e444e38a-c604-499e-b45e-895139591eb5 Model Version:NULL Model InvariantUuid:cf28d710-9e0a-4acf-ab5e-4d18690b29bc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-08T05:14:17.235Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 194b0658-3d74-417f-a9d9-fc651c3360ac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:14:17.238Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||pNF bf3659bd-3378 0 2021-11-08T05:14:17.238Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 194b0658-3d74-417f-a9d9-fc651c3360ac 2021-11-08T05:14:17.238Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||No resources found for Service: e444e38a-c604-499e-b45e-895139591eb5 2021-11-08T05:14:17.238Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e444e38a-c604-499e-b45e-895139591eb5 2021-11-08T05:14:17.238Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bf3659bd-3378 0 194b0658-3d74-417f-a9d9-fc651c3360ac ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:14:17.243Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@25d57183, org.onap.sdc.toscaparser.api.parameters.Input@7649d8e, org.onap.sdc.toscaparser.api.parameters.Input@5079076d, org.onap.sdc.toscaparser.api.parameters.Input@794c964a, org.onap.sdc.toscaparser.api.parameters.Input@779bb989] 2021-11-08T05:14:17.243Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:14:17.243Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PhmrD8jY6jz2pidlWqxz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:14:17.244Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e444e38a-c604-499e-b45e-895139591eb5: pNF bf3659bd-3378 2021-11-08T05:14:17.244Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||Processing PNF resource: 194b0658-3d74-417f-a9d9-fc651c3360ac 2021-11-08T05:14:17.244Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:14:17.244Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_PhmrD8jY6jz2pidlWqxz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:14:17.244Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||Resource customization UUID: 711924f2-4b3c-45de-93f0-ba80d2008734 is the same as notified resource customizationUUID: 711924f2-4b3c-45de-93f0-ba80d2008734 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-08T05:14:17.321Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bf3659bd-3378 194b0658-3d74-417f-a9d9-fc651c3360ac 0 ASDC deployResourceStructure 2021-11-08T05:14:17.321Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar ASDC sendASDCNotification 2021-11-08T05:14:17.321Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar 2021-11-08T05:14:17.322Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:14:17.322Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:14:17.324Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:14:17.324Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348457321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:14:17.424Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:14:17.425Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:14:17.425Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:14:17.435Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:14:17.435Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:14:18.325Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 861f21e1-8f34-4539-82b0-625b40a58675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:14:18.337Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 861f21e1-8f34-4539-82b0-625b40a58675 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:14:18.340Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:14:18.340Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T05:14:18.340Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T05:14:48.340Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 861f21e1-8f34-4539-82b0-625b40a58675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:14:48.353Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 861f21e1-8f34-4539-82b0-625b40a58675 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:14:48.358Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:14:48.358Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T05:14:48.358Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T05:15:05.962Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:15:05.963Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:15:05.963Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:05.994Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:05.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348397739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:05.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "dcae-sch", "timestamp": 1636348393097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:05.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "multicloud-k8s-id", "timestamp": 1636348392806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348393016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348398934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348397739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "multicloud-k8s-id", "timestamp": 1636348392806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "dcae-sch", "timestamp": 1636348393097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348393016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348398934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:05.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348397739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "dcae-sch", "timestamp": 1636348393097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "multicloud-k8s-id", "timestamp": 1636348392806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348393016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348398934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348397739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "dcae-sch", "timestamp": 1636348393097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348393016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "multicloud-k8s-id", "timestamp": 1636348392806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348398934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348397739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "dcae-sch", "timestamp": 1636348393097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348393016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "multicloud-k8s-id", "timestamp": 1636348392806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348398934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348397739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "dcae-sch", "timestamp": 1636348393097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348393016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "multicloud-k8s-id", "timestamp": 1636348392806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348398934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348397739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "dcae-sch", "timestamp": 1636348393097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "multicloud-k8s-id", "timestamp": 1636348392806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348393016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348398934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348397739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "dcae-sch", "timestamp": 1636348393097, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "multicloud-k8s-id", "timestamp": 1636348392806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348393016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348398934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348408697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348409898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:15:06.007Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348409989, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348409993, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348408697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348410902, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "cds", "timestamp": 1636348410997, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:15:06.018Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 861f21e1-8f34-4539-82b0-625b40a58675 2021-11-08T05:15:06.019Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 861f21e1-8f34-4539-82b0-625b40a58675 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:15:06.026Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348411200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-08T05:15:06.027Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348408697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.027Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.027Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.027Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "policy-id", "timestamp": 1636348411905, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:15:06.032Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 861f21e1-8f34-4539-82b0-625b40a58675 2021-11-08T05:15:06.032Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 861f21e1-8f34-4539-82b0-625b40a58675 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:15:06.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "ves-openapi-manager", "timestamp": 1636348412204, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:15:06.045Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 861f21e1-8f34-4539-82b0-625b40a58675 2021-11-08T05:15:06.045Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 861f21e1-8f34-4539-82b0-625b40a58675 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:15:06.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348408697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348412195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348408697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348412195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348408697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348412195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348408697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.054Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348412195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348408697, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348412195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348416823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.055Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348412195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348416823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348412195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348416823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348412195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:15:06.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348416823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348421044, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348416823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348416823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348422827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:15:06.058Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348416823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:06.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348423832, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:15:06.063Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 861f21e1-8f34-4539-82b0-625b40a58675 2021-11-08T05:15:06.064Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 861f21e1-8f34-4539-82b0-625b40a58675 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:15:06.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348423964, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:15:06.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348416823, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:15:06.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:15:06.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348425620, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:15:06.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348425972, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:15:06.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "clamp", "timestamp": 1636348426975, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:15:06.078Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 861f21e1-8f34-4539-82b0-625b40a58675 2021-11-08T05:15:06.078Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 861f21e1-8f34-4539-82b0-625b40a58675 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:15:06.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348429789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:15:06.087Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:15:06.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:15:06.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "aai-ml", "timestamp": 1636348430793, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:15:06.091Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 861f21e1-8f34-4539-82b0-625b40a58675 2021-11-08T05:15:06.092Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 861f21e1-8f34-4539-82b0-625b40a58675 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:15:18.359Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 861f21e1-8f34-4539-82b0-625b40a58675 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:15:18.374Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 861f21e1-8f34-4539-82b0-625b40a58675 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:15:18.378Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:15:18.378Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-08T05:15:18.378Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-08T05:15:18.378Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-08T05:15:18.378Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:15:18.378Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:15:18.378Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:15:18.379Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:15:18.379Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:15:18.379Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:15:18.379Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:15:18.379Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:15:18.384Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-08T05:15:48.385Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 861f21e1-8f34-4539-82b0-625b40a58675 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-08T05:15:48.392Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 861f21e1-8f34-4539-82b0-625b40a58675 and serviceModelVersionId: e444e38a-c604-499e-b45e-895139591eb5 2021-11-08T05:15:48.392Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf28d710-9e0a-4acf-ab5e-4d18690b29bc 2021-11-08T05:15:48.393Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf28d710-9e0a-4acf-ab5e-4d18690b29bc/model-vers/model-ver/e444e38a-c604-499e-b45e-895139591eb5?depth=0 2021-11-08T05:15:48.397Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-08T05:15:48.430Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf28d710-9e0a-4acf-ab5e-4d18690b29bc/model-vers/model-ver/e444e38a-c604-499e-b45e-895139591eb5?depth=0|INFO|500||Invoke 2021-11-08T05:15:48.431Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf28d710-9e0a-4acf-ab5e-4d18690b29bc/model-vers/model-ver/e444e38a-c604-499e-b45e-895139591eb5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf28d710-9e0a-4acf-ab5e-4d18690b29bc/model-vers/model-ver/e444e38a-c604-499e-b45e-895139591eb5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[861f21e1-8f34-4539-82b0-625b40a58675], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ff72cc0c-6f83-4021-89ef-0d6d7d45870b], X-ECOMP-RequestID=[861f21e1-8f34-4539-82b0-625b40a58675], X-TransactionId=[], X-ONAP-RequestID=[861f21e1-8f34-4539-82b0-625b40a58675], Content-Type=[application/merge-patch+json]} 2021-11-08T05:15:48.454Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf28d710-9e0a-4acf-ab5e-4d18690b29bc/model-vers/model-ver/e444e38a-c604-499e-b45e-895139591eb5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-08T05:15:48.537Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf28d710-9e0a-4acf-ab5e-4d18690b29bc/model-vers/model-ver/e444e38a-c604-499e-b45e-895139591eb5?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf28d710-9e0a-4acf-ab5e-4d18690b29bc/model-vers/model-ver/e444e38a-c604-499e-b45e-895139591eb5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-05:15:48:463-99647], vertex-id=[602176], Content-Length=[0], Date=[Mon, 08 Nov 2021 05:15:48 GMT], Content-Type=[application/json]} 2021-11-08T05:15:48.537Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf28d710-9e0a-4acf-ab5e-4d18690b29bc/model-vers/model-ver/e444e38a-c604-499e-b45e-895139591eb5?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-08T05:15:48.538Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf28d710-9e0a-4acf-ab5e-4d18690b29bc/model-vers/model-ver/e444e38a-c604-499e-b45e-895139591eb5?depth=0|INFO|500||InvokeReturn 2021-11-08T05:15:48.538Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-08T05:15:48.539Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:15:48.543Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-08T05:15:48.543Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 861f21e1-8f34-4539-82b0-625b40a58675 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-08T05:15:48.544Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-08T05:15:48.544Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:48.546Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:48.546Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348548544, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:15:48.646Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:15:48.647Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:48.648Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:48.664Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:48.665Z||pool-62-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-08T05:15:49.559Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:15:49.560Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:15:49.560Z|861f21e1-8f34-4539-82b0-625b40a58675|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:50.183Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:50.184Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-08T05:15:50.184Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd044f82-35f5-4bcf-b0d5-04b193441aea","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d0506dae-8e24-477d-8c59-8012bb84821a","serviceDescription":"service","serviceInvariantUUID":"95cc86ca-54af-4a32-ae8a-bb5086616366","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3c6d11f2-3909-4589-b574-1557fc15fb4a","resourceInvariantUUID":"ac6f4ac0-00e4-45fd-beba-be9ff2f87342","resourceCustomizationUUID":"5e390a98-79c3-4641-90fb-5a2d94474dfd","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":"YTcwNWNlZDE3ZGExZjMxMDlmZTA3MDUyZTJhZWRmZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7b51448-5e7b-44f1-93e3-b40a3155531f","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":"fe5a8228-7d4f-475f-88ae-e74dc5e9dce4","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":"d112d6f3-611c-4c6b-b911-1da684c716ac","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":"YWFiODAyOWJiZWRiNDIyMzhmYzY0MGVlN2JkZjE5ZjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"487ba2b7-274c-4ce1-aae5-76d9198cab56","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":"203b4703-c3ff-4ad7-ae2a-7f72a00e7e08","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":"05d77f84-09eb-4f6c-a456-4365dd40ead0","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":"7b53b4d5-9c53-4cc0-b5eb-329b7951985e","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":"NTJiZGNiZTEyYmQxM2M5YWFmNWI4YzliODlhYzIzZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bcd84ddc-0ab9-4104-9327-e6f23557f9e1","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"N2YxNTkxNmVmOTBjNmJkNzc3MDNmNTI1NzA4Yzg5MDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"417cd556-52da-4d4e-8005-4a8293810163","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-08T05:15:50.187Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:15:50.187Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:50.189Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:50.189Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:50.289Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-08T05:15:50.290Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:50.290Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:50.304Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:50.305Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:15:51.190Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:15:51.191Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:51.193Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:51.193Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:51.293Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:15:51.294Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:51.294Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:51.306Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:51.306Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:15:52.194Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:15:52.195Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:52.197Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:52.197Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:52.297Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:15:52.298Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:52.298Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:52.310Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:52.311Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:15:53.198Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:15:53.199Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:53.200Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:53.200Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:53.300Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-08T05:15:53.301Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:53.301Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:53.326Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:53.327Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:15:54.201Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:15:54.202Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:54.204Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:54.204Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:54.304Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:15:54.304Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:54.305Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:54.317Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:54.318Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:15:55.204Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:15:55.204Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:55.206Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:55.206Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:55.307Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:15:55.307Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:55.307Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:55.320Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:55.321Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:15:56.207Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:15:56.207Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:56.210Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:56.210Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:56.310Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:15:56.311Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:56.312Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:56.325Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:56.325Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:15:57.211Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:15:57.212Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:57.214Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:57.214Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:15:57.314Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:15:57.315Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:57.315Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:57.326Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:57.327Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:15:58.215Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:15:58.216Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:58.218Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:58.218Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:15:58.318Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:15:58.319Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:58.319Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:58.332Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:58.332Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:15:59.219Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "d0506dae-8e24-477d-8c59-8012bb84821a", "serviceDescription": "service", "serviceInvariantUUID": "95cc86ca-54af-4a32-ae8a-bb5086616366", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5e390a98-79c3-4641-90fb-5a2d94474dfd", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3c6d11f2-3909-4589-b574-1557fc15fb4a", "resourceInvariantUUID": "ac6f4ac0-00e4-45fd-beba-be9ff2f87342", "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": "N2YxNTkxNmVmOTBjNmJkNzc3MDNmNTI1NzA4Yzg5MDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "417cd556-52da-4d4e-8005-4a8293810163" } ], "workloadContext": "Production" } 2021-11-08T05:15:59.219Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-08T05:15:59.219Z|861f21e1-8f34-4539-82b0-625b40a58675|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d0506dae-8e24-477d-8c59-8012bb84821a ASDC 2021-11-08T05:15:59.219Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:cd044f82-35f5-4bcf-b0d5-04b193441aea ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:d0506dae-8e24-477d-8c59-8012bb84821a ServiceInvariantUUID:95cc86ca-54af-4a32-ae8a-bb5086616366 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:417cd556-52da-4d4e-8005-4a8293810163 ArtifactChecksum:N2YxNTkxNmVmOTBjNmJkNzc3MDNmNTI1NzA4Yzg5MDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5e390a98-79c3-4641-90fb-5a2d94474dfd ResourceInvariantUUID:ac6f4ac0-00e4-45fd-beba-be9ff2f87342 ResourceName:test-pnf ResourceType:PNF ResourceUUID:3c6d11f2-3909-4589-b574-1557fc15fb4a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-08T05:15:59.219Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0506dae-8e24-477d-8c59-8012bb84821a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:15:59.242Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T05:15:59.243Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:15:59.243Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:15:59.243Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 417cd556-52da-4d4e-8005-4a8293810163 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-08T05:15:59.243Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:15:59.244Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-08T05:15:59.524Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:15:59.529Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 417cd556-52da-4d4e-8005-4a8293810163 105641 2021-11-08T05:15:59.529Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-08T05:15:59.529Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-08T05:15:59.529Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:15:59.529Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:15:59.531Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:15:59.531Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348559529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:15:59.631Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:15:59.632Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:15:59.633Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:15:59.647Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:15:59.648Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:16:00.532Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T05:16:00.532Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:16:00.533Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 417cd556-52da-4d4e-8005-4a8293810163, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-08T05:16:00.533Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-08T05:16:00.533Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-08T05:16:00.533Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-08T05:16:00.645Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP873117380597676069/Definitions/service-TestPnfMacro-template.yml 2021-11-08T05:16:01.351Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-08T05:16:01.351Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|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-TestPnfMacro-csar.csar 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|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-TestPnfMacro-csar.csar 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|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-TestPnfMacro-csar.csar 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-08T05:16:01.352Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:16:01.353Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:16:01.353Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-08T05:16:01.353Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-08T05:16:01.353Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T05:16:01.353Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:16:01.353Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:16:01.354Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-08T05:16:01.354Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-08T05:16:01.354Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T05:16:01.354Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:16:01.354Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:16:01.354Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:16:01.354Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:16:01.354Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:16:01.355Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:16:01.355Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:16:01.355Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:16:01.355Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:16:01.355Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:16:01.355Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:d0506dae-8e24-477d-8c59-8012bb84821a Model Version:NULL Model InvariantUuid:95cc86ca-54af-4a32-ae8a-bb5086616366 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-08T05:16:01.363Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3c6d11f2-3909-4589-b574-1557fc15fb4a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:16:01.366Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||test-pnf 0 2021-11-08T05:16:01.367Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3c6d11f2-3909-4589-b574-1557fc15fb4a 2021-11-08T05:16:01.367Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d0506dae-8e24-477d-8c59-8012bb84821a 2021-11-08T05:16:01.367Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d0506dae-8e24-477d-8c59-8012bb84821a 2021-11-08T05:16:01.367Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3c6d11f2-3909-4589-b574-1557fc15fb4a ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:16:01.371Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ac343ff, org.onap.sdc.toscaparser.api.parameters.Input@5ea285a0, org.onap.sdc.toscaparser.api.parameters.Input@7f7cc2d8, org.onap.sdc.toscaparser.api.parameters.Input@7f4f1152, org.onap.sdc.toscaparser.api.parameters.Input@1f7379ff] 2021-11-08T05:16:01.372Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:16:01.372Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:16:01.372Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d0506dae-8e24-477d-8c59-8012bb84821a: test-pnf 2021-11-08T05:16:01.372Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||Processing PNF resource: 3c6d11f2-3909-4589-b574-1557fc15fb4a 2021-11-08T05:16:01.372Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:16:01.373Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:16:01.373Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||Resource customization UUID: 5e390a98-79c3-4641-90fb-5a2d94474dfd is the same as notified resource customizationUUID: 5e390a98-79c3-4641-90fb-5a2d94474dfd Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-08T05:16:01.408Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3c6d11f2-3909-4589-b574-1557fc15fb4a 0 ASDC deployResourceStructure 2021-11-08T05:16:01.408Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2021-11-08T05:16:01.408Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-08T05:16:01.409Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:16:01.409Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:16:01.411Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:16:01.411Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348561408, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:16:01.513Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-08T05:16:01.515Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:16:01.516Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:16:01.528Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:16:01.529Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:16:02.412Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd044f82-35f5-4bcf-b0d5-04b193441aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:16:02.425Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd044f82-35f5-4bcf-b0d5-04b193441aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:16:02.427Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:16:02.428Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T05:16:02.428Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T05:16:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:16:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:16:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:16:05.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:16:05.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:16:05.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:16:05.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/resourceInstances/pnfbf3659bd33780/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:16:05.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:16:05.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348445959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:16:05.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:16:05.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348455434, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:16:05.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:16:05.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:16:05.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348457321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPhmrd8jy6jz2pidlwqxz/1.0/artifacts/service-DemoPnfPhmrd8jy6jz2pidlwqxz-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:16:05.987Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:16:32.428Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd044f82-35f5-4bcf-b0d5-04b193441aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:16:32.438Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd044f82-35f5-4bcf-b0d5-04b193441aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:16:32.441Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:16:32.441Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T05:16:32.441Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T05:17:02.441Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd044f82-35f5-4bcf-b0d5-04b193441aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:17:02.453Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd044f82-35f5-4bcf-b0d5-04b193441aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:17:02.456Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:17:02.456Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-08T05:17:02.456Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-08T05:17:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:17:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:17:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:17:05.992Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:17:05.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348497739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348498697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348502195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348498016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348498934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348497739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348498697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348502195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348506823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348498016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348498934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:05.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:05.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:05.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348497739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348498697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348502195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348506823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348498016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348498934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.001Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.001Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.001Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348497739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348498697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.002Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.002Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348502195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.002Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348506823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348498016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.003Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.003Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348498934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.003Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348497739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348498697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348502195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348506823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348498016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348498934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348497739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348498697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348502195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348506823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348498016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348498934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348497739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348498697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348502195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348506823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348498016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348498934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348497739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "multicloud-k8s-id", "timestamp": 1636348512806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348498697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348502195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348506823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348498016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348498934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "dcae-sch", "timestamp": 1636348513097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "multicloud-k8s-id", "timestamp": 1636348512806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348497739, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348498697, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348502195, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348506823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348498016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348498934, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "dcae-sch", "timestamp": 1636348513097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "multicloud-k8s-id", "timestamp": 1636348512806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348506823, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "dcae-sch", "timestamp": 1636348513097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348516338, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348516400, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:17:06.011Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348516387, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "multicloud-k8s-id", "timestamp": 1636348512806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348516529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "dcae-sch", "timestamp": 1636348513097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348517296, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348517391, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "multicloud-k8s-id", "timestamp": 1636348512806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348517549, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "dcae-sch", "timestamp": 1636348513097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348518115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:17:06.014Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.014Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.014Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "cds", "timestamp": 1636348518401, "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-11-08T05:17:06.022Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd044f82-35f5-4bcf-b0d5-04b193441aea 2021-11-08T05:17:06.022Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd044f82-35f5-4bcf-b0d5-04b193441aea and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:17:06.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "policy-id", "timestamp": 1636348518393, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:17:06.035Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd044f82-35f5-4bcf-b0d5-04b193441aea 2021-11-08T05:17:06.035Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd044f82-35f5-4bcf-b0d5-04b193441aea and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:17:06.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "multicloud-k8s-id", "timestamp": 1636348512806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.043Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.043Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "ves-openapi-manager", "timestamp": 1636348518552, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:17:06.048Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cd044f82-35f5-4bcf-b0d5-04b193441aea 2021-11-08T05:17:06.048Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd044f82-35f5-4bcf-b0d5-04b193441aea and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:17:06.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.056Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "dcae-sch", "timestamp": 1636348513097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348519118, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:17:06.061Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd044f82-35f5-4bcf-b0d5-04b193441aea 2021-11-08T05:17:06.061Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd044f82-35f5-4bcf-b0d5-04b193441aea and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:17:06.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "multicloud-k8s-id", "timestamp": 1636348512806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "dcae-sch", "timestamp": 1636348513097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "multicloud-k8s-id", "timestamp": 1636348512806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "dcae-sch", "timestamp": 1636348513097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "multicloud-k8s-id", "timestamp": 1636348512806, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "dcae-sch", "timestamp": 1636348513097, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348521996, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:17:06.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "aai-ml", "timestamp": 1636348522999, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:17:06.075Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd044f82-35f5-4bcf-b0d5-04b193441aea 2021-11-08T05:17:06.075Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd044f82-35f5-4bcf-b0d5-04b193441aea and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:17:06.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348523974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:17:06.082Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.082Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348525981, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:17:06.083Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.083Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "clamp", "timestamp": 1636348526984, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:17:06.087Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd044f82-35f5-4bcf-b0d5-04b193441aea 2021-11-08T05:17:06.088Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd044f82-35f5-4bcf-b0d5-04b193441aea and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:17:06.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "861f21e1-8f34-4539-82b0-625b40a58675", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348548544, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:17:06.096Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:17:06.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348549559, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:17:06.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:17:06.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348559529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:17:06.099Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:06.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:17:06.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348561408, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:17:06.099Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:17:32.456Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd044f82-35f5-4bcf-b0d5-04b193441aea Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:17:32.469Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd044f82-35f5-4bcf-b0d5-04b193441aea Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:17:32.472Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:17:32.472Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-08T05:17:32.472Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-08T05:17:32.472Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-08T05:17:32.472Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:17:32.473Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:17:32.473Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:17:32.473Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:17:32.473Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:17:32.473Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:17:32.473Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:17:32.473Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:17:32.478Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-08T05:18:02.478Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd044f82-35f5-4bcf-b0d5-04b193441aea and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-08T05:18:02.483Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd044f82-35f5-4bcf-b0d5-04b193441aea and serviceModelVersionId: d0506dae-8e24-477d-8c59-8012bb84821a 2021-11-08T05:18:02.483Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 95cc86ca-54af-4a32-ae8a-bb5086616366 2021-11-08T05:18:02.484Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/95cc86ca-54af-4a32-ae8a-bb5086616366/model-vers/model-ver/d0506dae-8e24-477d-8c59-8012bb84821a?depth=0 2021-11-08T05:18:02.487Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-08T05:18:02.521Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc86ca-54af-4a32-ae8a-bb5086616366/model-vers/model-ver/d0506dae-8e24-477d-8c59-8012bb84821a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-08T05:18:02.522Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc86ca-54af-4a32-ae8a-bb5086616366/model-vers/model-ver/d0506dae-8e24-477d-8c59-8012bb84821a?depth=0|INFO|500||Invoke 2021-11-08T05:18:02.541Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc86ca-54af-4a32-ae8a-bb5086616366/model-vers/model-ver/d0506dae-8e24-477d-8c59-8012bb84821a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-08T05:18:02.675Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc86ca-54af-4a32-ae8a-bb5086616366/model-vers/model-ver/d0506dae-8e24-477d-8c59-8012bb84821a?depth=0|INFO|500||InvokeReturn 2021-11-08T05:18:02.675Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/95cc86ca-54af-4a32-ae8a-bb5086616366/model-vers/model-ver/d0506dae-8e24-477d-8c59-8012bb84821a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211108-05:18:02:549-17178], vertex-id=[188520], Content-Length=[0], Date=[Mon, 08 Nov 2021 05:18:02 GMT], Content-Type=[application/json]} 2021-11-08T05:18:02.675Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-08T05:18:02.675Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-08T05:18:02.676Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:18:02.679Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-08T05:18:02.680Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd044f82-35f5-4bcf-b0d5-04b193441aea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-08T05:18:02.680Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-08T05:18:02.680Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:02.682Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:02.682Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348682680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:18:02.782Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:02.783Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:02.783Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:02.800Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:02.801Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-08T05:18:03.694Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:18:03.695Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:18:03.695Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:18:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:18:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:05.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:05.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "dcae-sch", "timestamp": 1636348573097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.987Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "ves-openapi-manager", "timestamp": 1636348577739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "cds", "timestamp": 1636348573016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348578934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348572805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "ves-openapi-manager", "timestamp": 1636348577739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "dcae-sch", "timestamp": 1636348573097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "cds", "timestamp": 1636348573016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348578934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348572805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "ves-openapi-manager", "timestamp": 1636348577739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "dcae-sch", "timestamp": 1636348573097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "cds", "timestamp": 1636348573016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348578934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348572805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "ves-openapi-manager", "timestamp": 1636348577739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "dcae-sch", "timestamp": 1636348573097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "cds", "timestamp": 1636348573016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348578934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348572805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "ves-openapi-manager", "timestamp": 1636348577739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "dcae-sch", "timestamp": 1636348573097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "cds", "timestamp": 1636348573016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348578934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348572805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "ves-openapi-manager", "timestamp": 1636348577739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "dcae-sch", "timestamp": 1636348573097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "cds", "timestamp": 1636348573016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348578934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348572805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "ves-openapi-manager", "timestamp": 1636348577739, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "dcae-sch", "timestamp": 1636348573097, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "cds", "timestamp": 1636348573016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348578934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348572805, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "cds", "timestamp": 1636348587064, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:05.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348587060, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:05.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:05.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348587134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:05.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:05.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:05.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "cds", "timestamp": 1636348588068, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:18:06.008Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 440cc21d-a995-4274-b9a3-a299effeecd4 2021-11-08T05:18:06.009Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 440cc21d-a995-4274-b9a3-a299effeecd4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:18:06.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348588065, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:18:06.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348588179, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:06.017Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "policy-id", "timestamp": 1636348589067, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:18:06.023Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 440cc21d-a995-4274-b9a3-a299effeecd4 2021-11-08T05:18:06.023Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 440cc21d-a995-4274-b9a3-a299effeecd4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:18:06.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348589293, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:06.033Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.033Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348588697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.033Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.033Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.034Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348590315, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:18:06.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 440cc21d-a995-4274-b9a3-a299effeecd4 2021-11-08T05:18:06.038Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 440cc21d-a995-4274-b9a3-a299effeecd4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2021-11-08T05:18:06.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348588697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-08T05:18:06.046Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "multicloud-k8s-id", "timestamp": 1636348591319, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T05:18:06.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348588697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348588697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348592195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348588697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348592195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348588697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348592195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348588697, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348592195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.048Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348592195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348596823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348592195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348596823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348592195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348596823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348599952, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348596823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348596823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348602183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348596823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1636348603186, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:18:06.057Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 440cc21d-a995-4274-b9a3-a299effeecd4 2021-11-08T05:18:06.057Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 440cc21d-a995-4274-b9a3-a299effeecd4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:18:06.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348596823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348604528, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348606379, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348607394, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "clamp", "timestamp": 1636348608397, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:18:06.070Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 440cc21d-a995-4274-b9a3-a299effeecd4 2021-11-08T05:18:06.070Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 440cc21d-a995-4274-b9a3-a299effeecd4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:18:06.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348611586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:18:06.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:18:06.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:18:06.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "aai-ml", "timestamp": 1636348612590, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:18:06.085Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 440cc21d-a995-4274-b9a3-a299effeecd4 2021-11-08T05:18:06.086Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 440cc21d-a995-4274-b9a3-a299effeecd4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:18:08.242Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:08.243Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||received message from topic 2021-11-08T05:18:08.243Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"440cc21d-a995-4274-b9a3-a299effeecd4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"35ef027a-993a-45ad-93f3-26a4ee71e45e","serviceDescription":"service","serviceInvariantUUID":"724e745d-149e-4f4c-87c4-abf538628ba0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7cd09dc8-8db5-459f-a3a9-fabe269b7ff9","resourceInvariantUUID":"d3483892-f263-4a3b-bf00-5601363b39ac","resourceCustomizationUUID":"41aadfe3-e2b0-4950-9e4f-d87846d86244","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":"OGMwZjhjZDE2ZDVjYzFhZTA2NzUwOWNmMTNkYjZlMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3cbfcf16-8b9b-46f5-8315-8b69837e9343","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":"MjEyODAzN2JjM2UzM2I3YjA1YWQ3ZWQ3NTBiYjRhMDY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"03a264ba-0f71-481d-863f-9dedc8d5aebc","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":"59eae996-0d2f-42b5-9e2c-ad93969919e4","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":"6d4a2526-8ebe-4147-a39c-a5c5d2acda46","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":"81c9618c-726e-4f3a-a777-03e3a462431b","artifactVersion":"2","generatedFromUUID":"59eae996-0d2f-42b5-9e2c-ad93969919e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YzQxYzViZWI5YzYzYzg5NWViZDgxNTYxODkxNGExMWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22695af8-a055-45b5-a6a7-24c7b68edc38","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NmQ0YWRkZWExMTZhZDY4MGFjOTZkNjFlMjVlN2U4MDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec0bdd3d-50e4-42b6-8ec4-024f9251afb6","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-08T05:18:08.245Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:18:08.245Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:08.248Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:08.248Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:08.347Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-08T05:18:08.348Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:08.348Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:08.370Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:08.371Z||pool-75-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:09.249Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:18:09.249Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:09.252Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:09.252Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-08T05:18:09.352Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-08T05:18:09.353Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:09.353Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:09.364Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:09.364Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:10.253Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:18:10.254Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:10.256Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:10.257Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-08T05:18:10.357Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-08T05:18:10.357Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:10.357Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:10.369Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:10.370Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:11.257Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:18:11.258Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:11.260Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:11.260Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:11.360Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:11.361Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:11.361Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:11.373Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:11.373Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:12.260Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:18:12.261Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:12.263Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:12.264Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-08T05:18:12.364Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:12.364Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:12.365Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:12.377Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:12.378Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:18:13.264Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:18:13.265Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:13.267Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:13.267Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:18:13.367Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:13.368Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:13.368Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:13.379Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:13.379Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-08T05:18:14.268Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-08T05:18:14.269Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:14.270Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:14.270Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:18:14.371Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T05:18:14.372Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:14.372Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:14.384Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:14.384Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:15.272Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "35ef027a-993a-45ad-93f3-26a4ee71e45e", "serviceDescription": "service", "serviceInvariantUUID": "724e745d-149e-4f4c-87c4-abf538628ba0", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "41aadfe3-e2b0-4950-9e4f-d87846d86244", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7cd09dc8-8db5-459f-a3a9-fabe269b7ff9", "resourceInvariantUUID": "d3483892-f263-4a3b-bf00-5601363b39ac", "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": "MjEyODAzN2JjM2UzM2I3YjA1YWQ3ZWQ3NTBiYjRhMDY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "03a264ba-0f71-481d-863f-9dedc8d5aebc", "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": "59eae996-0d2f-42b5-9e2c-ad93969919e4", "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": "81c9618c-726e-4f3a-a777-03e3a462431b", "generatedFromUUID": "59eae996-0d2f-42b5-9e2c-ad93969919e4" }, "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": "81c9618c-726e-4f3a-a777-03e3a462431b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NmQ0YWRkZWExMTZhZDY4MGFjOTZkNjFlMjVlN2U4MDU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec0bdd3d-50e4-42b6-8ec4-024f9251afb6" } ], "workloadContext": "Production" } 2021-11-08T05:18:15.273Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-08T05:18:15.273Z|cd044f82-35f5-4bcf-b0d5-04b193441aea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 35ef027a-993a-45ad-93f3-26a4ee71e45e ASDC 2021-11-08T05:18:15.273Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:440cc21d-a995-4274-b9a3-a299effeecd4 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:35ef027a-993a-45ad-93f3-26a4ee71e45e ServiceInvariantUUID:724e745d-149e-4f4c-87c4-abf538628ba0 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:ec0bdd3d-50e4-42b6-8ec4-024f9251afb6 ArtifactChecksum:NmQ0YWRkZWExMTZhZDY4MGFjOTZkNjFlMjVlN2U4MDU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:41aadfe3-e2b0-4950-9e4f-d87846d86244 ResourceInvariantUUID:d3483892-f263-4a3b-bf00-5601363b39ac ResourceName:basic_vm ResourceType:VF ResourceUUID:7cd09dc8-8db5-459f-a3a9-fabe269b7ff9 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:03a264ba-0f71-481d-863f-9dedc8d5aebc ArtifactChecksum:MjEyODAzN2JjM2UzM2I3YjA1YWQ3ZWQ3NTBiYjRhMDY= 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:59eae996-0d2f-42b5-9e2c-ad93969919e4 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:81c9618c-726e-4f3a-a777-03e3a462431b 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:81c9618c-726e-4f3a-a777-03e3a462431b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-08T05:18:15.273Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35ef027a-993a-45ad-93f3-26a4ee71e45e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-08T05:18:15.312Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T05:18:15.313Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:18:15.313Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:18:15.313Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ec0bdd3d-50e4-42b6-8ec4-024f9251afb6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-08T05:18:15.313Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:18:15.313Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-08T05:18:15.727Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:18:15.732Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ec0bdd3d-50e4-42b6-8ec4-024f9251afb6 71034 2021-11-08T05:18:15.732Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-08T05:18:15.733Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-08T05:18:15.733Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:18:15.733Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:15.735Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:15.735Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348695732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:15.835Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:15.836Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:15.836Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:15.857Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:15.858Z||pool-82-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:16.735Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-08T05:18:16.736Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2021-11-08T05:18:16.737Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: ec0bdd3d-50e4-42b6-8ec4-024f9251afb6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-08T05:18:16.737Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-08T05:18:16.737Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-08T05:18:16.738Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-08T05:18:17.021Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17057355446859889840/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2021-11-08T05:18:18.005Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-08T05:18:18.006Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-08T05:18:18.006Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-08T05:18:18.006Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-08T05:18:18.006Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-08T05:18:18.006Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-08T05:18:18.006Z|440cc21d-a995-4274-b9a3-a299effeecd4|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-BasicVm-csar.csar 2021-11-08T05:18:18.006Z|440cc21d-a995-4274-b9a3-a299effeecd4|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-BasicVm-csar.csar 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|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-BasicVm-csar.csar 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|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-BasicVm-csar.csar 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|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-BasicVm-csar.csar 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T05:18:18.007Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.008Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:18.008Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-08T05:18:18.008Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2021-11-08T05:18:18.008Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-08T05:18:18.008Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.008Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:18.008Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.008Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-08T05:18:18.009Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:18:18.010Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.010Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-08T05:18:18.010Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:18:18.010Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.010Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-08T05:18:18.010Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:18:18.010Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.010Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-08T05:18:18.010Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c6fe493c-a84a-405f-9532-96c01c388630 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:18.011Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:35ef027a-993a-45ad-93f3-26a4ee71e45e Model Version:NULL Model InvariantUuid:724e745d-149e-4f4c-87c4-abf538628ba0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f561b608-dd1c-4927-9ac7-9d9112e3d228 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d3483892-f263-4a3b-bf00-5601363b39ac Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:41aadfe3-e2b0-4950-9e4f-d87846d86244 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bda960b4-3888-4e01-9e1a-04161d419021 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:2af94b7f-f21d-4d64-9ebc-2e9f6c096ada ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c6fe493c-a84a-405f-9532-96c01c388630 ModelInvariantUuid:19b13fee-2390-4ff8-ac11-712d4048979e ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:2fb15c61-4d0f-4d7f-a873-cca982741c12 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:077119f6-f5b8-4b5c-8d44-97c2afd4b2b1 ModelInvariantUuid:65ee9e8b-4941-4f42-b47b-85d8a7c5ce41 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:279db29d-5107-430c-a7b8-4dc91098b9c9 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-08T05:18:18.018Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 7cd09dc8-8db5-459f-a3a9-fabe269b7ff9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:18:18.021Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||basic_vm 0 2021-11-08T05:18:18.021Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7cd09dc8-8db5-459f-a3a9-fabe269b7ff9 2021-11-08T05:18:18.021Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 03a264ba-0f71-481d-863f-9dedc8d5aebc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-08T05:18:18.021Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:18:18.021Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-08T05:18:18.231Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:18:18.231Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 03a264ba-0f71-481d-863f-9dedc8d5aebc 787 2021-11-08T05:18:18.232Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-08T05:18:18.232Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-08T05:18:18.232Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:18:18.232Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:18.233Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:18.234Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348698232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:18.334Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:18.334Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:18.334Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:18.347Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:18.348Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:19.235Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bda960b4-3888-4e01-9e1a-04161d419021", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2af94b7f-f21d-4d64-9ebc-2e9f6c096ada", "vfModuleModelCustomizationUUID": "8a1b362f-8bb2-42c7-8c5f-9fc204a8d6d8", "isBase": true, "artifacts": [ "59eae996-0d2f-42b5-9e2c-ad93969919e4", "81c9618c-726e-4f3a-a777-03e3a462431b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-08T05:18:19.238Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2af94b7f-f21d-4d64-9ebc-2e9f6c096ada VfModuleModelInvariantUUID:bda960b4-3888-4e01-9e1a-04161d419021 VfModuleModelDescription:NULL Artifacts UUID List:{ 59eae996-0d2f-42b5-9e2c-ad93969919e4 , 81c9618c-726e-4f3a-a777-03e3a462431b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-08T05:18:19.241Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "bda960b4-3888-4e01-9e1a-04161d419021", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2af94b7f-f21d-4d64-9ebc-2e9f6c096ada", "vfModuleModelCustomizationUUID": "8a1b362f-8bb2-42c7-8c5f-9fc204a8d6d8", "isBase": true, "artifacts": [ "59eae996-0d2f-42b5-9e2c-ad93969919e4", "81c9618c-726e-4f3a-a777-03e3a462431b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-08T05:18:19.241Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2af94b7f-f21d-4d64-9ebc-2e9f6c096ada VfModuleModelInvariantUUID:bda960b4-3888-4e01-9e1a-04161d419021 VfModuleModelDescription:NULL Artifacts UUID List:{ 59eae996-0d2f-42b5-9e2c-ad93969919e4 , 81c9618c-726e-4f3a-a777-03e3a462431b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-08T05:18:19.242Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 59eae996-0d2f-42b5-9e2c-ad93969919e4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-08T05:18:19.242Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:18:19.242Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-08T05:18:19.433Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:18:19.434Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 59eae996-0d2f-42b5-9e2c-ad93969919e4 5033 2021-11-08T05:18:19.434Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-08T05:18:19.434Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-08T05:18:19.434Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:18:19.434Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:19.435Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:19.436Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348699434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:19.536Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:19.536Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:19.536Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:19.548Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:19.548Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:20.436Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 81c9618c-726e-4f3a-a777-03e3a462431b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-08T05:18:20.437Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2021-11-08T05:18:20.437Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-08T05:18:20.925Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2021-11-08T05:18:20.925Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 81c9618c-726e-4f3a-a777-03e3a462431b 903 2021-11-08T05:18:20.926Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-08T05:18:20.926Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-08T05:18:20.926Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-08T05:18:20.926Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:20.928Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:20.928Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348700926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-08T05:18:21.028Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-08T05:18:21.028Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:21.029Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:21.039Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:21.040Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:21.929Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 35ef027a-993a-45ad-93f3-26a4ee71e45e 2021-11-08T05:18:21.930Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 7cd09dc8-8db5-459f-a3a9-fabe269b7ff9 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:18:21.944Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@22183f6, org.onap.sdc.toscaparser.api.parameters.Input@1af7eacb, org.onap.sdc.toscaparser.api.parameters.Input@61f357cf, org.onap.sdc.toscaparser.api.parameters.Input@ff326f3, org.onap.sdc.toscaparser.api.parameters.Input@1432ac8] 2021-11-08T05:18:21.944Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.945Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:21.945Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2021-11-08T05:18:21.945Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 41aadfe3-e2b0-4950-9e4f-d87846d86244 2021-11-08T05:18:21.945Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 41aadfe3-e2b0-4950-9e4f-d87846d86244 matches Tosca VF Customization UUID: 41aadfe3-e2b0-4950-9e4f-d87846d86244 2021-11-08T05:18:21.945Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 41aadfe3-e2b0-4950-9e4f-d87846d86244 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2021-11-08T05:18:21.947Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.947Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:21.947Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 41aadfe3-e2b0-4950-9e4f-d87846d86244: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2021-11-08T05:18:21.947Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49232e42 2021-11-08T05:18:21.948Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.948Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-08T05:18:21.948Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a1b362f-8bb2-42c7-8c5f-9fc204a8d6d8 2021-11-08T05:18:21.948Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a1b362f-8bb2-42c7-8c5f-9fc204a8d6d8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2021-11-08T05:18:21.950Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.950Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-08T05:18:21.950Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:18:21.950Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.950Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-08T05:18:21.951Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:18:21.951Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.951Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-08T05:18:21.951Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-08T05:18:21.952Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-08T05:18:21.952Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c6fe493c-a84a-405f-9532-96c01c388630 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2021-11-08T05:18:21.954Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.954Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-08T05:18:21.954Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-08T05:18:21.954Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.955Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-08T05:18:21.955Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=41aadfe3-e2b0-4950-9e4f-d87846d86244 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:18:21.957Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.957Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:21.957Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 35ef027a-993a-45ad-93f3-26a4ee71e45e: basic_vm 2021-11-08T05:18:21.957Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.957Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:21.958Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.958Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:21.958Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.958Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:21.958Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.958Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:21.959Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-08T05:18:21.959Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-08T05:18:21.959Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-08T05:18:22.074Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 7cd09dc8-8db5-459f-a3a9-fabe269b7ff9 1 ASDC deployResourceStructure 2021-11-08T05:18:22.075Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2021-11-08T05:18:22.075Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-08T05:18:22.075Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:18:22.075Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:22.077Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:22.077Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348702075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T05:18:22.177Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:22.178Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:22.178Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:22.189Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:22.190Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:23.079Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2021-11-08T05:18:23.079Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-08T05:18:23.079Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:18:23.080Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:23.081Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:23.081Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348703078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-08T05:18:23.182Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-08T05:18:23.182Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:23.183Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:23.193Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:23.194Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:24.082Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2021-11-08T05:18:24.083Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-08T05:18:24.083Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:18:24.083Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:24.085Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:24.085Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348704082, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-08T05:18:24.185Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:24.186Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:24.186Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:24.198Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:24.199Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:25.086Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2021-11-08T05:18:25.087Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-08T05:18:25.087Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-08T05:18:25.087Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:25.089Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:25.089Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348705086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:18:25.189Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:25.190Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:25.190Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:25.201Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:25.201Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-08T05:18:26.090Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 440cc21d-a995-4274-b9a3-a299effeecd4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:18:26.103Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 440cc21d-a995-4274-b9a3-a299effeecd4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2021-11-08T05:18:26.106Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-08T05:18:26.106Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-08T05:18:26.106Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-08T05:18:26.106Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-08T05:18:26.106Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:18:26.106Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:18:26.106Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:18:26.107Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:18:26.107Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:18:26.107Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-08T05:18:26.107Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-08T05:18:26.113Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-08T05:18:56.113Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 440cc21d-a995-4274-b9a3-a299effeecd4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2021-11-08T05:18:56.119Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 440cc21d-a995-4274-b9a3-a299effeecd4 and serviceModelVersionId: 35ef027a-993a-45ad-93f3-26a4ee71e45e 2021-11-08T05:18:56.119Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 724e745d-149e-4f4c-87c4-abf538628ba0 2021-11-08T05:18:56.120Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/724e745d-149e-4f4c-87c4-abf538628ba0/model-vers/model-ver/35ef027a-993a-45ad-93f3-26a4ee71e45e?depth=0 2021-11-08T05:18:56.123Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2021-11-08T05:18:56.152Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/724e745d-149e-4f4c-87c4-abf538628ba0/model-vers/model-ver/35ef027a-993a-45ad-93f3-26a4ee71e45e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2021-11-08T05:18:56.153Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/724e745d-149e-4f4c-87c4-abf538628ba0/model-vers/model-ver/35ef027a-993a-45ad-93f3-26a4ee71e45e?depth=0|INFO|500||Invoke 2021-11-08T05:18:56.168Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/724e745d-149e-4f4c-87c4-abf538628ba0/model-vers/model-ver/35ef027a-993a-45ad-93f3-26a4ee71e45e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-08T05:18:56.728Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/724e745d-149e-4f4c-87c4-abf538628ba0/model-vers/model-ver/35ef027a-993a-45ad-93f3-26a4ee71e45e?depth=0|INFO|500||InvokeReturn 2021-11-08T05:18:56.729Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/724e745d-149e-4f4c-87c4-abf538628ba0/model-vers/model-ver/35ef027a-993a-45ad-93f3-26a4ee71e45e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211108-05:18:56:176-59604], vertex-id=[209000], Content-Length=[0], Date=[Mon, 08 Nov 2021 05:18:56 GMT], Content-Type=[application/json]} 2021-11-08T05:18:56.729Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2021-11-08T05:18:56.729Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-08T05:18:56.729Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-08T05:18:56.735Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-08T05:18:56.736Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 440cc21d-a995-4274-b9a3-a299effeecd4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-08T05:18:56.736Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-08T05:18:56.736Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2021-11-08T05:18:56.738Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-08T05:18:56.738Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348736736, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:18:56.839Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-08T05:18:56.839Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-08T05:18:56.839Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:18:56.854Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:18:56.854Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-08T05:18:57.753Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:18:57.754Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:18:57.754Z|440cc21d-a995-4274-b9a3-a299effeecd4|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:19:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:19:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:19:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:19:05.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:19:05.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2021-11-08T05:19:05.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cd044f82-35f5-4bcf-b0d5-04b193441aea", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348682680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:19:05.984Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:19:07.290Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:19:07.290Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:19:07.291Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:19:07.291Z|440cc21d-a995-4274-b9a3-a299effeecd4|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:19:16.825Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:19:16.826Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:19:16.826Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:19:16.826Z|440cc21d-a995-4274-b9a3-a299effeecd4|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:19:26.362Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:20:05.959Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:20:05.959Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:20:05.960Z|440cc21d-a995-4274-b9a3-a299effeecd4|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:20:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:20:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:20:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:20:06.480Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:20:06.481Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.482Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:20:06.483Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-08T05:20:06.483Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.483Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-08T05:20:06.483Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-08T05:20:06.483Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.483Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-08T05:20:06.483Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348683694, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348695732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:20:06.484Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348698232, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348699434, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348700926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348702075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:20:06.485Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348703078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348704082, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348705086, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||received message from topic 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "440cc21d-a995-4274-b9a3-a299effeecd4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1636348736736, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-08T05:20:06.486Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-08T05:20:15.500Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:21:05.959Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:21:05.959Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:21:05.960Z|440cc21d-a995-4274-b9a3-a299effeecd4|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:21:05.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:21:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:21:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:21:15.504Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:21:15.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:22:05.959Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:22:05.959Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:22:05.960Z|440cc21d-a995-4274-b9a3-a299effeecd4|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:22:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:22:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:22:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:22:15.507Z|440cc21d-a995-4274-b9a3-a299effeecd4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:22:15.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:23:05.959Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:23:05.960Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:23:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:23:05.961Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:23:05.962Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:23:05.962Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:23:15.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:23:15.508Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:24:05.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:24:05.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:24:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:24:05.961Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:24:05.961Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:24:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:24:15.503Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:24:15.503Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:25:05.959Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:25:05.959Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:25:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:25:05.961Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:25:05.961Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:25:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:25:15.500Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:25:15.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:26:05.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:26:05.960Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:26:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:26:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:26:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:26:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:26:15.502Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:26:15.504Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:27:05.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:27:05.959Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:27:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:27:05.960Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:27:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:27:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:27:15.498Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:27:15.506Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:28:05.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:28:05.959Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:28:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:28:05.961Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:28:05.961Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:28:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:28:15.508Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:28:15.513Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:29:05.959Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:29:05.959Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:29:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:29:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:29:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:29:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:29:15.505Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:29:15.510Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:30:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:30:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:30:05.960Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:30:05.961Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:30:05.961Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:30:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:30:15.510Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:30:15.510Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:31:05.959Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:31:05.959Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:31:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:31:05.961Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:31:05.961Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:31:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:31:15.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:31:15.511Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:32:05.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:32:05.959Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:32:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:32:05.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:32:05.961Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:32:05.961Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:32:15.505Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:32:15.507Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:33:05.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:33:05.959Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:33:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:33:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:33:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:33:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:33:15.506Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:33:15.510Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:34:05.959Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:34:05.959Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:34:05.959Z||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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:34:05.960Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-08T05:34:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2021-11-08T05:34:05.961Z|21415ab8-31af-44ea-b0cd-4533dd543384|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 zQ7P3EOJbk9asoeZ) ... 2021-11-08T05:34:15.504Z|21415ab8-31af-44ea-b0cd-4533dd543384|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-08T05:34:15.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK