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-24T02:31:32.970Z||main|||||INFO|500||The following profiles are active: basic 2021-11-24T02:31:40.768Z||main|||||INFO|500||Starting service [Tomcat] 2021-11-24T02:31:40.768Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2021-11-24T02:31:40.839Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2021-11-24T02:31:42.683Z||main|||||INFO|500||catdb-pool - Starting... 2021-11-24T02:31:42.825Z||main|||||INFO|500||catdb-pool - Start completed. 2021-11-24T02:31:43.181Z||main|||||INFO|500||reqdb-pool - Starting... 2021-11-24T02:31:43.187Z||main|||||INFO|500||reqdb-pool - Start completed. 2021-11-24T02:31:43.281Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2021-11-24T02:31:43.393Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2021-11-24T02:31:43.684Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2021-11-24T02:31:44.393Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-24T02:31:45.951Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-24T02:31:45.985Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2021-11-24T02:31:46.378Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2021-11-24T02:31:46.476Z||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-24T02:31:47.385Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-11-24T02:31:48.137Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2021-11-24T02:31:48.154Z||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$$9365e490.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-24T02:31:48.155Z||main|||||WARN|500||The sdc end point is not alive 2021-11-24T02:31:50.472Z||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-24T02:31:52.723Z||main|||||WARN|500||--- 2021-11-24T02:31:52.723Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2021-11-24T02:31:52.723Z||main|||||WARN|500||--- 2021-11-24T02:31:53.172Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2021-11-24T02:31:56.882Z||main|||||INFO|500||Started Application in 27.594 seconds (JVM running for 28.586) 2021-11-24T02:31:56.900Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2021-11-24T02:31:56.901Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2021-11-24T02:31:56.909Z||scheduling-1|||||INFO|500||DistributionClient - init 2021-11-24T02:31:56.928Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2021-11-24T02:31:57.003Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 91380036-1e90-48c6-ade4-ffa0fe9ce017 url= /sdc/v1/artifactTypes 2021-11-24T02:31:57.003Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2021-11-24T02:31:57.222Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2021-11-24T02:31:57.240Z||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-24T02:31:57.264Z||scheduling-1|||||DEBUG|500||create keys 2021-11-24T02:31:57.272Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2021-11-24T02:31:57.417Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:31:57.437Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= ad0ebc91-3cd4-4bdb-b308-8ca3079bf309 url= /sdc/v1/registerForDistribution 2021-11-24T02:31:57.622Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= ad0ebc91-3cd4-4bdb-b308-8ca3079bf309 url= /sdc/v1/registerForDistribution 2021-11-24T02:31:57.622Z||scheduling-1|||||INFO|500||start DistributionClient 2021-11-24T02:31:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:31:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:31:57.637Z||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-24T02:31:57.637Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:31:57.637Z||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-24T02:31:57.637Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:31:57.637Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2021-11-24T02:32:08.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:32:08.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:32:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:32:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:32:57.633Z||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-24T02:32:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:32:57.633Z||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-24T02:32:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:33:07.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:33:07.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:33:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:33:57.631Z||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-24T02:33:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:33:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:33:57.634Z||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-24T02:33:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:34:07.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:34:07.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:34:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:34:57.632Z||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-24T02:34:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:34:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:34:57.633Z||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-24T02:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:35:07.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:35:07.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:35:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:35:57.672Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:35:57.673Z||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-24T02:35:57.673Z||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-24T02:35:57.673Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:35:57.674Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:36:07.221Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:36:07.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:36:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:36:57.632Z||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-24T02:36:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:36:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:36:57.633Z||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-24T02:36:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:37:07.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:37:07.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:37:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:37:57.632Z||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-24T02:37:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:37:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:37:57.633Z||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-24T02:37:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:38:07.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:38:07.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:38:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:38:57.632Z||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-24T02:38:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:38:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:38:57.635Z||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-24T02:38:57.635Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:39:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:39:07.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:39:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:39:57.632Z||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-24T02:39:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:39:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:39:57.633Z||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-24T02:39:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:40:07.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:40:07.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:40:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:40:57.632Z||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-24T02:40:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:40:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:40:57.633Z||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-24T02:40:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:41:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:41:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:41:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:41:57.631Z||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-24T02:41:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:41:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:41:57.633Z||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-24T02:41:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:41:58.533Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-11-24T02:42:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:42:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:42:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:42:57.632Z||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-24T02:42:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:42:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:42:57.633Z||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-24T02:42:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:43:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:43:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:43:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:43:57.631Z||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-24T02:43:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:43:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:43:57.634Z||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-24T02:43:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:44:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:44:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:44:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:44:57.632Z||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-24T02:44:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:44:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:44:57.633Z||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-24T02:44:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:45:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:45:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:45:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:45:57.632Z||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-24T02:45:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:45:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:45:57.633Z||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-24T02:45:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:46:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:46:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:46:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:46:57.632Z||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-24T02:46:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:46:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:46:57.633Z||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-24T02:46:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:47:07.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:47:07.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:47:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:47:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:47:57.633Z||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-24T02:47:57.633Z||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-24T02:47:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:47:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:48:07.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:48:07.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:48:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:48:57.632Z||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-24T02:48:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:48:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:48:57.633Z||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-24T02:48:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:49:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:49:07.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:49:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:49:57.632Z||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-24T02:49:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:49:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:49:57.633Z||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-24T02:49:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:50:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:50:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:50:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:50:57.631Z||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-24T02:50:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:50:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:50:57.633Z||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-24T02:50:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:51:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:51:07.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:51:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:51:57.631Z||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-24T02:51:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:51:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:51:57.634Z||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-24T02:51:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:52:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:52:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:52:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:52:57.632Z||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-24T02:52:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:52:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:52:57.633Z||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-24T02:52:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:53:07.199Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:53:07.200Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:53:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:53:57.632Z||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-24T02:53:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:53:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:53:57.633Z||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-24T02:53:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:54:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:54:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:54:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:54:57.632Z||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-24T02:54:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:54:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:54:57.634Z||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-24T02:54:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:55:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:55:07.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:55:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:55:57.632Z||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-24T02:55:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:55:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:55:57.634Z||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-24T02:55:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:56:07.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:56:07.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:56:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:56:57.632Z||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-24T02:56:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:56:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:56:57.633Z||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-24T02:56:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:57:07.186Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:57:07.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:57:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:57:57.632Z||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-24T02:57:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:57:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:57:57.633Z||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-24T02:57:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:58:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:58:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:58:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:58:57.632Z||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-24T02:58:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:58:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:58:57.633Z||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-24T02:58:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:59:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:59:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T02:59:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:59:57.632Z||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-24T02:59:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T02:59:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T02:59:57.633Z||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-24T02:59:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:00:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:00:07.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:00:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:00:57.632Z||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-24T03:00:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:00:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:00:57.633Z||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-24T03:00:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:01:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:01:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:01:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:01:57.632Z||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-24T03:01:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:01:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:01:57.633Z||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-24T03:01:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:02:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:02:07.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:02:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:02:57.632Z||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-24T03:02:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:02:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:02:57.633Z||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-24T03:02:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:03:07.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:03:07.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:03:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:03:57.631Z||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-24T03:03:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:03:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:03:57.633Z||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-24T03:03:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:04:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:04:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:04:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:04:57.632Z||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-24T03:04:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:04:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:04:57.633Z||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-24T03:04:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:05:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:05:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:05:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:05:57.631Z||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-24T03:05:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:05:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:05:57.633Z||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-24T03:05:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:06:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:06:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:06:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:06:57.632Z||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-24T03:06:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:06:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:06:57.633Z||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-24T03:06:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:07:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:07:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:07:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:07:57.632Z||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-24T03:07:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:07:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:07:57.633Z||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-24T03:07:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:08:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:08:07.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:08:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:08:57.632Z||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-24T03:08:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:08:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:08:57.633Z||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-24T03:08:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:09:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:09:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:09:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:09:57.631Z||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-24T03:09:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:09:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:09:57.633Z||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-24T03:09:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:10:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:10:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:10:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:10:57.632Z||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-24T03:10:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:10:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:10:57.633Z||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-24T03:10:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:11:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:11:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:11:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:11:57.632Z||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-24T03:11:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:11:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:11:57.634Z||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-24T03:11:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:12:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:12:07.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:12:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:12:57.632Z||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-24T03:12:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:12:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:12:57.633Z||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-24T03:12:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:13:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:13:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:13:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:13:57.631Z||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-24T03:13:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:13:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:13:57.633Z||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-24T03:13:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:14:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:14:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:14:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:14:57.632Z||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-24T03:14:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:14:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:14:57.633Z||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-24T03:14:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:15:07.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:15:07.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:15:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:15:57.632Z||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-24T03:15:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:15:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:15:57.633Z||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-24T03:15:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:16:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:16:07.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:16:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:16:57.631Z||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-24T03:16:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:16:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:16:57.633Z||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-24T03:16:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:17:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:17:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:17:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:17:57.631Z||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-24T03:17:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:17:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:17:57.633Z||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-24T03:17:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:18:07.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:18:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:18:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:18:57.632Z||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-24T03:18:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:18:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:18:57.633Z||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-24T03:18:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:19:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:19:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:19:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:19:57.631Z||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-24T03:19:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:19:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:19:57.633Z||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-24T03:19:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:20:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:20:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:20:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:20:57.632Z||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-24T03:20:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:20:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:20:57.633Z||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-24T03:20:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:21:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:21:07.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:21:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:21:57.632Z||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-24T03:21:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:21:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:21:57.633Z||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-24T03:21:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:22:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:22:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:22:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:22:57.632Z||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-24T03:22:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:22:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:22:57.633Z||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-24T03:22:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:23:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:23:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:23:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:23:57.631Z||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-24T03:23:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:23:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:23:57.633Z||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-24T03:23:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:24:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:24:07.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:24:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:24:57.632Z||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-24T03:24:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:24:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:24:57.633Z||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-24T03:24:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:25:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:25:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:25:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:25:57.632Z||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-24T03:25:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:25:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:25:57.633Z||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-24T03:25:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:26:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:26:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:26:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:26:57.631Z||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-24T03:26:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:26:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:26:57.633Z||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-24T03:26:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:27:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:27:07.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:27:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:27:57.632Z||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-24T03:27:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:27:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:27:57.633Z||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-24T03:27:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:28:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:28:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:28:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:28:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:28:57.633Z||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-24T03:28:57.633Z||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-24T03:28:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:28:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:29:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:29:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:29:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:29:57.632Z||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-24T03:29:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:29:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:29:57.633Z||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-24T03:29:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:30:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:30:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:30:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:30:57.632Z||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-24T03:30:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:30:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:30:57.633Z||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-24T03:30:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:31:07.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:31:07.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:31:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:31:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:31:57.633Z||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-24T03:31:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:31:57.633Z||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-24T03:31:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:32:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:32:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:32:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:32:57.631Z||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-24T03:32:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:32:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:32:57.633Z||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-24T03:32:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:33:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:33:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:33:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:33:57.632Z||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-24T03:33:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:33:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:33:57.633Z||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-24T03:33:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:34:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:34:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:34:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:34:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:34:57.633Z||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-24T03:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:34:57.633Z||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-24T03:34:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:35:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:35:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:35:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:35:57.632Z||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-24T03:35:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:35:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:35:57.633Z||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-24T03:35:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:36:07.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:36:07.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:36:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:36:57.632Z||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-24T03:36:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:36:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:36:57.633Z||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-24T03:36:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:37:07.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:37:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:37:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:37:57.631Z||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-24T03:37:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:37:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:37:57.633Z||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-24T03:37:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:38:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:38:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:38:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:38:57.631Z||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-24T03:38:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:38:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:38:57.633Z||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-24T03:38:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:39:07.200Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:39:07.200Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:39:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:39:57.632Z||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-24T03:39:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:39:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:39:57.634Z||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-24T03:39:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:40:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:40:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:40:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:40:57.632Z||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-24T03:40:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:40:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:40:57.633Z||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-24T03:40:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:41:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:41:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:41:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:41:57.632Z||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-24T03:41:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:41:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:41:57.633Z||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-24T03:41:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:42:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:42:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:42:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:42:57.631Z||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-24T03:42:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:42:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:42:57.633Z||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-24T03:42:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:43:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:43:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:43:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:43:57.631Z||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-24T03:43:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:43:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:43:57.633Z||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-24T03:43:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:44:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:44:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:44:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:44:57.632Z||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-24T03:44:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:44:57.638Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:44:57.638Z||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-24T03:44:57.639Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:45:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:45:07.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:45:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:45:57.632Z||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-24T03:45:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:45:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:45:57.633Z||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-24T03:45:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:46:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:46:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:46:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:46:57.632Z||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-24T03:46:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:46:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:46:57.633Z||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-24T03:46:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:47:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:47:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:47:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:47:57.632Z||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-24T03:47:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:47:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:47:57.633Z||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-24T03:47:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:48:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:48:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:48:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:48:57.632Z||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-24T03:48:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:48:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:48:57.633Z||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-24T03:48:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:49:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:49:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:49:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:49:57.631Z||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-24T03:49:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:49:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:49:57.633Z||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-24T03:49:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:50:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:50:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:50:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:50:57.631Z||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-24T03:50:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:50:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:50:57.633Z||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-24T03:50:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:51:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:51:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:51:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:51:57.631Z||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-24T03:51:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:51:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:51:57.633Z||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-24T03:51:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:52:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:52:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:52:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:52:57.631Z||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-24T03:52:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:52:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:52:57.633Z||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-24T03:52:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:53:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:53:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:53:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:53:57.631Z||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-24T03:53:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:53:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:53:57.633Z||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-24T03:53:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:54:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:54:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:54:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:54:57.631Z||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-24T03:54:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:54:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:54:57.633Z||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-24T03:54:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:55:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:55:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:55:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:55:57.632Z||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-24T03:55:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:55:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:55:57.633Z||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-24T03:55:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:56:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:56:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:56:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:56:57.631Z||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-24T03:56:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:56:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:56:57.633Z||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-24T03:56:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:57:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:57:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:57:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:57:57.632Z||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-24T03:57:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:57:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:57:57.633Z||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-24T03:57:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:58:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:58:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:58:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:58:57.631Z||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-24T03:58:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:58:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:58:57.633Z||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-24T03:58:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:59:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:59:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T03:59:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:59:57.631Z||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-24T03:59:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T03:59:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T03:59:57.633Z||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-24T03:59:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:00:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:00:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:00:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:00:57.631Z||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-24T04:00:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:00:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:00:57.633Z||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-24T04:00:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:01:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:01:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:01:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:01:57.632Z||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-24T04:01:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:01:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:01:57.633Z||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-24T04:01:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:02:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:02:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:02:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:02:57.631Z||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-24T04:02:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:02:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:02:57.633Z||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-24T04:02:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:03:07.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:03:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:03:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:03:57.631Z||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-24T04:03:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:03:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:03:57.633Z||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-24T04:03:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:04:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:04:07.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:04:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:04:57.632Z||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-24T04:04:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:04:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:04:57.633Z||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-24T04:04:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:05:07.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:05:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:05:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:05:57.632Z||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-24T04:05:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:05:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:05:57.633Z||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-24T04:05:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:06:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:06:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:06:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:06:57.631Z||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-24T04:06:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:06:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:06:57.633Z||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-24T04:06:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:07:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:07:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:07:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:07:57.631Z||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-24T04:07:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:07:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:07:57.633Z||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-24T04:07:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:08:07.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:08:07.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:08:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:08:57.632Z||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-24T04:08:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:08:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:08:57.633Z||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-24T04:08:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:09:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:09:07.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:09:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:09:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:09:57.632Z||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-24T04:09:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:09:57.633Z||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-24T04:09:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:10:07.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:10:07.182Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:10:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:10:57.632Z||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-24T04:10:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:10:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:10:57.633Z||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-24T04:10:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:11:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:11:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:11:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:11:57.631Z||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-24T04:11:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:11:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:11:57.634Z||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-24T04:11:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:12:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:12:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:12:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:12:57.631Z||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-24T04:12:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:12:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:12:57.633Z||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-24T04:12:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:13:07.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:13:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:13:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:13:57.631Z||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-24T04:13:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:13:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:13:57.633Z||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-24T04:13:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:14:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:14:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:14:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:14:57.632Z||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-24T04:14:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:14:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:14:57.633Z||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-24T04:14:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:15:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:15:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:15:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:15:57.631Z||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-24T04:15:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:15:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:15:57.633Z||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-24T04:15:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:16:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:16:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:16:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:16:57.631Z||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-24T04:16:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:16:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:16:57.633Z||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-24T04:16:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:17:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:17:07.192Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:17:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:17:57.631Z||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-24T04:17:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:17:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:17:57.633Z||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-24T04:17:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:18:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:18:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:18:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:18:57.631Z||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-24T04:18:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:18:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:18:57.633Z||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-24T04:18:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:19:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:19:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:19:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:19:57.631Z||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-24T04:19:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:19:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:19:57.633Z||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-24T04:19:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:20:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:20:07.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:20:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:20:57.631Z||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-24T04:20:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:20:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:20:57.633Z||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-24T04:20:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:21:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:21:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:21:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:21:57.631Z||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-24T04:21:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:21:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:21:57.633Z||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-24T04:21:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:22:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:22:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:22:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:22:57.631Z||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-24T04:22:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:22:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:22:57.633Z||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-24T04:22:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:23:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:23:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:23:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:23:57.631Z||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-24T04:23:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:23:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:23:57.633Z||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-24T04:23:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:24:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:24:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:24:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:24:57.632Z||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-24T04:24:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:24:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:24:57.633Z||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-24T04:24:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:25:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:25:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:25:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:25:57.632Z||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-24T04:25:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:25:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:25:57.633Z||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-24T04:25:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:26:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:26:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:26:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:26:57.631Z||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-24T04:26:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:26:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:26:57.633Z||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-24T04:26:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:27:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:27:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:27:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:27:57.631Z||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-24T04:27:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:27:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:27:57.633Z||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-24T04:27:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:28:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:28:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:28:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:28:57.631Z||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-24T04:28:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:28:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:28:57.633Z||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-24T04:28:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:29:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:29:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:29:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:29:57.631Z||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-24T04:29:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:29:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:29:57.633Z||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-24T04:29:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:30:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:30:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:30:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:30:57.631Z||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-24T04:30:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:30:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:30:57.633Z||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-24T04:30:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:31:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:31:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:31:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:31:57.631Z||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-24T04:31:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:31:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:31:57.633Z||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-24T04:31:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:32:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:32:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:32:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:32:57.631Z||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-24T04:32:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:32:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:32:57.634Z||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-24T04:32:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:33:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:33:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:33:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:33:57.631Z||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-24T04:33:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:33:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:33:57.633Z||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-24T04:33:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:34:07.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:34:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:34:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:34:57.632Z||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-24T04:34:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:34:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:34:57.633Z||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-24T04:34:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:35:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:35:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:35:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:35:57.632Z||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-24T04:35:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:35:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:35:57.633Z||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-24T04:35:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:36:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:36:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:36:57.631Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:36:57.631Z||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-24T04:36:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:36:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:36:57.633Z||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-24T04:36:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:37:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:37:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:37:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:37:57.632Z||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-24T04:37:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:37:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:37:57.634Z||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-24T04:37:57.635Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:38:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:38:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:38:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:38:57.632Z||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-24T04:38:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:38:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:38:57.633Z||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-24T04:38:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:39:07.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:39:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:39:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:39:57.631Z||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-24T04:39:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:39:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:39:57.633Z||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-24T04:39:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:40:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:40:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:40:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:40:57.631Z||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-24T04:40:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:40:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:40:57.633Z||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-24T04:40:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:41:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:41:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:41:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:41:57.632Z||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-24T04:41:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:41:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:41:57.633Z||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-24T04:41:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:42:07.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:42:07.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:42:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:42:57.632Z||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-24T04:42:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:42:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:42:57.633Z||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-24T04:42:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:43:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:43:07.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:43:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:43:57.631Z||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-24T04:43:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:43:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:43:57.633Z||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-24T04:43:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:44:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:44:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:44:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:44:57.631Z||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-24T04:44:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:44:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:44:57.633Z||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-24T04:44:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:45:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:45:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:45:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:45:57.632Z||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-24T04:45:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:45:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:45:57.633Z||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-24T04:45:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:46:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:46:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:46:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:46:57.632Z||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-24T04:46:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:46:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:46:57.633Z||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-24T04:46:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:47:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:47:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:47:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:47:57.632Z||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-24T04:47:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:47:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:47:57.633Z||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-24T04:47:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:48:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:48:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:48:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:48:57.631Z||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-24T04:48:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:48:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:48:57.633Z||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-24T04:48:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:49:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:49:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:49:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:49:57.631Z||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-24T04:49:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:49:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:49:57.633Z||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-24T04:49:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:50:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:50:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:50:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:50:57.631Z||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-24T04:50:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:50:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:50:57.633Z||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-24T04:50:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:51:07.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:51:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:51:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:51:57.632Z||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-24T04:51:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:51:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:51:57.633Z||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-24T04:51:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:52:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:52:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:52:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:52:57.631Z||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-24T04:52:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:52:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:52:57.633Z||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-24T04:52:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:53:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:53:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:53:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:53:57.631Z||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-24T04:53:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:53:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:53:57.633Z||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-24T04:53:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:54:07.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:54:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:54:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:54:57.632Z||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-24T04:54:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:54:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:54:57.633Z||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-24T04:54:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:55:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:55:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:55:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:55:57.631Z||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-24T04:55:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:55:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:55:57.633Z||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-24T04:55:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:56:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:56:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:56:57.631Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:56:57.631Z||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-24T04:56:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:56:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:56:57.633Z||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-24T04:56:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:57:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:57:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:57:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:57:57.631Z||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-24T04:57:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:57:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:57:57.633Z||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-24T04:57:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:58:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:58:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:58:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:58:57.631Z||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-24T04:58:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:58:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:58:57.633Z||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-24T04:58:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:59:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:59:07.178Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T04:59:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:59:57.631Z||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-24T04:59:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T04:59:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T04:59:57.633Z||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-24T04:59:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:00:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:00:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:00:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:00:57.631Z||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-24T05:00:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:00:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:00:57.633Z||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-24T05:00:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:01:07.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:01:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:01:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:01:57.631Z||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-24T05:01:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:01:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:01:57.633Z||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-24T05:01:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:02:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:02:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:02:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:02:57.631Z||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-24T05:02:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:02:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:02:57.633Z||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-24T05:02:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:03:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:03:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:03:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:03:57.631Z||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-24T05:03:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:03:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:03:57.633Z||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-24T05:03:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:04:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:04:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:04:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:04:57.631Z||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-24T05:04:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:04:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:04:57.633Z||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-24T05:04:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:05:07.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:05:07.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:05:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:05:57.631Z||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-24T05:05:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:05:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:05:57.633Z||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-24T05:05:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:06:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:06:07.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:06:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:06:57.632Z||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-24T05:06:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:06:57.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:06:57.633Z||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-24T05:06:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:07:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:07:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:07:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:07:57.632Z||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-24T05:07:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:07:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:07:57.633Z||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-24T05:07:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:08:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:08:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:08:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:08:57.631Z||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-24T05:08:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:08:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:08:57.633Z||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-24T05:08:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:09:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:09:07.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:09:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:09:57.631Z||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-24T05:09:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:09:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:09:57.633Z||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-24T05:09:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:10:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:10:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:10:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:10:57.631Z||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-24T05:10:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:10:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:10:57.633Z||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-24T05:10:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:11:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:11:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:11:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:11:57.631Z||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-24T05:11:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:11:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:11:57.633Z||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-24T05:11:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:12:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:12:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:12:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:12:57.631Z||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-24T05:12:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:12:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:12:57.633Z||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-24T05:12:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:13:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:13:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:13:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:13:57.631Z||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-24T05:13:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:13:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:13:57.633Z||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-24T05:13:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:14:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:14:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:14:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:14:57.632Z||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-24T05:14:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:14:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:14:57.633Z||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-24T05:14:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:15:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:15:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:15:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:15:57.632Z||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-24T05:15:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:15:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:15:57.633Z||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-24T05:15:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:16:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:16:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:16:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:16:57.631Z||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-24T05:16:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:16:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:16:57.633Z||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-24T05:16:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:17:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:17:07.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:17:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:17:57.631Z||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-24T05:17:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:17:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:17:57.633Z||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-24T05:17:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:18:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:18:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:18:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:18:57.631Z||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-24T05:18:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:18:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:18:57.633Z||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-24T05:18:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:19:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:19:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:19:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:19:57.631Z||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-24T05:19:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:19:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:19:57.633Z||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-24T05:19:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:20:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:20:07.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:20:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:20:57.631Z||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-24T05:20:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:20:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:20:57.633Z||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-24T05:20:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:21:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:21:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:21:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:21:57.631Z||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-24T05:21:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:21:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:21:57.633Z||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-24T05:21:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:22:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:22:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:22:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:22:57.632Z||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-24T05:22:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:22:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:22:57.633Z||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-24T05:22:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:23:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:23:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:23:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:23:57.631Z||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-24T05:23:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:23:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:23:57.633Z||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-24T05:23:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:24:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:24:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:24:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:24:57.632Z||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-24T05:24:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:24:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:24:57.633Z||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-24T05:24:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:25:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:25:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:25:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:25:57.631Z||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-24T05:25:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:25:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:25:57.633Z||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-24T05:25:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:26:07.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:26:07.182Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:26:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:26:57.632Z||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-24T05:26:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:26:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:26:57.633Z||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-24T05:26:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:27:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:27:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:27:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:27:57.632Z||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-24T05:27:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:27:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:27:57.633Z||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-24T05:27:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:28:07.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:28:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:28:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:28:57.631Z||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-24T05:28:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:28:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:28:57.633Z||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-24T05:28:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:29:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:29:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:29:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:29:57.631Z||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-24T05:29:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:29:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:29:57.633Z||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-24T05:29:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:30:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:30:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:30:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:30:57.631Z||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-24T05:30:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:30:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:30:57.633Z||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-24T05:30:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:31:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:31:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:31:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:31:57.631Z||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-24T05:31:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:31:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:31:57.633Z||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-24T05:31:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:32:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:32:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:32:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:32:57.631Z||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-24T05:32:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:32:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:32:57.633Z||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-24T05:32:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:33:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:33:07.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:33:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:33:57.631Z||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-24T05:33:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:33:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:33:57.633Z||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-24T05:33:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:34:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:34:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:34:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:34:57.631Z||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-24T05:34:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:34:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:34:57.633Z||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-24T05:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:35:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:35:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:35:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:35:57.631Z||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-24T05:35:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:35:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:35:57.633Z||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-24T05:35:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:36:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:36:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:36:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:36:57.632Z||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-24T05:36:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:36:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:36:57.633Z||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-24T05:36:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:37:07.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:37:07.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:37:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:37:57.632Z||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-24T05:37:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:37:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:37:57.633Z||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-24T05:37:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:38:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:38:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:38:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:38:57.631Z||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-24T05:38:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:38:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:38:57.633Z||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-24T05:38:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:39:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:39:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:39:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:39:57.631Z||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-24T05:39:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:39:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:39:57.633Z||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-24T05:39:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:40:07.162Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:40:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:40:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:40:57.631Z||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-24T05:40:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:40:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:40:57.633Z||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-24T05:40:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:41:07.209Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:41:07.209Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:41:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:41:57.631Z||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-24T05:41:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:41:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:41:57.634Z||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-24T05:41:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:42:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:42:07.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:42:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:42:57.631Z||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-24T05:42:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:42:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:42:57.633Z||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-24T05:42:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:43:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:43:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:43:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:43:57.631Z||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-24T05:43:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:43:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:43:57.633Z||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-24T05:43:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:44:07.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:44:07.167Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:44:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:44:57.631Z||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-24T05:44:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:44:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:44:57.633Z||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-24T05:44:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:45:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:45:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:45:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:45:57.631Z||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-24T05:45:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:45:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:45:57.633Z||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-24T05:45:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:46:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:46:07.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:46:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:46:57.632Z||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-24T05:46:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:46:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:46:57.633Z||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-24T05:46:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:47:07.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:47:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:47:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:47:57.631Z||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-24T05:47:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:47:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:47:57.633Z||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-24T05:47:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:48:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:48:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:48:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:48:57.632Z||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-24T05:48:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:48:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:48:57.633Z||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-24T05:48:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:49:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:49:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:49:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:49:57.631Z||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-24T05:49:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:49:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:49:57.633Z||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-24T05:49:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:50:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:50:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:50:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:50:57.631Z||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-24T05:50:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:50:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:50:57.633Z||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-24T05:50:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:51:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:51:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:51:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:51:57.631Z||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-24T05:51:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:51:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:51:57.633Z||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-24T05:51:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:52:07.165Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:52:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:52:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:52:57.631Z||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-24T05:52:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:52:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:52:57.633Z||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-24T05:52:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:53:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:53:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:53:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:53:57.631Z||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-24T05:53:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:53:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:53:57.633Z||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-24T05:53:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:54:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:54:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:54:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:54:57.631Z||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-24T05:54:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:54:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:54:57.633Z||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-24T05:54:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:55:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:55:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:55:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:55:57.631Z||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-24T05:55:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:55:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:55:57.633Z||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-24T05:55:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:56:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:56:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:56:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:56:57.631Z||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-24T05:56:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:56:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:56:57.633Z||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-24T05:56:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:57:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:57:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:57:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:57:57.631Z||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-24T05:57:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:57:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:57:57.633Z||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-24T05:57:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:58:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:58:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:58:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:58:57.631Z||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-24T05:58:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:58:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:58:57.633Z||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-24T05:58:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:59:07.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:59:07.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T05:59:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:59:57.631Z||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-24T05:59:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T05:59:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T05:59:57.633Z||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-24T05:59:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:00:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:00:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:00:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:00:57.632Z||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-24T06:00:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:00:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:00:57.633Z||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-24T06:00:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:01:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:01:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:01:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:01:57.632Z||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-24T06:01:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:01:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:01:57.633Z||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-24T06:01:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:02:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:02:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:02:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:02:57.631Z||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-24T06:02:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:02:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:02:57.633Z||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-24T06:02:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:03:07.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:03:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:03:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:03:57.631Z||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-24T06:03:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:03:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:03:57.633Z||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-24T06:03:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:04:07.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:04:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:04:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:04:57.632Z||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-24T06:04:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:04:57.633Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:04:57.633Z||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-24T06:04:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:05:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:05:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:05:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:05:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:05:57.633Z||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-24T06:05:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:05:57.633Z||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-24T06:05:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:06:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:06:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:06:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:06:57.631Z||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-24T06:06:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:06:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:06:57.633Z||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-24T06:06:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:07:07.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:07:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:07:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:07:57.631Z||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-24T06:07:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:07:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:07:57.633Z||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-24T06:07:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:08:07.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:08:07.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:08:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:08:57.631Z||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-24T06:08:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:08:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:08:57.633Z||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-24T06:08:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:09:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:09:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:09:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:09:57.631Z||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-24T06:09:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:09:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:09:57.633Z||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-24T06:09:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:10:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:10:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:10:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:10:57.631Z||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-24T06:10:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:10:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:10:57.633Z||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-24T06:10:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:11:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:11:07.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:11:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:11:57.631Z||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-24T06:11:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:11:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:11:57.633Z||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-24T06:11:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:12:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:12:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:12:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:12:57.631Z||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-24T06:12:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:12:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:12:57.633Z||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-24T06:12:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:13:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:13:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:13:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:13:57.631Z||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-24T06:13:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:13:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:13:57.633Z||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-24T06:13:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:14:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:14:07.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:14:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:14:57.632Z||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-24T06:14:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:14:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:14:57.633Z||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-24T06:14:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:15:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:15:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:15:57.631Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:15:57.631Z||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-24T06:15:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:15:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:15:57.633Z||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-24T06:15:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:16:07.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:16:07.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:16:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:16:57.632Z||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-24T06:16:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:16:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:16:57.633Z||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-24T06:16:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:17:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:17:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:17:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:17:57.631Z||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-24T06:17:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:17:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:17:57.633Z||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-24T06:17:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:18:07.167Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:18:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:18:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:18:57.632Z||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-24T06:18:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:18:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:18:57.633Z||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-24T06:18:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:19:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:19:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:19:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:19:57.631Z||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-24T06:19:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:19:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:19:57.633Z||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-24T06:19:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:20:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:20:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:20:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:20:57.631Z||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-24T06:20:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:20:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:20:57.633Z||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-24T06:20:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:21:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:21:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:21:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:21:57.631Z||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-24T06:21:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:21:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:21:57.633Z||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-24T06:21:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:22:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:22:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:22:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:22:57.631Z||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-24T06:22:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:22:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:22:57.633Z||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-24T06:22:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:23:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:23:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:23:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:23:57.632Z||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-24T06:23:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:23:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:23:57.633Z||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-24T06:23:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:24:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:24:07.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:24:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:24:57.631Z||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-24T06:24:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:24:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:24:57.633Z||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-24T06:24:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:25:07.165Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:25:07.166Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:25:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:25:57.631Z||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-24T06:25:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:25:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:25:57.633Z||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-24T06:25:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:26:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:26:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:26:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:26:57.631Z||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-24T06:26:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:26:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:26:57.633Z||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-24T06:26:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:27:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:27:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:27:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:27:57.631Z||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-24T06:27:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:27:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:27:57.633Z||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-24T06:27:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:28:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:28:07.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:28:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:28:57.631Z||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-24T06:28:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:28:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:28:57.633Z||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-24T06:28:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:29:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:29:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:29:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:29:57.631Z||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-24T06:29:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:29:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:29:57.633Z||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-24T06:29:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:30:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:30:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:30:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:30:57.631Z||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-24T06:30:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:30:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:30:57.633Z||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-24T06:30:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:31:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:31:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:31:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:31:57.631Z||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-24T06:31:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:31:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:31:57.633Z||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-24T06:31:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:32:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:32:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:32:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:32:57.631Z||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-24T06:32:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:32:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:32:57.633Z||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-24T06:32:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:33:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:33:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:33:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:33:57.631Z||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-24T06:33:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:33:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:33:57.633Z||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-24T06:33:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:34:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:34:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:34:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:34:57.632Z||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-24T06:34:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:34:57.633Z||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-24T06:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:35:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:35:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:35:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:35:57.632Z||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-24T06:35:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:35:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:35:57.633Z||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-24T06:35:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:36:07.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:36:07.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:36:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:36:57.632Z||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-24T06:36:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:36:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:36:57.633Z||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-24T06:36:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:37:07.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:37:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:37:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:37:57.631Z||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-24T06:37:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:37:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:37:57.634Z||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-24T06:37:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:38:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:38:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:38:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:38:57.631Z||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-24T06:38:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:38:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:38:57.633Z||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-24T06:38:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:39:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:39:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:39:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:39:57.631Z||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-24T06:39:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:39:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:39:57.633Z||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-24T06:39:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:40:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:40:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:40:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:40:57.632Z||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-24T06:40:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:40:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:40:57.634Z||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-24T06:40:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:41:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:41:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:41:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:41:57.631Z||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-24T06:41:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:41:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:41:57.633Z||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-24T06:41:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:42:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:42:07.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:42:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:42:57.631Z||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-24T06:42:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:42:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:42:57.633Z||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-24T06:42:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:43:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:43:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:43:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:43:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:43:57.632Z||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-24T06:43:57.633Z||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-24T06:43:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:43:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:44:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:44:07.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:44:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:44:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:44:57.633Z||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-24T06:44:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:44:57.633Z||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-24T06:44:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:45:07.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:45:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:45:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:45:57.631Z||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-24T06:45:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:45:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:45:57.633Z||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-24T06:45:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:46:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:46:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:46:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:46:57.631Z||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-24T06:46:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:46:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:46:57.633Z||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-24T06:46:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:47:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:47:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:47:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:47:57.632Z||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-24T06:47:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:47:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:47:57.633Z||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-24T06:47:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:48:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:48:07.180Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:48:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:48:57.631Z||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-24T06:48:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:48:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:48:57.633Z||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-24T06:48:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:49:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:49:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:49:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:49:57.631Z||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-24T06:49:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:49:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:49:57.633Z||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-24T06:49:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:50:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:50:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:50:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:50:57.632Z||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-24T06:50:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:50:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:50:57.633Z||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-24T06:50:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:51:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:51:07.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:51:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:51:57.631Z||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-24T06:51:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:51:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:51:57.633Z||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-24T06:51:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:52:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:52:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:52:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:52:57.632Z||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-24T06:52:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:52:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:52:57.633Z||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-24T06:52:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:53:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:53:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:53:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:53:57.631Z||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-24T06:53:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:53:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:53:57.633Z||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-24T06:53:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:54:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:54:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:54:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:54:57.631Z||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-24T06:54:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:54:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:54:57.633Z||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-24T06:54:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:55:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:55:07.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:55:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:55:57.631Z||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-24T06:55:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:55:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:55:57.633Z||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-24T06:55:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:56:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:56:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:56:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:56:57.631Z||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-24T06:56:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:56:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:56:57.633Z||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-24T06:56:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:57:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:57:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:57:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:57:57.631Z||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-24T06:57:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:57:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:57:57.633Z||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-24T06:57:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:58:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:58:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:58:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:58:57.631Z||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-24T06:58:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:58:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:58:57.634Z||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-24T06:58:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:59:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:59:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T06:59:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:59:57.632Z||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-24T06:59:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T06:59:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T06:59:57.633Z||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-24T06:59:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:00:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:00:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:00:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:00:57.631Z||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-24T07:00:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:00:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:00:57.633Z||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-24T07:00:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:01:07.169Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:01:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:01:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:01:57.631Z||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-24T07:01:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:01:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:01:57.633Z||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-24T07:01:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:02:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:02:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:02:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:02:57.631Z||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-24T07:02:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:02:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:02:57.633Z||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-24T07:02:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:03:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:03:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:03:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:03:57.631Z||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-24T07:03:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:03:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:03:57.633Z||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-24T07:03:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:04:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:04:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:04:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:04:57.631Z||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-24T07:04:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:04:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:04:57.633Z||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-24T07:04:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:05:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:05:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:05:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:05:57.631Z||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-24T07:05:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:05:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:05:57.633Z||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-24T07:05:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:06:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:06:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:06:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:06:57.631Z||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-24T07:06:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:06:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:06:57.633Z||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-24T07:06:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:07:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:07:07.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:07:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:07:57.631Z||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-24T07:07:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:07:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:07:57.633Z||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-24T07:07:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:08:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:08:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:08:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:08:57.631Z||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-24T07:08:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:08:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:08:57.633Z||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-24T07:08:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:09:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:09:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:09:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:09:57.631Z||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-24T07:09:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:09:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:09:57.633Z||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-24T07:09:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:10:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:10:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:10:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:10:57.631Z||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-24T07:10:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:10:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:10:57.633Z||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-24T07:10:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:11:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:11:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:11:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:11:57.631Z||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-24T07:11:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:11:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:11:57.633Z||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-24T07:11:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:12:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:12:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:12:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:12:57.631Z||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-24T07:12:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:12:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:12:57.633Z||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-24T07:12:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:13:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:13:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:13:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:13:57.631Z||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-24T07:13:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:13:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:13:57.633Z||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-24T07:13:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:14:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:14:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:14:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:14:57.632Z||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-24T07:14:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:14:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:14:57.633Z||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-24T07:14:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:15:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:15:07.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:15:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:15:57.631Z||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-24T07:15:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:15:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:15:57.633Z||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-24T07:15:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:16:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:16:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:16:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:16:57.632Z||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-24T07:16:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:16:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:16:57.633Z||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-24T07:16:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:17:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:17:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:17:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:17:57.631Z||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-24T07:17:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:17:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:17:57.633Z||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-24T07:17:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:18:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:18:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:18:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:18:57.631Z||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-24T07:18:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:18:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:18:57.633Z||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-24T07:18:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:19:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:19:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:19:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:19:57.632Z||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-24T07:19:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:19:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:19:57.633Z||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-24T07:19:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:20:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:20:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:20:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:20:57.631Z||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-24T07:20:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:20:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:20:57.633Z||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-24T07:20:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:21:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:21:07.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:21:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:21:57.631Z||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-24T07:21:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:21:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:21:57.633Z||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-24T07:21:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:22:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:22:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:22:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:22:57.632Z||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-24T07:22:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:22:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:22:57.633Z||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-24T07:22:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:23:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:23:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:23:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:23:57.632Z||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-24T07:23:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:23:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:23:57.633Z||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-24T07:23:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:24:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:24:07.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:24:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:24:57.631Z||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-24T07:24:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:24:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:24:57.633Z||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-24T07:24:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:25:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:25:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:25:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:25:57.631Z||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-24T07:25:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:25:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:25:57.633Z||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-24T07:25:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:26:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:26:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:26:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:26:57.631Z||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-24T07:26:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:26:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:26:57.633Z||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-24T07:26:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:27:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:27:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:27:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:27:57.631Z||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-24T07:27:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:27:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:27:57.633Z||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-24T07:27:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:28:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:28:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:28:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:28:57.632Z||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-24T07:28:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:28:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:28:57.633Z||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-24T07:28:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:29:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:29:07.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:29:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:29:57.631Z||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-24T07:29:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:29:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:29:57.633Z||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-24T07:29:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:30:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:30:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:30:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:30:57.631Z||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-24T07:30:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:30:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:30:57.633Z||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-24T07:30:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:31:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:31:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:31:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:31:57.632Z||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-24T07:31:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:31:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:31:57.633Z||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-24T07:31:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:32:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:32:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:32:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:32:57.631Z||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-24T07:32:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:32:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:32:57.633Z||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-24T07:32:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:33:07.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:33:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:33:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:33:57.631Z||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-24T07:33:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:33:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:33:57.633Z||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-24T07:33:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:34:07.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:34:07.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:34:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:34:57.632Z||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-24T07:34:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:34:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:34:57.633Z||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-24T07:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:35:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:35:07.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:35:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:35:57.631Z||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-24T07:35:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:35:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:35:57.633Z||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-24T07:35:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:36:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:36:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:36:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:36:57.631Z||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-24T07:36:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:36:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:36:57.633Z||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-24T07:36:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:37:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:37:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:37:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:37:57.631Z||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-24T07:37:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:37:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:37:57.633Z||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-24T07:37:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:38:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:38:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:38:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:38:57.631Z||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-24T07:38:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:38:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:38:57.633Z||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-24T07:38:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:39:07.185Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:39:07.186Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:39:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:39:57.632Z||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-24T07:39:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:39:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:39:57.633Z||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-24T07:39:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:40:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:40:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:40:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:40:57.631Z||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-24T07:40:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:40:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:40:57.633Z||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-24T07:40:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:41:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:41:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:41:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:41:57.631Z||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-24T07:41:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:41:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:41:57.633Z||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-24T07:41:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:42:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:42:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:42:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:42:57.631Z||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-24T07:42:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:42:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:42:57.633Z||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-24T07:42:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:43:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:43:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:43:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:43:57.631Z||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-24T07:43:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:43:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:43:57.633Z||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-24T07:43:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:44:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:44:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:44:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:44:57.631Z||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-24T07:44:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:44:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:44:57.633Z||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-24T07:44:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:45:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:45:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:45:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:45:57.631Z||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-24T07:45:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:45:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:45:57.633Z||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-24T07:45:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:46:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:46:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:46:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:46:57.631Z||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-24T07:46:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:46:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:46:57.633Z||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-24T07:46:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:47:07.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:47:07.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:47:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:47:57.631Z||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-24T07:47:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:47:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:47:57.633Z||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-24T07:47:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:48:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:48:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:48:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:48:57.631Z||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-24T07:48:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:48:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:48:57.634Z||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-24T07:48:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:49:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:49:07.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:49:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:49:57.631Z||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-24T07:49:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:49:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:49:57.633Z||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-24T07:49:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:50:07.165Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:50:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:50:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:50:57.631Z||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-24T07:50:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:50:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:50:57.633Z||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-24T07:50:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:51:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:51:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:51:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:51:57.632Z||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-24T07:51:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:51:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:51:57.633Z||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-24T07:51:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:52:07.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:52:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:52:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:52:57.631Z||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-24T07:52:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:52:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:52:57.633Z||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-24T07:52:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:53:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:53:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:53:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:53:57.631Z||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-24T07:53:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:53:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:53:57.633Z||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-24T07:53:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:54:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:54:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:54:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:54:57.631Z||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-24T07:54:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:54:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:54:57.633Z||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-24T07:54:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:55:07.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:55:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:55:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:55:57.631Z||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-24T07:55:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:55:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:55:57.633Z||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-24T07:55:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:56:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:56:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:56:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:56:57.631Z||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-24T07:56:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:56:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:56:57.633Z||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-24T07:56:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:57:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:57:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:57:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:57:57.631Z||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-24T07:57:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:57:57.633Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:57:57.633Z||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-24T07:57:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:58:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:58:07.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:58:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:58:57.631Z||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-24T07:58:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:58:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:58:57.633Z||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-24T07:58:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:59:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:59:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T07:59:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:59:57.632Z||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-24T07:59:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T07:59:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T07:59:57.633Z||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-24T07:59:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:00:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:00:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:00:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:00:57.631Z||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-24T08:00:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:00:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:00:57.633Z||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-24T08:00:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:01:07.168Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:01:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:01:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:01:57.632Z||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-24T08:01:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:01:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:01:57.633Z||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-24T08:01:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:02:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:02:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:02:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:02:57.631Z||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-24T08:02:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:02:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:02:57.633Z||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-24T08:02:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:03:07.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:03:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:03:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:03:57.632Z||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-24T08:03:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:03:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:03:57.633Z||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-24T08:03:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:04:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:04:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:04:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:04:57.632Z||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-24T08:04:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:04:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:04:57.633Z||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-24T08:04:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:05:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:05:07.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:05:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:05:57.631Z||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-24T08:05:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:05:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:05:57.633Z||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-24T08:05:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:06:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:06:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:06:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:06:57.631Z||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-24T08:06:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:06:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:06:57.633Z||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-24T08:06:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:07:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:07:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:07:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:07:57.631Z||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-24T08:07:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:07:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:07:57.633Z||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-24T08:07:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:08:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:08:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:08:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:08:57.631Z||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-24T08:08:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:08:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:08:57.633Z||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-24T08:08:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:09:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:09:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:09:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:09:57.631Z||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-24T08:09:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:09:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:09:57.633Z||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-24T08:09:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:10:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:10:07.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:10:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:10:57.631Z||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-24T08:10:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:10:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:10:57.633Z||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-24T08:10:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:11:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:11:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:11:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:11:57.631Z||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-24T08:11:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:11:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:11:57.633Z||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-24T08:11:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:12:07.166Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:12:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:12:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:12:57.631Z||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-24T08:12:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:12:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:12:57.633Z||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-24T08:12:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:13:07.167Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:13:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:13:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:13:57.631Z||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-24T08:13:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:13:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:13:57.633Z||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-24T08:13:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:14:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:14:07.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:14:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:14:57.631Z||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-24T08:14:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:14:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:14:57.633Z||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-24T08:14:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:15:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:15:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:15:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:15:57.631Z||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-24T08:15:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:15:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:15:57.633Z||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-24T08:15:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:16:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:16:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:16:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:16:57.632Z||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-24T08:16:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:16:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:16:57.633Z||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-24T08:16:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:17:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:17:07.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:17:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:17:57.631Z||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-24T08:17:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:17:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:17:57.633Z||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-24T08:17:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:18:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:18:07.167Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:18:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:18:57.631Z||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-24T08:18:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:18:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:18:57.633Z||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-24T08:18:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:19:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:19:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:19:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:19:57.631Z||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-24T08:19:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:19:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:19:57.633Z||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-24T08:19:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:20:07.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:20:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:20:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:20:57.631Z||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-24T08:20:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:20:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:20:57.633Z||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-24T08:20:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:21:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:21:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:21:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:21:57.631Z||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-24T08:21:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:21:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:21:57.633Z||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-24T08:21:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:22:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:22:07.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:22:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:22:57.631Z||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-24T08:22:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:22:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:22:57.633Z||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-24T08:22:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:23:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:23:07.174Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:23:57.631Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:23:57.631Z||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-24T08:23:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:23:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:23:57.633Z||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-24T08:23:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:24:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:24:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:24:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:24:57.631Z||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-24T08:24:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:24:57.633Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:24:57.634Z||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-24T08:24:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:25:07.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:25:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:25:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:25:57.631Z||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-24T08:25:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:25:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:25:57.633Z||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-24T08:25:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:26:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:26:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:26:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:26:57.631Z||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-24T08:26:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:26:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:26:57.633Z||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-24T08:26:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:27:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:27:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:27:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:27:57.631Z||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-24T08:27:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:27:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:27:57.633Z||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-24T08:27:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:28:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:28:07.171Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:28:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:28:57.631Z||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-24T08:28:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:28:57.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:28:57.633Z||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-24T08:28:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:29:07.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:29:07.167Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:29:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:29:57.631Z||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-24T08:29:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:29:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:29:57.633Z||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-24T08:29:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:30:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:30:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:30:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:30:57.631Z||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-24T08:30:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:30:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:30:57.633Z||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-24T08:30:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:31:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:31:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:31:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:31:57.631Z||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-24T08:31:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:31:57.633Z||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-24T08:31:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:31:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:32:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:32:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:32:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:32:57.631Z||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-24T08:32:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:32:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:32:57.633Z||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-24T08:32:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:33:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:33:07.172Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:33:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:33:57.631Z||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-24T08:33:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:33:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:33:57.633Z||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-24T08:33:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:34:07.163Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:34:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:34:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:34:57.631Z||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-24T08:34:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:34:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:34:57.633Z||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-24T08:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:35:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:35:07.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:35:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:35:57.631Z||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-24T08:35:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:35:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:35:57.633Z||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-24T08:35:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:36:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:36:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:36:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:36:57.631Z||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-24T08:36:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:36:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:36:57.633Z||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-24T08:36:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:37:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:37:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:37:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:37:57.631Z||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-24T08:37:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:37:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:37:57.633Z||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-24T08:37:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:38:07.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:38:07.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:38:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:38:57.631Z||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-24T08:38:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:38:57.633Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:38:57.633Z||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-24T08:38:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:39:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:39:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:39:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:39:57.631Z||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-24T08:39:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:39:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:39:57.633Z||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-24T08:39:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:40:07.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:40:07.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:40:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:40:57.631Z||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-24T08:40:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:40:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:40:57.633Z||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-24T08:40:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:41:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:41:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:41:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:41:57.631Z||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-24T08:41:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:41:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:41:57.633Z||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-24T08:41:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:42:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:42:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:42:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:42:57.631Z||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-24T08:42:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:42:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:42:57.633Z||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-24T08:42:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:43:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:43:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:43:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:43:57.631Z||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-24T08:43:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:43:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:43:57.633Z||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-24T08:43:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:44:07.171Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:44:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:44:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:44:57.631Z||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-24T08:44:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:44:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:44:57.633Z||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-24T08:44:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:45:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:45:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:45:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:45:57.632Z||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-24T08:45:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:45:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:45:57.633Z||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-24T08:45:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:46:07.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:46:07.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:46:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:46:57.631Z||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-24T08:46:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:46:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:46:57.633Z||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-24T08:46:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:47:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:47:07.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:47:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:47:57.631Z||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-24T08:47:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:47:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:47:57.633Z||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-24T08:47:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:48:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:48:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:48:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:48:57.631Z||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-24T08:48:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:48:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:48:57.633Z||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-24T08:48:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:49:07.161Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:49:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:49:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:49:57.632Z||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-24T08:49:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:49:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:49:57.633Z||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-24T08:49:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:50:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:50:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:50:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:50:57.631Z||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-24T08:50:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:50:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:50:57.633Z||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-24T08:50:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:51:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:51:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:51:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:51:57.631Z||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-24T08:51:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:51:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:51:57.633Z||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-24T08:51:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:52:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:52:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:52:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:52:57.631Z||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-24T08:52:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:52:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:52:57.633Z||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-24T08:52:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:53:07.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:53:07.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:53:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:53:57.631Z||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-24T08:53:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:53:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:53:57.633Z||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-24T08:53:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:54:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:54:07.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:54:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:54:57.631Z||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-24T08:54:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:54:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:54:57.633Z||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-24T08:54:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:55:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:55:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:55:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:55:57.631Z||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-24T08:55:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:55:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:55:57.633Z||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-24T08:55:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:56:07.169Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:56:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:56:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:56:57.631Z||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-24T08:56:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:56:57.633Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:56:57.633Z||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-24T08:56:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:57:07.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:57:07.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:57:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:57:57.631Z||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-24T08:57:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:57:57.637Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:57:57.637Z||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-24T08:57:57.637Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:58:07.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:58:07.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:58:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:58:57.631Z||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-24T08:58:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:58:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:58:57.633Z||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-24T08:58:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:59:07.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:59:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T08:59:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:59:57.631Z||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-24T08:59:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T08:59:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T08:59:57.633Z||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-24T08:59:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:00:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:00:07.170Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:00:57.631Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:00:57.631Z||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-24T09:00:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:00:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:00:57.633Z||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-24T09:00:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:01:07.169Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:01:07.169Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:01:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:01:57.631Z||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-24T09:01:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:01:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:01:57.633Z||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-24T09:01:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:02:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:02:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:02:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:02:57.631Z||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-24T09:02:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:02:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:02:57.633Z||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-24T09:02:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:03:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:03:07.170Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:03:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:03:57.631Z||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-24T09:03:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:03:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:03:57.633Z||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-24T09:03:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:04:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:04:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:04:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:04:57.631Z||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-24T09:04:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:04:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:04:57.633Z||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-24T09:04:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:05:07.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:05:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:05:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:05:57.631Z||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-24T09:05:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:05:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:05:57.633Z||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-24T09:05:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:06:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:06:07.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:06:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:06:57.631Z||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-24T09:06:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:06:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:06:57.633Z||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-24T09:06:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:07:07.168Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:07:07.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:07:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:07:57.631Z||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-24T09:07:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:07:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:07:57.633Z||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-24T09:07:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:08:07.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:08:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:08:57.631Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:08:57.631Z||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-24T09:08:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:08:57.632Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:08:57.633Z||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-24T09:08:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:09:07.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:09:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:09:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:09:57.631Z||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-24T09:09:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:09:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:09:57.633Z||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-24T09:09:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:10:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:10:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:10:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:10:57.631Z||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-24T09:10:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:10:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:10:57.633Z||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-24T09:10:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:11:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:11:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:11:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:11:57.631Z||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-24T09:11:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:11:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:11:57.633Z||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-24T09:11:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:12:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:12:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:12:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:12:57.631Z||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-24T09:12:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:12:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:12:57.633Z||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-24T09:12:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:13:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:13:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:13:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:13:57.631Z||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-24T09:13:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:13:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:13:57.633Z||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-24T09:13:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:14:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:14:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:14:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:14:57.631Z||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-24T09:14:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:14:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:14:57.633Z||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-24T09:14:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:15:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:15:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:15:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:15:57.631Z||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-24T09:15:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:15:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:15:57.633Z||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-24T09:15:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:16:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:16:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:16:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:16:57.631Z||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-24T09:16:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:16:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:16:57.632Z||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-24T09:16:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:17:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:17:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:17:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:17:57.631Z||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-24T09:17:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:17:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:17:57.633Z||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-24T09:17:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:18:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:18:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:18:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:18:57.631Z||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-24T09:18:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:18:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:18:57.633Z||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-24T09:18:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:19:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:19:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:19:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:19:57.631Z||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-24T09:19:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:19:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:19:57.633Z||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-24T09:19:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:20:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:20:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:20:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:20:57.632Z||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-24T09:20:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:20:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:20:57.633Z||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-24T09:20:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:21:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:21:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:21:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:21:57.631Z||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-24T09:21:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:21:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:21:57.633Z||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-24T09:21:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:22:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:22:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:22:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:22:57.631Z||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-24T09:22:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:22:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:22:57.633Z||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-24T09:22:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:23:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:23:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:23:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:23:57.631Z||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-24T09:23:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:23:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:23:57.633Z||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-24T09:23:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:24:07.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:24:07.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:24:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:24:57.631Z||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-24T09:24:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:24:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:24:57.633Z||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-24T09:24:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:25:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:25:07.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:25:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:25:57.631Z||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-24T09:25:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:25:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:25:57.633Z||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-24T09:25:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:26:07.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:26:07.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:26:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:26:57.631Z||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-24T09:26:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:26:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:26:57.633Z||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-24T09:26:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:27:07.168Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:27:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:27:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:27:57.632Z||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-24T09:27:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:27:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:27:57.633Z||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-24T09:27:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:28:07.167Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:28:07.173Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:28:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:28:57.631Z||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-24T09:28:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:28:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:28:57.633Z||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-24T09:28:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:29:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:29:07.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:29:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:29:57.632Z||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-24T09:29:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:29:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:29:57.633Z||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-24T09:29:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:30:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:30:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:30:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:30:57.631Z||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-24T09:30:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:30:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:30:57.633Z||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-24T09:30:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:31:07.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:31:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:31:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:31:57.631Z||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-24T09:31:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:31:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:31:57.633Z||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-24T09:31:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:32:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:32:07.171Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:32:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:32:57.631Z||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-24T09:32:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:32:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:32:57.633Z||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-24T09:32:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:33:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:33:07.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:33:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:33:57.631Z||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-24T09:33:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:33:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:33:57.633Z||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-24T09:33:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:34:07.168Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:34:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:34:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:34:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:34:57.633Z||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-24T09:34:57.633Z||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-24T09:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:35:07.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:35:07.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:35:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:35:57.631Z||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-24T09:35:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:35:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:35:57.633Z||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-24T09:35:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:36:07.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:36:07.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:36:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:36:57.631Z||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-24T09:36:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:36:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:36:57.633Z||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-24T09:36:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:37:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:37:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:37:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:37:57.631Z||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-24T09:37:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:37:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:37:57.633Z||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-24T09:37:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:38:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:38:07.168Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:38:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:38:57.631Z||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-24T09:38:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:38:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:38:57.633Z||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-24T09:38:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:39:07.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:39:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:39:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:39:57.631Z||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-24T09:39:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:39:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:39:57.633Z||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-24T09:39:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:40:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:40:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:40:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:40:57.632Z||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-24T09:40:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:40:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:40:57.633Z||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-24T09:40:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:41:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:41:07.170Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:41:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:41:57.631Z||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-24T09:41:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:41:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:41:57.633Z||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-24T09:41:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:42:07.167Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:42:07.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:42:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:42:57.631Z||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-24T09:42:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:42:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:42:57.633Z||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-24T09:42:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:43:07.169Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:43:07.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:43:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:43:57.631Z||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-24T09:43:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:43:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:43:57.633Z||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-24T09:43:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:44:07.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:44:07.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:44:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:44:57.631Z||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-24T09:44:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:44:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:44:57.633Z||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-24T09:44:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:45:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:45:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:45:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:45:57.631Z||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-24T09:45:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:45:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:45:57.633Z||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-24T09:45:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:46:07.171Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:46:07.172Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:46:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:46:57.631Z||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-24T09:46:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:46:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:46:57.633Z||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-24T09:46:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:47:07.167Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:47:07.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:47:57.631Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:47:57.631Z||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-24T09:47:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:47:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:47:57.633Z||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-24T09:47:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:47:58.256Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:47:58.257Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:47:58.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d39b1311-1fa8-43f0-a562-a08655b0d780","serviceName":"basic_onboard_eIEIxi","serviceVersion":"1.0","serviceUUID":"c029c9b6-332d-4bba-ab55-f651cdbe1a0b","serviceDescription":"service","serviceInvariantUUID":"2858d0a2-a331-4562-9f23-5abf2e3b09f9","resources":[{"resourceInstanceName":"basic_onboard_eIEIxi 0","resourceName":"basic_onboard_eIEIxi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5d0be80-3a7d-4e7e-8046-617d049624c0","resourceInvariantUUID":"2f1c6e2e-3dd5-4012-9bae-b89e14bdce05","resourceCustomizationUUID":"b5e43dbc-952b-4e10-a7cf-3240155388a9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml","artifactChecksum":"MGI1MTI1ODVmMWE4OWJiOTI2YTNjNDBjZTgxNjBhNDk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bfbe341-6ef2-4c3b-8ce8-005622d41852","artifactVersion":"1"},{"artifactName":"basic_onboard_eieixi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json","artifactChecksum":"ZmVhNTI3Nzk1ZjYzNDE1NWY4NDY4ZmI3NjA4ODg5NGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f2e33726-f78f-4290-8a47-c69da6e0f21e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e9e489a7-659e-423f-a0cd-0be504da6783","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a6ca49c4-bfb4-4312-b607-2b6365c368b6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"607320fd-c215-43f8-90b6-76af4e101fde","artifactVersion":"2","generatedFromUUID":"e9e489a7-659e-423f-a0cd-0be504da6783"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEieixi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml","artifactChecksum":"ZGM3ZmIwNDQ2YWI2OGQyZjUwZWU3MmU0ZDAyZTFhOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"867da7d2-4fb5-454c-930d-31f5576e2b51","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEieixi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar","artifactChecksum":"YmFkODdiZjdhYTViNTJmZGRlNTMzMGY3MGYxNzJiNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bd01a5bc-b769-45a9-9767-637a9daff99e","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T09:47:58.262Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.262Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747244934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.277Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:47:58.282Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:47:58.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "cds", "timestamp": 1637747242827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.285Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.285Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "dcae-sch", "timestamp": 1637747247286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747249975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "cds", "timestamp": 1637747242827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747244934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOTIFIED" } 2021-11-24T09:47:58.286Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "dcae-sch", "timestamp": 1637747247286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747249975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747244934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "cds", "timestamp": 1637747242827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "dcae-sch", "timestamp": 1637747247286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747249975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "cds", "timestamp": 1637747242827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747244934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "dcae-sch", "timestamp": 1637747247286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747249975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747244934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.289Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "cds", "timestamp": 1637747242827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.290Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "dcae-sch", "timestamp": 1637747247286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747249975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747244934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.291Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "cds", "timestamp": 1637747242827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.291Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:47:58.292Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "dcae-sch", "timestamp": 1637747247286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747249975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747244934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "cds", "timestamp": 1637747242827, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:47:58.292Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "dcae-sch", "timestamp": 1637747247286, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747249975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747258812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747258812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "cds", "timestamp": 1637747260711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747260706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747258812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "cds", "timestamp": 1637747261729, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-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-24T09:47:58.413Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 118 ms 2021-11-24T09:47:58.418Z||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-24T09:47:58.418Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:47:58.429Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:47:58.429Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-24T09:47:58.479Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780 2021-11-24T09:47:58.489Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:47:58.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747261713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:47:58.507Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747258812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "ves-openapi-manager", "timestamp": 1637747261973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "policy-id", "timestamp": 1637747262717, "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-24T09:47:58.521Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780 2021-11-24T09:47:58.521Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:47:58.528Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.528Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747262637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747258812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "ves-openapi-manager", "timestamp": 1637747261973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747262637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOTIFIED" } 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747258812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "ves-openapi-manager", "timestamp": 1637747261973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.529Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747262637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747258812, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "ves-openapi-manager", "timestamp": 1637747261973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747262637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "ves-openapi-manager", "timestamp": 1637747261973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.530Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747266673, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747262637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "ves-openapi-manager", "timestamp": 1637747261973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747262637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "ves-openapi-manager", "timestamp": 1637747261973, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747262637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747270073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.531Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747269548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.532Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747270587, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T09:47:58.532Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.532Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747271076, "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-24T09:47:58.536Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780 2021-11-24T09:47:58.536Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:47:58.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747269548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.546Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747271863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747269548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747272594, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747273149, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-24T09:47:58.547Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747269548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747269548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747274600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.549Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747274944, "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-24T09:47:58.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780 2021-11-24T09:47:58.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:47:58.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747269548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:47:58.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:58.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "clamp", "timestamp": 1637747275603, "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-24T09:47:58.574Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780 2021-11-24T09:47:58.574Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:47:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "multicloud-k8s-id", "timestamp": 1637747275949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T09:47:58.582Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:47:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2021-11-24T09:47:58.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747269548, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:47:58.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2021-11-24T09:47:59.296Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:47:59.297Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:47:59.298Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:47:59.298Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOTIFIED" } 2021-11-24T09:47:59.398Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:47:59.399Z||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-24T09:47:59.399Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:47:59.411Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:47:59.411Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:00.298Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:48:00.299Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:00.301Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:00.302Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-24T09:48:00.402Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:48:00.403Z||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-24T09:48:00.403Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:00.414Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:00.415Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:01.302Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:48:01.303Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:01.305Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:01.305Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:48:01.406Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:48:01.407Z||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-24T09:48:01.407Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:01.418Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:01.418Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:02.306Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:48:02.307Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:02.309Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:02.309Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-24T09:48:02.410Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:48:02.410Z||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-24T09:48:02.411Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:02.421Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:02.421Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:03.310Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:48:03.311Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:03.313Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:03.313Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:48:03.414Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:48:03.414Z||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-24T09:48:03.415Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:03.425Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:03.425Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:04.314Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:48:04.315Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:04.318Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:04.318Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:48:04.418Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:48:04.419Z||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-24T09:48:04.419Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:04.431Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:04.431Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:05.321Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "serviceName": "basic_onboard_eIEIxi", "serviceVersion": "1.0", "serviceUUID": "c029c9b6-332d-4bba-ab55-f651cdbe1a0b", "serviceDescription": "service", "serviceInvariantUUID": "2858d0a2-a331-4562-9f23-5abf2e3b09f9", "resources": [ { "resourceInstanceName": "basic_onboard_eIEIxi 0", "resourceCustomizationUUID": "b5e43dbc-952b-4e10-a7cf-3240155388a9", "resourceName": "basic_onboard_eIEIxi", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e5d0be80-3a7d-4e7e-8046-617d049624c0", "resourceInvariantUUID": "2f1c6e2e-3dd5-4012-9bae-b89e14bdce05", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_eieixi0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "artifactChecksum": "ZmVhNTI3Nzk1ZjYzNDE1NWY4NDY4ZmI3NjA4ODg5NGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f2e33726-f78f-4290-8a47-c69da6e0f21e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e9e489a7-659e-423f-a0cd-0be504da6783", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "607320fd-c215-43f8-90b6-76af4e101fde", "generatedFromUUID": "e9e489a7-659e-423f-a0cd-0be504da6783" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "607320fd-c215-43f8-90b6-76af4e101fde", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardEieixi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "artifactChecksum": "YmFkODdiZjdhYTViNTJmZGRlNTMzMGY3MGYxNzJiNGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bd01a5bc-b769-45a9-9767-637a9daff99e" } ], "workloadContext": "Production" } 2021-11-24T09:48:05.323Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T09:48:05.323Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c029c9b6-332d-4bba-ab55-f651cdbe1a0b ASDC 2021-11-24T09:48:05.381Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:d39b1311-1fa8-43f0-a562-a08655b0d780 ServiceName:basic_onboard_eIEIxi ServiceVersion:1.0 ServiceUUID:c029c9b6-332d-4bba-ab55-f651cdbe1a0b ServiceInvariantUUID:2858d0a2-a331-4562-9f23-5abf2e3b09f9 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardEieixi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar ArtifactUUID:bd01a5bc-b769-45a9-9767-637a9daff99e ArtifactChecksum:YmFkODdiZjdhYTViNTJmZGRlNTMzMGY3MGYxNzJiNGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_eIEIxi 0 ResourceCustomizationUUID:b5e43dbc-952b-4e10-a7cf-3240155388a9 ResourceInvariantUUID:2f1c6e2e-3dd5-4012-9bae-b89e14bdce05 ResourceName:basic_onboard_eIEIxi ResourceType:VF ResourceUUID:e5d0be80-3a7d-4e7e-8046-617d049624c0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_eieixi0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json ArtifactUUID:f2e33726-f78f-4290-8a47-c69da6e0f21e ArtifactChecksum:ZmVhNTI3Nzk1ZjYzNDE1NWY4NDY4ZmI3NjA4ODg5NGY= 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/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml ArtifactUUID:e9e489a7-659e-423f-a0cd-0be504da6783 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/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env ArtifactUUID:607320fd-c215-43f8-90b6-76af4e101fde 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/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env ArtifactUUID:607320fd-c215-43f8-90b6-76af4e101fde ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-24T09:48:05.382Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c029c9b6-332d-4bba-ab55-f651cdbe1a0b 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-24T09:48:05.410Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T09:48:05.410Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T09:48:05.411Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T09:48:05.411Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bd01a5bc-b769-45a9-9767-637a9daff99e from URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:05.411Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T09:48:05.412Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:05.545Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T09:48:05.559Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar bd01a5bc-b769-45a9-9767-637a9daff99e 71534 2021-11-24T09:48:05.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar ASDC sendASDCNotification 2021-11-24T09:48:05.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:05.561Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T09:48:05.561Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:05.562Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:05.563Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747285559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:48:05.663Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:48:05.664Z||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-24T09:48:05.664Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:05.675Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:05.675Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:06.563Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T09:48:06.564Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T09:48:06.564Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: bd01a5bc-b769-45a9-9767-637a9daff99e, URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar to file: /app/ASDC/1/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:06.564Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:06.607Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:06.607Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:06.945Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8801261937224844785/Definitions/service-BasicOnboardEieixi-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-24T09:48:08.193Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eIEIxi 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-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||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-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||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-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||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-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||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-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||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-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||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-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:08.196Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T09:48:08.200Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.201Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:08.203Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria 2021-11-24T09:48:08.203Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T09:48:08.204Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria 2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.205Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:08.207Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.207Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is not matching search criteria 2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.208Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is not matching search criteria 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a6abe7ea-1c61-499b-aa4c-5f59af4cc7ed 2021-11-24T09:48:08.209Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:08.210Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_eIEIxi Description:service Model UUID:c029c9b6-332d-4bba-ab55-f651cdbe1a0b Model Version:NULL Model InvariantUuid:2858d0a2-a331-4562-9f23-5abf2e3b09f9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_eIEIxi Model UUID:f0cc6ade-81c3-4547-a8bb-8731cffbc43d Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2f1c6e2e-3dd5-4012-9bae-b89e14bdce05 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b5e43dbc-952b-4e10-a7cf-3240155388a9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:526371a6-ac47-4d97-8710-a7c6091e7115 ModelName:BasicOnboardEieixi..base_ubuntu18..module-0 ModelUuid:2e4ac873-c094-47bc-af8c-055b8633a09e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a6abe7ea-1c61-499b-aa4c-5f59af4cc7ed ModelInvariantUuid:754f3390-4a00-4188-ba9c-0ce6bd33758f ModelName:basic_onboard_eIEIxi-nodes.ubuntu18Cvfc ModelUuid:569ac6cb-5d50-4b9d-8762-3f9d7e43aba6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7ae32131-0e14-47cc-ac06-e8d4632aeaa3 ModelInvariantUuid:65e7ab5e-0e19-48f5-899b-b14f8aa625dc ModelName:BasicOnboardEieixi.compute.nodes.heat.ubuntu18 ModelUuid:a1cffe90-3970-4821-abfa-6527b3f8a6be 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-24T09:48:08.222Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e5d0be80-3a7d-4e7e-8046-617d049624c0 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-24T09:48:08.390Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||basic_onboard_eIEIxi 0 2021-11-24T09:48:08.394Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e5d0be80-3a7d-4e7e-8046-617d049624c0 2021-11-24T09:48:08.394Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f2e33726-f78f-4290-8a47-c69da6e0f21e from URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json 2021-11-24T09:48:08.394Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T09:48:08.394Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json 2021-11-24T09:48:08.593Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T09:48:08.594Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json f2e33726-f78f-4290-8a47-c69da6e0f21e 798 2021-11-24T09:48:08.595Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json ASDC sendASDCNotification 2021-11-24T09:48:08.595Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json 2021-11-24T09:48:08.595Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T09:48:08.595Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:08.598Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:08.598Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747288595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T09:48:08.699Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:48:08.700Z||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-24T09:48:08.700Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:08.710Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:08.710Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:09.604Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardEieixi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "526371a6-ac47-4d97-8710-a7c6091e7115", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2e4ac873-c094-47bc-af8c-055b8633a09e", "vfModuleModelCustomizationUUID": "00493f12-2fee-445a-9571-d6c418d0fa1a", "isBase": true, "artifacts": [ "e9e489a7-659e-423f-a0cd-0be504da6783", "607320fd-c215-43f8-90b6-76af4e101fde" ], "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-24T09:48:09.622Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardEieixi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2e4ac873-c094-47bc-af8c-055b8633a09e VfModuleModelInvariantUUID:526371a6-ac47-4d97-8710-a7c6091e7115 VfModuleModelDescription:NULL Artifacts UUID List:{ e9e489a7-659e-423f-a0cd-0be504da6783 , 607320fd-c215-43f8-90b6-76af4e101fde } 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-24T09:48:09.627Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardEieixi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "526371a6-ac47-4d97-8710-a7c6091e7115", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2e4ac873-c094-47bc-af8c-055b8633a09e", "vfModuleModelCustomizationUUID": "00493f12-2fee-445a-9571-d6c418d0fa1a", "isBase": true, "artifacts": [ "e9e489a7-659e-423f-a0cd-0be504da6783", "607320fd-c215-43f8-90b6-76af4e101fde" ], "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-24T09:48:09.628Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardEieixi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2e4ac873-c094-47bc-af8c-055b8633a09e VfModuleModelInvariantUUID:526371a6-ac47-4d97-8710-a7c6091e7115 VfModuleModelDescription:NULL Artifacts UUID List:{ e9e489a7-659e-423f-a0cd-0be504da6783 , 607320fd-c215-43f8-90b6-76af4e101fde } 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-24T09:48:09.628Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e9e489a7-659e-423f-a0cd-0be504da6783 from URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml 2021-11-24T09:48:09.628Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T09:48:09.629Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml 2021-11-24T09:48:09.848Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml e9e489a7-659e-423f-a0cd-0be504da6783 5033 2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml 2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T09:48:09.849Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:09.850Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:09.850Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747289849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T09:48:09.951Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:48:09.951Z||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-24T09:48:09.951Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:09.961Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:09.961Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:10.851Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 607320fd-c215-43f8-90b6-76af4e101fde from URL: /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env 2021-11-24T09:48:10.852Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T09:48:10.852Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env 2021-11-24T09:48:11.249Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T09:48:11.249Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env 607320fd-c215-43f8-90b6-76af4e101fde 909 2021-11-24T09:48:11.250Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-24T09:48:11.250Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env 2021-11-24T09:48:11.250Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T09:48:11.250Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:11.253Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:11.254Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747291250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-24T09:48:11.354Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:48:11.355Z||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-24T09:48:11.355Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:11.366Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:11.366Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:12.254Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c029c9b6-332d-4bba-ab55-f651cdbe1a0b 2021-11-24T09:48:12.255Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_eIEIxi 0 e5d0be80-3a7d-4e7e-8046-617d049624c0 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-24T09:48:12.293Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fd77c04, org.onap.sdc.toscaparser.api.parameters.Input@683c25e7, org.onap.sdc.toscaparser.api.parameters.Input@7b0eedc8, org.onap.sdc.toscaparser.api.parameters.Input@784245bc, org.onap.sdc.toscaparser.api.parameters.Input@4cc131ec] 2021-11-24T09:48:12.295Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= b5e43dbc-952b-4e10-a7cf-3240155388a9 2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5e43dbc-952b-4e10-a7cf-3240155388a9 matches Tosca VF Customization UUID: b5e43dbc-952b-4e10-a7cf-3240155388a9 2021-11-24T09:48:12.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: b5e43dbc-952b-4e10-a7cf-3240155388a9 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-24T09:48:12.300Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:12.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id b5e43dbc-952b-4e10-a7cf-3240155388a9: {\"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-24T09:48:12.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2f09190a 2021-11-24T09:48:12.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.302Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T09:48:12.302Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00493f12-2fee-445a-9571-d6c418d0fa1a 2021-11-24T09:48:12.302Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00493f12-2fee-445a-9571-d6c418d0fa1a 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-24T09:48:12.306Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.306Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria 2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria 2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is not matching search criteria 2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-24T09:48:12.307Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=a6abe7ea-1c61-499b-aa4c-5f59af4cc7ed 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-24T09:48:12.312Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria 2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_eIEIxi 0 is matching search criteria 2021-11-24T09:48:12.313Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_eIEIxi 0] matching following query criteria: sdcType=VF, customizationUUID=b5e43dbc-952b-4e10-a7cf-3240155388a9 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-24T09:48:12.314Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c029c9b6-332d-4bba-ab55-f651cdbe1a0b: basic_onboard_eIEIxi 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:48:12.315Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_eIEIxi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:48:12.316Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_eIEIxi 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-24T09:48:12.486Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_eIEIxi e5d0be80-3a7d-4e7e-8046-617d049624c0 1 ASDC deployResourceStructure 2021-11-24T09:48:12.487Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json ASDC sendASDCNotification 2021-11-24T09:48:12.487Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json 2021-11-24T09:48:12.487Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T09:48:12.487Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:12.488Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:12.488Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747292487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T09:48:12.588Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:48:12.589Z||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-24T09:48:12.590Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:12.603Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:12.603Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:13.489Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2021-11-24T09:48:13.490Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml 2021-11-24T09:48:13.490Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T09:48:13.490Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:13.492Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:13.492Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747293489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-24T09:48:13.593Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:48:13.593Z||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-24T09:48:13.593Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:13.604Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:13.604Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:14.493Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2021-11-24T09:48:14.494Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env 2021-11-24T09:48:14.494Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T09:48:14.494Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:14.495Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:14.495Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747294493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-24T09:48:14.596Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:48:14.605Z||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-24T09:48:14.605Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:14.618Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:14.619Z||pool-16-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:15.497Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar ASDC sendASDCNotification 2021-11-24T09:48:15.497Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar 2021-11-24T09:48:15.497Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T09:48:15.497Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:48:15.500Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:48:15.500Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747295496, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:48:15.601Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:48:15.602Z||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-24T09:48:15.602Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:15.613Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:15.613Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:48:16.502Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:48:16.517Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:48:16.520Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:48:16.520Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T09:48:16.520Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T09:48:46.520Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:48:46.532Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:48:46.535Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:48:46.535Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T09:48:46.535Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T09:48:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:48:57.633Z||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-24T09:48:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:48:57.759Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:48:57.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:48:57.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747278177, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:48:57.760Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:49:16.536Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:49:16.546Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:49:16.550Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:49:16.550Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T09:49:16.550Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T09:49:46.550Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:49:46.558Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:49:46.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:49:46.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T09:49:46.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T09:49:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:49:57.633Z||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-24T09:49:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:49:57.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:49:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:49:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:49:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "NOTIFIED" } 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747277631, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747285559, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:49:57.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747288595, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T09:49:57.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747288763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:49:57.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "aai-ml", "timestamp": 1637747289768, "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-24T09:49:57.667Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d39b1311-1fa8-43f0-a562-a08655b0d780 2021-11-24T09:49:57.667Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747289849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T09:49:57.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747291250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-24T09:49:57.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747292487, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/basic_onboard_eieixi0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T09:49:57.674Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:49:57.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747293489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-24T09:49:57.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747294493, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/resourceInstances/basic_onboard_eieixi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-24T09:49:57.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:49:57.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747295496, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEieixi/1.0/artifacts/service-BasicOnboardEieixi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:49:57.675Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:16.560Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:50:16.572Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:50:16.575Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:50:16.576Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||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-24T09:50:16.580Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T09:50:46.580Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d39b1311-1fa8-43f0-a562-a08655b0d780 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-24T09:50:46.587Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d39b1311-1fa8-43f0-a562-a08655b0d780 and serviceModelVersionId: c029c9b6-332d-4bba-ab55-f651cdbe1a0b 2021-11-24T09:50:46.587Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2858d0a2-a331-4562-9f23-5abf2e3b09f9 2021-11-24T09:50:56.422Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0 2021-11-24T09:50:56.489Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T09:50:56.814Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|INFO|500||Invoke 2021-11-24T09:50:56.821Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d39b1311-1fa8-43f0-a562-a08655b0d780], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[84beb367-ce91-435f-b909-0d0b8c874a2d], X-ECOMP-RequestID=[d39b1311-1fa8-43f0-a562-a08655b0d780], X-TransactionId=[], X-ONAP-RequestID=[d39b1311-1fa8-43f0-a562-a08655b0d780], Content-Type=[application/merge-patch+json]} 2021-11-24T09:50:56.933Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T09:50:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:50:57.633Z||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-24T09:50:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:50:57.780Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?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/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211124-09:50:56:969-82784], vertex-id=[323592], Content-Length=[0], Date=[Wed, 24 Nov 2021 09:50:56 GMT], Content-Type=[application/json]} 2021-11-24T09:50:57.781Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-24T09:50:57.782Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2858d0a2-a331-4562-9f23-5abf2e3b09f9/model-vers/model-ver/c029c9b6-332d-4bba-ab55-f651cdbe1a0b?depth=0|INFO|500||InvokeReturn 2021-11-24T09:50:57.785Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T09:50:57.785Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||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-24T09:50:57.790Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||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-24T09:50:57.791Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d39b1311-1fa8-43f0-a562-a08655b0d780 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T09:50:57.791Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T09:50:57.792Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:50:57.793Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:50:57.793Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747457791, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T09:50:57.894Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:50:57.894Z||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-24T09:50:57.895Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:50:57.905Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:50:57.906Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:50:57.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:50:57.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "ves-openapi-manager", "timestamp": 1637747341973, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "cds", "timestamp": 1637747347827, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "dcae-sch", "timestamp": 1637747347286, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747348812, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747342637, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747349975, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "ves-openapi-manager", "timestamp": 1637747341973, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "cds", "timestamp": 1637747347827, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "dcae-sch", "timestamp": 1637747347286, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747348812, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747342637, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOTIFIED" } 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747349975, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "ves-openapi-manager", "timestamp": 1637747341973, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.925Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "dcae-sch", "timestamp": 1637747347286, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "cds", "timestamp": 1637747347827, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747342637, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-24T09:50:57.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747348812, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747349975, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-24T09:50:57.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "ves-openapi-manager", "timestamp": 1637747341973, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "cds", "timestamp": 1637747347827, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "dcae-sch", "timestamp": 1637747347286, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747342637, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747348812, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747349975, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "ves-openapi-manager", "timestamp": 1637747341973, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "cds", "timestamp": 1637747347827, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "dcae-sch", "timestamp": 1637747347286, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747342637, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-24T09:50:57.930Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747348812, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747349975, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "ves-openapi-manager", "timestamp": 1637747341973, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "cds", "timestamp": 1637747347827, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "dcae-sch", "timestamp": 1637747347286, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747342637, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747348812, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747349975, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "ves-openapi-manager", "timestamp": 1637747341973, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "cds", "timestamp": 1637747347827, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "dcae-sch", "timestamp": 1637747347286, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747342637, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747348812, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747349975, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747359172, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747359183, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "cds", "timestamp": 1637747359269, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747359279, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747359548, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "cds", "timestamp": 1637747360274, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-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-24T09:50:57.942Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326 2021-11-24T09:50:57.942Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 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-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747360282, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747360382, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747359548, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "policy-id", "timestamp": 1637747361284, "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-24T09:50:57.951Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326 2021-11-24T09:50:57.951Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 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-24T09:50:57.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747361574, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-24T09:50:57.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747362012, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:50:57.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747359548, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747362595, "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-24T09:50:57.961Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326 2021-11-24T09:50:57.961Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 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-24T09:50:57.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747363016, "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-24T09:50:57.968Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326 2021-11-24T09:50:57.968Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 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-24T09:50:57.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747359548, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "multicloud-k8s-id", "timestamp": 1637747363598, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "DEPLOY_OK" } 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747359548, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747359548, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747364934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747359548, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747364934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOTIFIED" } 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747367377, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747364934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747364934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747364934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747364934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747364934, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747376467, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "aai-ml", "timestamp": 1637747377471, "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-24T09:50:57.978Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326 2021-11-24T09:50:57.978Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 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-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747380601, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:50:57.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747382607, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:50:57.983Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:50:57.983Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "clamp", "timestamp": 1637747383610, "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-24T09:50:57.985Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 69872c37-dee7-4985-8114-d13a9edc1326 2021-11-24T09:50:57.985Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 69872c37-dee7-4985-8114-d13a9edc1326 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 (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:50:58.804Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:50:58.805Z|d39b1311-1fa8-43f0-a562-a08655b0d780|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-24T09:50:58.805Z|d39b1311-1fa8-43f0-a562-a08655b0d780|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:03.270Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:03.271Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T09:51:03.271Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"69872c37-dee7-4985-8114-d13a9edc1326","serviceName":"vFW 2021-11-24 09-46-47","serviceVersion":"1.0","serviceUUID":"d56aeb60-2690-464f-9e58-d64372e1de3f","serviceDescription":"catalog service description","serviceInvariantUUID":"f8c58f0b-ff15-4336-801e-f1b8caa2175b","resources":[{"resourceInstanceName":"vFW f363897c-3105 0","resourceName":"vFW f363897c-3105","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8ee25a01-4be2-46e0-98e2-aa63ec8e2873","resourceInvariantUUID":"69ad937b-e47f-461a-9697-f3e5af344de1","resourceCustomizationUUID":"f8c01e47-b09e-4903-9174-69ddcc612467","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml","artifactChecksum":"Zjg5NWZjNGFmN2MyZDllYWM2Y2ZlZDA4ZWUwYzExNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae7b3204-db57-4d8e-9ede-59be7b525a43","artifactVersion":"1"},{"artifactName":"vfwf363897c31050_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json","artifactChecksum":"MDQwYmExZDRlYjQ3MTRiYWZjYjM5NTgzMGZkMWY4OTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"49a2df30-905d-466d-98ec-f2b51523134e","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"915aed6d-f971-4151-9083-ef1a49d60709","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml","artifactChecksum":"NTQxMTM1ZGQyNDIzZjE2MzBjZjc0NWFlYmM5MmFiYjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"df213484-910a-4bc0-8dd1-bddc442a6af5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f47e017c-9a7e-4568-9120-d02e1b7acb68","artifactVersion":"2","generatedFromUUID":"915aed6d-f971-4151-9083-ef1a49d60709"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211124094647-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml","artifactChecksum":"Nzg3Y2ZkMzFiMzlhY2M3Mzk4NDc3OTg5YTM4ZjliYmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d7ae9f8-62c3-4cce-a11d-5887782cfe2c","artifactVersion":"1"},{"artifactName":"service-Vfw20211124094647-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar","artifactChecksum":"MGM2M2U3ZTc2NzU2ZmE0ZDlkZjY5N2NlNjQ2YTkyNzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e192dc1b-3787-468c-ad77-082d61daa438","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T09:51:03.274Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:51:03.274Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:03.276Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:03.276Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:51:03.377Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:51:03.377Z||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-24T09:51:03.378Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:03.389Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:03.389Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:04.277Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:51:04.278Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:04.280Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:04.280Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOTIFIED" } 2021-11-24T09:51:04.381Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:51:04.381Z||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-24T09:51:04.382Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:04.392Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:04.393Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:05.281Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:51:05.282Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:05.285Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:05.286Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-24T09:51:05.386Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:51:05.387Z||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-24T09:51:05.387Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:05.398Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:05.399Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:06.286Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:51:06.287Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:06.290Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:06.290Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:51:06.392Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2021-11-24T09:51:06.394Z||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-24T09:51:06.394Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:06.405Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:06.406Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:07.292Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:51:07.293Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:07.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:07.296Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-24T09:51:07.396Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-24T09:51:07.397Z||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-24T09:51:07.397Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:07.407Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:07.407Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:08.297Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:51:08.298Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:08.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:08.301Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:51:08.401Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:51:08.402Z||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-24T09:51:08.402Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:08.414Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:08.415Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:09.302Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:51:09.303Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:09.305Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:09.306Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:51:09.406Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:51:09.407Z||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-24T09:51:09.407Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:09.419Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:09.420Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:10.308Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "serviceName": "vFW 2021-11-24 09-46-47", "serviceVersion": "1.0", "serviceUUID": "d56aeb60-2690-464f-9e58-d64372e1de3f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "f8c58f0b-ff15-4336-801e-f1b8caa2175b", "resources": [ { "resourceInstanceName": "vFW f363897c-3105 0", "resourceCustomizationUUID": "f8c01e47-b09e-4903-9174-69ddcc612467", "resourceName": "vFW f363897c-3105", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "8ee25a01-4be2-46e0-98e2-aa63ec8e2873", "resourceInvariantUUID": "69ad937b-e47f-461a-9697-f3e5af344de1", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf363897c31050_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "artifactChecksum": "MDQwYmExZDRlYjQ3MTRiYWZjYjM5NTgzMGZkMWY4OTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "49a2df30-905d-466d-98ec-f2b51523134e", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "915aed6d-f971-4151-9083-ef1a49d60709", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f47e017c-9a7e-4568-9120-d02e1b7acb68", "generatedFromUUID": "915aed6d-f971-4151-9083-ef1a49d60709" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "f47e017c-9a7e-4568-9120-d02e1b7acb68", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20211124094647-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "artifactChecksum": "MGM2M2U3ZTc2NzU2ZmE0ZDlkZjY5N2NlNjQ2YTkyNzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e192dc1b-3787-468c-ad77-082d61daa438" } ], "workloadContext": "Production" } 2021-11-24T09:51:10.308Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T09:51:10.309Z|d39b1311-1fa8-43f0-a562-a08655b0d780|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d56aeb60-2690-464f-9e58-d64372e1de3f ASDC 2021-11-24T09:51:10.309Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:69872c37-dee7-4985-8114-d13a9edc1326 ServiceName:vFW 2021-11-24 09-46-47 ServiceVersion:1.0 ServiceUUID:d56aeb60-2690-464f-9e58-d64372e1de3f ServiceInvariantUUID:f8c58f0b-ff15-4336-801e-f1b8caa2175b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20211124094647-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar ArtifactUUID:e192dc1b-3787-468c-ad77-082d61daa438 ArtifactChecksum:MGM2M2U3ZTc2NzU2ZmE0ZDlkZjY5N2NlNjQ2YTkyNzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f363897c-3105 0 ResourceCustomizationUUID:f8c01e47-b09e-4903-9174-69ddcc612467 ResourceInvariantUUID:69ad937b-e47f-461a-9697-f3e5af344de1 ResourceName:vFW f363897c-3105 ResourceType:VF ResourceUUID:8ee25a01-4be2-46e0-98e2-aa63ec8e2873 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf363897c31050_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json ArtifactUUID:49a2df30-905d-466d-98ec-f2b51523134e ArtifactChecksum:MDQwYmExZDRlYjQ3MTRiYWZjYjM5NTgzMGZkMWY4OTU= 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/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml ArtifactUUID:915aed6d-f971-4151-9083-ef1a49d60709 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/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env ArtifactUUID:f47e017c-9a7e-4568-9120-d02e1b7acb68 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/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env ArtifactUUID:f47e017c-9a7e-4568-9120-d02e1b7acb68 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-24T09:51:10.309Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d56aeb60-2690-464f-9e58-d64372e1de3f 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-24T09:51:10.333Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e192dc1b-3787-468c-ad77-082d61daa438 from URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T09:51:10.334Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:10.651Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T09:51:10.661Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar e192dc1b-3787-468c-ad77-082d61daa438 99006 2021-11-24T09:51:10.661Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar ASDC sendASDCNotification 2021-11-24T09:51:10.662Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:10.662Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T09:51:10.662Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:10.663Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:10.663Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747470661, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:51:10.764Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:51:10.764Z||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-24T09:51:10.764Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:10.775Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:10.775Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:11.664Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T09:51:11.665Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T09:51:11.666Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: e192dc1b-3787-468c-ad77-082d61daa438, URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar to file: /app/ASDC/1/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:11.666Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211124094647-csar.csar 2021-11-24T09:51:11.667Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:11.667Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:11.883Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5165923417109597210/Definitions/service-Vfw20211124094647-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2021-11-24T09:51:13.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T09:51:13.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T09:51:13.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f363897c-3105 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-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-Vfw20211124094647-csar.csar 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:13.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:13.457Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-24T09:51:13.458Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.458Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-24T09:51:13.458Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:13.463Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:13.464Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6fe50ea5-1902-4e6b-a9da-4e16b3c2faeb 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:13.465Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45799f85-b61b-45b5-ae2f-e9e2aeb377d8 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64ab5034-849f-4137-813c-7d255c50e372 2021-11-24T09:51:13.466Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:13.467Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2021-11-24 09-46-47 Description:catalog service description Model UUID:d56aeb60-2690-464f-9e58-d64372e1de3f Model Version:NULL Model InvariantUuid:f8c58f0b-ff15-4336-801e-f1b8caa2175b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f363897c-3105 Model UUID:8cc9f650-4d9e-4bba-bcba-e1f11ca54b96 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:69ad937b-e47f-461a-9697-f3e5af344de1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f8c01e47-b09e-4903-9174-69ddcc612467 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6b3129a4-64d5-4f23-bd5e-c1c4584c43b5 ModelName:VfwF363897c3105..base_vfw..module-0 ModelUuid:0eefde15-9469-4273-8ea1-8e646d592f81 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6fe50ea5-1902-4e6b-a9da-4e16b3c2faeb ModelInvariantUuid:7d6a2841-d141-4925-8efd-f91660f20d7f ModelName:vFW f363897c-3105-nodes.vfwCvfc ModelUuid:5366cd10-63f3-4536-80f1-13d4baa1c57a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e8c05f0b-1f25-4394-bf6c-4deaf57c2904 ModelInvariantUuid:bf4b6e15-ded1-4304-b006-1c55d8eeaf17 ModelName:VfwF363897c3105.compute.nodes.heat.vfw ModelUuid:d3843c2b-4499-4307-86ef-e08391366727 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:45799f85-b61b-45b5-ae2f-e9e2aeb377d8 ModelInvariantUuid:5256f45b-dd29-458f-878f-37ad4f5cdc9a ModelName:vFW f363897c-3105-nodes.vsnCvfc ModelUuid:615b3e40-1a52-495c-8e38-0ef01b059cf2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c42c51db-8d1c-412e-90b7-b7f76b8b80e8 ModelInvariantUuid:95ae6897-872d-4661-ab7f-7310cbe29caf ModelName:VfwF363897c3105.compute.nodes.heat.vsn ModelUuid:dbd76ded-4cc0-4e60-aa84-8d55f913d8b7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:64ab5034-849f-4137-813c-7d255c50e372 ModelInvariantUuid:fb7f8edd-b382-4464-93cb-8ed06d7bd7c9 ModelName:vFW f363897c-3105-nodes.vpgCvfc ModelUuid:a1372340-069d-4b54-8105-5b73a99a3008 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:39c52084-acd7-4a56-8bd7-669111541685 ModelInvariantUuid:5e28472d-8238-46ae-95cf-e26b67410e14 ModelName:VfwF363897c3105.compute.nodes.heat.vpg ModelUuid:c7a65eb8-991f-4e30-aef3-a13da9d68e79 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-24T09:51:13.473Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 8ee25a01-4be2-46e0-98e2-aa63ec8e2873 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-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||vFW f363897c-3105 0 2021-11-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8ee25a01-4be2-46e0-98e2-aa63ec8e2873 2021-11-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 49a2df30-905d-466d-98ec-f2b51523134e from URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json 2021-11-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T09:51:13.475Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json 2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json 49a2df30-905d-466d-98ec-f2b51523134e 785 2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json ASDC sendASDCNotification 2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json 2021-11-24T09:51:13.575Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T09:51:13.576Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:13.577Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:13.578Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747473575, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T09:51:13.678Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:51:13.679Z||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-24T09:51:13.679Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:13.690Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:13.690Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:14.578Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF363897c3105..base_vfw..module-0", "vfModuleModelInvariantUUID": "6b3129a4-64d5-4f23-bd5e-c1c4584c43b5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0eefde15-9469-4273-8ea1-8e646d592f81", "vfModuleModelCustomizationUUID": "c9e43aa4-4152-4825-930e-7d2b67108d7d", "isBase": true, "artifacts": [ "915aed6d-f971-4151-9083-ef1a49d60709", "f47e017c-9a7e-4568-9120-d02e1b7acb68" ], "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-24T09:51:14.584Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF363897c3105..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0eefde15-9469-4273-8ea1-8e646d592f81 VfModuleModelInvariantUUID:6b3129a4-64d5-4f23-bd5e-c1c4584c43b5 VfModuleModelDescription:NULL Artifacts UUID List:{ 915aed6d-f971-4151-9083-ef1a49d60709 , f47e017c-9a7e-4568-9120-d02e1b7acb68 } 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-24T09:51:14.587Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF363897c3105..base_vfw..module-0", "vfModuleModelInvariantUUID": "6b3129a4-64d5-4f23-bd5e-c1c4584c43b5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0eefde15-9469-4273-8ea1-8e646d592f81", "vfModuleModelCustomizationUUID": "c9e43aa4-4152-4825-930e-7d2b67108d7d", "isBase": true, "artifacts": [ "915aed6d-f971-4151-9083-ef1a49d60709", "f47e017c-9a7e-4568-9120-d02e1b7acb68" ], "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-24T09:51:14.587Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF363897c3105..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0eefde15-9469-4273-8ea1-8e646d592f81 VfModuleModelInvariantUUID:6b3129a4-64d5-4f23-bd5e-c1c4584c43b5 VfModuleModelDescription:NULL Artifacts UUID List:{ 915aed6d-f971-4151-9083-ef1a49d60709 , f47e017c-9a7e-4568-9120-d02e1b7acb68 } 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-24T09:51:14.588Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 915aed6d-f971-4151-9083-ef1a49d60709 from URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml 2021-11-24T09:51:14.588Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T09:51:14.588Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml 2021-11-24T09:51:14.864Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml 915aed6d-f971-4151-9083-ef1a49d60709 20368 2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml 2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T09:51:14.865Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:14.867Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:14.867Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747474865, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T09:51:14.968Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:51:14.969Z||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-24T09:51:14.969Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:14.979Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:14.979Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:15.867Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f47e017c-9a7e-4568-9120-d02e1b7acb68 from URL: /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env 2021-11-24T09:51:15.868Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T09:51:15.868Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env 2021-11-24T09:51:16.164Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env f47e017c-9a7e-4568-9120-d02e1b7acb68 2098 2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env 2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T09:51:16.165Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:16.168Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:16.168Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747476165, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-24T09:51:16.268Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:51:16.268Z||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-24T09:51:16.269Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:16.279Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:16.279Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:17.168Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d56aeb60-2690-464f-9e58-d64372e1de3f 2021-11-24T09:51:17.169Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f363897c-3105 0 8ee25a01-4be2-46e0-98e2-aa63ec8e2873 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-24T09:51:17.190Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32db433f, org.onap.sdc.toscaparser.api.parameters.Input@77c69c86, org.onap.sdc.toscaparser.api.parameters.Input@2c67bc7b, org.onap.sdc.toscaparser.api.parameters.Input@12507ad, org.onap.sdc.toscaparser.api.parameters.Input@690f6e0d] 2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= f8c01e47-b09e-4903-9174-69ddcc612467 2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f8c01e47-b09e-4903-9174-69ddcc612467 matches Tosca VF Customization UUID: f8c01e47-b09e-4903-9174-69ddcc612467 2021-11-24T09:51:17.191Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: f8c01e47-b09e-4903-9174-69ddcc612467 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-24T09:51:17.193Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.193Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id f8c01e47-b09e-4903-9174-69ddcc612467: {\"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-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@124a68f9 2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9e43aa4-4152-4825-930e-7d2b67108d7d 2021-11-24T09:51:17.194Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9e43aa4-4152-4825-930e-7d2b67108d7d 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-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-24T09:51:17.196Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:17.197Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6fe50ea5-1902-4e6b-a9da-4e16b3c2faeb 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-24T09:51:17.198Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:17.199Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria 2021-11-24T09:51:17.200Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:17.200Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=45799f85-b61b-45b5-ae2f-e9e2aeb377d8 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-24T09:51:17.201Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.201Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:17.201Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is not matching search criteria 2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:17.203Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria 2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria 2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2021-11-24T09:51:17.204Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=64ab5034-849f-4137-813c-7d255c50e372 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-24T09:51:17.205Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Node template vFW f363897c-3105 0 is matching search criteria 2021-11-24T09:51:17.206Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW f363897c-3105 0] matching following query criteria: sdcType=VF, customizationUUID=f8c01e47-b09e-4903-9174-69ddcc612467 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-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d56aeb60-2690-464f-9e58-d64372e1de3f: vFW f363897c-3105 2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:17.207Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.208Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:17.208Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:51:17.208Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Service vFW 2021-11-24 09-46-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:51:17.208Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2021-11-24 09-46-47 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-24T09:51:17.374Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f363897c-3105 8ee25a01-4be2-46e0-98e2-aa63ec8e2873 1 ASDC deployResourceStructure 2021-11-24T09:51:17.374Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json ASDC sendASDCNotification 2021-11-24T09:51:17.374Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json 2021-11-24T09:51:17.374Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T09:51:17.375Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:17.376Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:17.376Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747477374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "DEPLOY_OK" } 2021-11-24T09:51:17.477Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:51:17.477Z||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-24T09:51:17.477Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:17.487Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:17.488Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:18.377Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml ASDC sendASDCNotification 2021-11-24T09:51:18.378Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml 2021-11-24T09:51:18.378Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T09:51:18.378Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:18.380Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:18.381Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747478377, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-24T09:51:18.481Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-24T09:51:18.481Z||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-24T09:51:18.481Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:18.493Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:18.493Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:19.381Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env ASDC sendASDCNotification 2021-11-24T09:51:19.382Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env 2021-11-24T09:51:19.382Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T09:51:19.383Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:19.385Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:19.385Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747479381, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-24T09:51:19.485Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:51:19.486Z||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-24T09:51:19.486Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:19.497Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:19.497Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:51:20.386Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar ASDC sendASDCNotification 2021-11-24T09:51:20.387Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar 2021-11-24T09:51:20.387Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T09:51:20.387Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:20.389Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:20.389Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747480386, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:51:20.490Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:51:20.490Z||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-24T09:51:20.491Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:20.504Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:20.504Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2021-11-24T09:51:21.390Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 69872c37-dee7-4985-8114-d13a9edc1326 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:51:21.398Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 69872c37-dee7-4985-8114-d13a9edc1326 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-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T09:51:21.401Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-24T09:51:21.405Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T09:51:51.405Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 69872c37-dee7-4985-8114-d13a9edc1326 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-24T09:51:51.413Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 69872c37-dee7-4985-8114-d13a9edc1326 and serviceModelVersionId: d56aeb60-2690-464f-9e58-d64372e1de3f 2021-11-24T09:51:51.413Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8c58f0b-ff15-4336-801e-f1b8caa2175b 2021-11-24T09:51:51.414Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0 2021-11-24T09:51:51.421Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T09:51:51.455Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?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-24T09:51:51.456Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0|INFO|500||Invoke 2021-11-24T09:51:51.482Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T09:51:51.688Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0|INFO|500||InvokeReturn 2021-11-24T09:51:51.689Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8c58f0b-ff15-4336-801e-f1b8caa2175b/model-vers/model-ver/d56aeb60-2690-464f-9e58-d64372e1de3f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211124-09:51:51:489-98096], vertex-id=[188616], Content-Length=[0], Date=[Wed, 24 Nov 2021 09:51:51 GMT], Content-Type=[application/json]} 2021-11-24T09:51:51.690Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-24T09:51:51.690Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T09:51:51.690Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-24T09:51:51.697Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||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-24T09:51:51.697Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 69872c37-dee7-4985-8114-d13a9edc1326 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T09:51:51.697Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T09:51:51.698Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:51:51.700Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:51:51.700Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747511697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T09:51:51.801Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:51:51.802Z||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-24T09:51:51.802Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:51.817Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:51.817Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-24T09:51:52.712Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:51:52.712Z|69872c37-dee7-4985-8114-d13a9edc1326|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-24T09:51:52.712Z|69872c37-dee7-4985-8114-d13a9edc1326|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:51:57.633Z||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-24T09:51:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:51:57.651Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:51:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:51:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d39b1311-1fa8-43f0-a562-a08655b0d780", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747457791, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T09:51:57.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:52:02.242Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:52:02.243Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:52:02.243Z|69872c37-dee7-4985-8114-d13a9edc1326|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-24T09:52:02.243Z|69872c37-dee7-4985-8114-d13a9edc1326|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:52:11.773Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:52:11.773Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:52:11.774Z|69872c37-dee7-4985-8114-d13a9edc1326|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-24T09:52:11.774Z|69872c37-dee7-4985-8114-d13a9edc1326|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:52:21.304Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:52:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:52:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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-24T09:52:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:52:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:52:57.633Z||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-24T09:52:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:52:58.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:52:58.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:52:58.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:52:58.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "NOTIFIED" } 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "NOTIFIED" } 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:52:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747458804, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747470661, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747473575, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747474865, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747476165, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747477374, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/vfwf363897c31050_modules.json", "status": "DEPLOY_OK" } 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747478377, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747479381, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/resourceInstances/vfwf363897c31050/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747480386, "artifactURL": "/sdc/v1/catalog/services/Vfw20211124094647/1.0/artifacts/service-Vfw20211124094647-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:52:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:52:58.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:52:58.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "69872c37-dee7-4985-8114-d13a9edc1326", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747511697, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T09:52:58.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:53:07.167Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:53:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:53:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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-24T09:53:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:53:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:53:57.633Z||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-24T09:53:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:54:07.169Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:54:07.173Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:54:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:54:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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-24T09:54:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:54:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:54:57.633Z||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-24T09:54:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:55:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:55:07.174Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:55:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:55:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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-24T09:55:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:55:57.632Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:55:57.633Z||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-24T09:55:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:56:07.169Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:56:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:56:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:56:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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-24T09:56:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:56:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:56:57.633Z||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-24T09:56:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:57:07.169Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:57:07.169Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:57:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:57:57.631Z|69872c37-dee7-4985-8114-d13a9edc1326|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-24T09:57:57.632Z|69872c37-dee7-4985-8114-d13a9edc1326|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:57:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:57:57.633Z||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-24T09:57:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:58:00.415Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:58:00.415Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T09:58:00.416Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e89383f-555d-411f-a9e0-1db25788152f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9c382c8a-784d-4d63-b079-664167c45d5a","serviceDescription":"service","serviceInvariantUUID":"51a57cb6-486b-48b3-b7ce-7fe33f75d37b","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3620f2c2-8914-4f8c-b25e-4affe5eca66c","resourceInvariantUUID":"502ad6fa-1589-431a-99a5-e36d1ee1ff7b","resourceCustomizationUUID":"4ef704b1-dddf-44b7-b548-eb1e0d3a9ef2","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"MTE4ODNkOGIwNzViM2Q4NmMyNDY0YTk4MTIyNDQ2Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"788ebfb6-1dd9-49b4-9c10-0888deba8bb0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDIxMmYzYTA4NTA2NjgyMDMyOGJjMWQ0OGNiMmQ4ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7858ade7-2f41-4a17-aa82-7cbea811f28c","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T09:58:00.418Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:58:00.419Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:58:00.421Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:58:00.421Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747877631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:58:00.521Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:58:00.521Z||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-24T09:58:00.522Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:58:00.535Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:58:00.535Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":4,"count":1} 2021-11-24T09:58:00.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:58:00.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:58:00.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "clamp", "timestamp": 1637747874934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:58:00.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:58:00.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:58:00.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747877631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:58:00.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:58:01.421Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T09:58:01.422Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:58:01.423Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:58:01.423Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747877631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:58:01.524Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T09:58:01.524Z||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-24T09:58:01.524Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:58:01.534Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:58:01.534Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:58:02.425Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "9c382c8a-784d-4d63-b079-664167c45d5a", "serviceDescription": "service", "serviceInvariantUUID": "51a57cb6-486b-48b3-b7ce-7fe33f75d37b", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "4ef704b1-dddf-44b7-b548-eb1e0d3a9ef2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "3620f2c2-8914-4f8c-b25e-4affe5eca66c", "resourceInvariantUUID": "502ad6fa-1589-431a-99a5-e36d1ee1ff7b", "category": "Generic", "subcategory": "Network Elements", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-BasicNetwork-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "artifactChecksum": "NDIxMmYzYTA4NTA2NjgyMDMyOGJjMWQ0OGNiMmQ4ODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7858ade7-2f41-4a17-aa82-7cbea811f28c" } ], "workloadContext": "Production" } 2021-11-24T09:58:02.425Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T09:58:02.425Z|69872c37-dee7-4985-8114-d13a9edc1326|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9c382c8a-784d-4d63-b079-664167c45d5a ASDC 2021-11-24T09:58:02.425Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:8e89383f-555d-411f-a9e0-1db25788152f ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:9c382c8a-784d-4d63-b079-664167c45d5a ServiceInvariantUUID:51a57cb6-486b-48b3-b7ce-7fe33f75d37b ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicNetwork-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ArtifactUUID:7858ade7-2f41-4a17-aa82-7cbea811f28c ArtifactChecksum:NDIxMmYzYTA4NTA2NjgyMDMyOGJjMWQ0OGNiMmQ4ODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:4ef704b1-dddf-44b7-b548-eb1e0d3a9ef2 ResourceInvariantUUID:502ad6fa-1589-431a-99a5-e36d1ee1ff7b ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:3620f2c2-8914-4f8c-b25e-4affe5eca66c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2021-11-24T09:58:02.425Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c382c8a-784d-4d63-b079-664167c45d5a 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-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7858ade7-2f41-4a17-aa82-7cbea811f28c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-24T09:58:02.448Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T09:58:02.449Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-24T09:58:02.742Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T09:58:02.746Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7858ade7-2f41-4a17-aa82-7cbea811f28c 52490 2021-11-24T09:58:02.746Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-24T09:58:02.746Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-24T09:58:02.746Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T09:58:02.747Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:58:02.749Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:58:02.749Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747882746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:58:02.850Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:58:02.850Z||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-24T09:58:02.851Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:58:02.863Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:58:02.863Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:58:03.750Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T09:58:03.752Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T09:58:03.752Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7858ade7-2f41-4a17-aa82-7cbea811f28c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:03.752Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2021-11-24T09:58:03.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:03.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:03.820Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15252216536017895798/Definitions/service-BasicNetwork-template.yml 2021-11-24T09:58:04.122Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T09:58:04.122Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T09:58:04.123Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.124Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:9c382c8a-784d-4d63-b079-664167c45d5a Model Version:NULL Model InvariantUuid:51a57cb6-486b-48b3-b7ce-7fe33f75d37b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:502ad6fa-1589-431a-99a5-e36d1ee1ff7b Model UUID:f2b70a10-4a55-405d-8977-359c2931290f Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:4ef704b1-dddf-44b7-b548-eb1e0d3a9ef2 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2021-11-24T09:58:04.129Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 3620f2c2-8914-4f8c-b25e-4affe5eca66c 2021-11-24T09:58:04.130Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||No resources found for Service: 9c382c8a-784d-4d63-b079-664167c45d5a 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-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500|| 2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 9c382c8a-784d-4d63-b079-664167c45d5a 2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9c382c8a-784d-4d63-b079-664167c45d5a 2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2021-11-24T09:58:04.132Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41ce2316, org.onap.sdc.toscaparser.api.parameters.Input@27988230, org.onap.sdc.toscaparser.api.parameters.Input@28317b46, org.onap.sdc.toscaparser.api.parameters.Input@23d9185e, org.onap.sdc.toscaparser.api.parameters.Input@13bf59a0] 2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.135Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9c382c8a-784d-4d63-b079-664167c45d5a: Generic NeutronNet 2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.136Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T09:58:04.157Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T09:58:04.225Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T09:58:04.227Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T09:58:04.227Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747884225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:58:04.327Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T09:58:04.328Z||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-24T09:58:04.328Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T09:58:04.338Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:58:04.338Z||pool-38-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T09:58:05.229Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:58:05.239Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f 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-24T09:58:05.241Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:58:05.241Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T09:58:05.241Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T09:58:35.242Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:58:35.251Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f 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-24T09:58:35.254Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:58:35.254Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T09:58:35.254Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T09:58:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:58:57.633Z||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-24T09:58:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:58:57.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:58:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:58:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "cds", "timestamp": 1637747872827, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:58:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:05.254Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:59:05.263Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f 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-24T09:59:05.266Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:59:05.266Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T09:59:05.266Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T09:59:35.267Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T09:59:35.278Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f 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-24T09:59:35.281Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T09:59:35.282Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T09:59:35.282Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T09:59:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T09:59:57.633Z||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-24T09:59:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T09:59:57.659Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T09:59:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "clamp", "timestamp": 1637747874934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:59:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747877631, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:59:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "cds", "timestamp": 1637747872827, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:59:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "ves-openapi-manager", "timestamp": 1637747881973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "cds", "timestamp": 1637747882745, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747882746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "multicloud-k8s-id", "timestamp": 1637747882637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "ves-openapi-manager", "timestamp": 1637747881973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T09:59:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "cds", "timestamp": 1637747883750, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-24T09:59:57.670Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f 2021-11-24T09:59:57.670Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f 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-24T09:59:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637747884225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:59:57.679Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "multicloud-k8s-id", "timestamp": 1637747882637, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "clamp", "timestamp": 1637747884680, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "clamp", "timestamp": 1637747886687, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "clamp", "timestamp": 1637747887690, "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-24T09:59:57.683Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f 2021-11-24T09:59:57.683Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f 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-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "dcae-sch", "timestamp": 1637747887286, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "dcae-sch", "timestamp": 1637747887286, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747888812, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747888812, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "policy-id", "timestamp": 1637747889975, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "policy-id", "timestamp": 1637747889975, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747891755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "policy-id", "timestamp": 1637747892776, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747893164, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "policy-id", "timestamp": 1637747893780, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747894167, "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-24T09:59:57.693Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f 2021-11-24T09:59:57.693Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f 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-24T09:59:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "policy-id", "timestamp": 1637747894783, "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-24T09:59:57.701Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f 2021-11-24T09:59:57.701Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f 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-24T09:59:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "aai-ml", "timestamp": 1637747899548, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T09:59:57.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "aai-ml", "timestamp": 1637747899548, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2021-11-24T09:59:57.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T09:59:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "aai-ml", "timestamp": 1637747902245, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T09:59:57.708Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "aai-ml", "timestamp": 1637747905619, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T09:59:57.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T09:59:57.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T09:59:57.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "aai-ml", "timestamp": 1637747906623, "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-24T09:59:57.713Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e89383f-555d-411f-a9e0-1db25788152f 2021-11-24T09:59:57.713Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e89383f-555d-411f-a9e0-1db25788152f 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-24T10:00:05.282Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:00:05.293Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f 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-24T10:00:05.297Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:00:05.298Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:00:05.299Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:00:05.299Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||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-24T10:00:05.303Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T10:00:35.303Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e89383f-555d-411f-a9e0-1db25788152f 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-24T10:00:35.309Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e89383f-555d-411f-a9e0-1db25788152f and serviceModelVersionId: 9c382c8a-784d-4d63-b079-664167c45d5a 2021-11-24T10:00:35.309Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51a57cb6-486b-48b3-b7ce-7fe33f75d37b 2021-11-24T10:00:35.310Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0 2021-11-24T10:00:35.316Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T10:00:35.344Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|INFO|500||Invoke 2021-11-24T10:00:35.344Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e89383f-555d-411f-a9e0-1db25788152f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eda40fd1-e212-4bc0-b2e5-7899ab74a38b], X-ECOMP-RequestID=[8e89383f-555d-411f-a9e0-1db25788152f], X-TransactionId=[], X-ONAP-RequestID=[8e89383f-555d-411f-a9e0-1db25788152f], Content-Type=[application/merge-patch+json]} 2021-11-24T10:00:35.364Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T10:00:35.752Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?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/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211124-10:00:35:370-52525], vertex-id=[200928], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:00:35 GMT], Content-Type=[application/json]} 2021-11-24T10:00:35.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-24T10:00:35.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51a57cb6-486b-48b3-b7ce-7fe33f75d37b/model-vers/model-ver/9c382c8a-784d-4d63-b079-664167c45d5a?depth=0|INFO|500||InvokeReturn 2021-11-24T10:00:35.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T10:00:35.753Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||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-24T10:00:35.756Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||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-24T10:00:35.757Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e89383f-555d-411f-a9e0-1db25788152f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T10:00:35.757Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T10:00:35.757Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:35.759Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:35.759Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748035757, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:00:35.859Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:00:35.860Z||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-24T10:00:35.860Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:35.875Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:35.875Z||pool-39-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-24T10:00:36.771Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:00:36.772Z|8e89383f-555d-411f-a9e0-1db25788152f|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-24T10:00:36.772Z|8e89383f-555d-411f-a9e0-1db25788152f|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:41.856Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:41.856Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T10:00:41.856Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a2e4835d-ba7e-460e-b56f-c8656d19c2da","serviceName":"Demo_pNF_ZJqcRvNHt3T41PvhF5VI","serviceVersion":"1.0","serviceUUID":"debbec5d-e052-4ba1-8826-5e52290794eb","serviceDescription":"catalog service description","serviceInvariantUUID":"66d82c11-bd43-4a13-b902-e29818c2aadb","resources":[{"resourceInstanceName":"pNF 45b45f3f-3052 0","resourceName":"pNF 45b45f3f-3052","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a3f01aea-4a7e-4404-bfa3-5ba029d6e15c","resourceInvariantUUID":"e1af2297-62db-4f8b-b00f-5ccfa353e123","resourceCustomizationUUID":"3de813c6-7f0f-42bd-90f3-cc1330b4c4d0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml","artifactChecksum":"ODg5MGU0ODcyYjQyMzY5MzhkMDA1NWUwZTlhNzIzNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4350a0f-326c-48dd-afb4-05a6d6ba07f3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar","artifactChecksum":"NTc1ZDk0ZTNhNzQ1NDYyODQ1YTVjMDRmNjRmZThkODQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ee373930-788d-415c-9a7f-daf1086e3cf5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1820f0e3-2f4b-494b-9e52-23a20cd79a0e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml","artifactChecksum":"NTIzNjcyMWM5OTg3NmE0NjM3ZDVmYWNhODNkNmI0YjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"729653d0-4b68-41e4-8a34-c470c6d6ae8e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e20a36-dc0e-410a-a6d7-97df0d47572a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1f59286e-f6f6-4104-b050-d123cf8d33ec","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml","artifactChecksum":"MzdjODY4ZmI0ZjMwOGM1YTk0YTQwYTIxMjQ4MTIzNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65343dae-794c-4ce9-82d0-dfae02308caf","artifactVersion":"1"},{"artifactName":"service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar","artifactChecksum":"OGIwMjVhYzhkODBjYjQxMmU2ZDE4ODllNzc4NzE4OGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78951379-e14f-44fb-9743-cf0480a779f9","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T10:00:41.858Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:00:41.858Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:41.860Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:41.860Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:41.961Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:00:41.961Z||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-24T10:00:41.962Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:41.972Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:41.973Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:42.861Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:00:42.862Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:42.864Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:42.864Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:42.964Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:00:42.965Z||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-24T10:00:42.965Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:42.976Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:42.976Z||pool-41-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:43.864Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:00:43.865Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:43.866Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:43.867Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:43.967Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:00:43.968Z||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-24T10:00:43.968Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:43.979Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:43.979Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:44.867Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:00:44.868Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:44.870Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:44.870Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:44.971Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:00:44.971Z||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-24T10:00:44.972Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:44.981Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:44.982Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:45.871Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:00:45.872Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:45.874Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:45.874Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:45.974Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:00:45.975Z||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-24T10:00:45.975Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:45.985Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:45.985Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:46.875Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:00:46.876Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:46.878Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:46.878Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:46.978Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:00:46.979Z||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-24T10:00:46.979Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:46.990Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:46.990Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:47.878Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:00:47.879Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:47.882Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:47.882Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:47.982Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:00:47.983Z||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-24T10:00:47.983Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:47.993Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:47.993Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:48.883Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:00:48.884Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:48.886Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:48.887Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:00:48.987Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:00:48.987Z||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-24T10:00:48.988Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:48.998Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:48.998Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:49.888Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "serviceName": "Demo_pNF_ZJqcRvNHt3T41PvhF5VI", "serviceVersion": "1.0", "serviceUUID": "debbec5d-e052-4ba1-8826-5e52290794eb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "66d82c11-bd43-4a13-b902-e29818c2aadb", "resources": [ { "resourceInstanceName": "pNF 45b45f3f-3052 0", "resourceCustomizationUUID": "3de813c6-7f0f-42bd-90f3-cc1330b4c4d0", "resourceName": "pNF 45b45f3f-3052", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a3f01aea-4a7e-4404-bfa3-5ba029d6e15c", "resourceInvariantUUID": "e1af2297-62db-4f8b-b00f-5ccfa353e123", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "artifactChecksum": "OGIwMjVhYzhkODBjYjQxMmU2ZDE4ODllNzc4NzE4OGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "78951379-e14f-44fb-9743-cf0480a779f9" } ], "workloadContext": "Production" } 2021-11-24T10:00:49.888Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T10:00:49.888Z|8e89383f-555d-411f-a9e0-1db25788152f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 debbec5d-e052-4ba1-8826-5e52290794eb ASDC 2021-11-24T10:00:49.889Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:a2e4835d-ba7e-460e-b56f-c8656d19c2da ServiceName:Demo_pNF_ZJqcRvNHt3T41PvhF5VI ServiceVersion:1.0 ServiceUUID:debbec5d-e052-4ba1-8826-5e52290794eb ServiceInvariantUUID:66d82c11-bd43-4a13-b902-e29818c2aadb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar ArtifactUUID:78951379-e14f-44fb-9743-cf0480a779f9 ArtifactChecksum:OGIwMjVhYzhkODBjYjQxMmU2ZDE4ODllNzc4NzE4OGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 45b45f3f-3052 0 ResourceCustomizationUUID:3de813c6-7f0f-42bd-90f3-cc1330b4c4d0 ResourceInvariantUUID:e1af2297-62db-4f8b-b00f-5ccfa353e123 ResourceName:pNF 45b45f3f-3052 ResourceType:PNF ResourceUUID:a3f01aea-4a7e-4404-bfa3-5ba029d6e15c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-24T10:00:49.889Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF debbec5d-e052-4ba1-8826-5e52290794eb 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-24T10:00:49.909Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:00:49.909Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:00:49.910Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:00:49.910Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 78951379-e14f-44fb-9743-cf0480a779f9 from URL: /sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:49.910Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:00:49.910Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:50.061Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:00:50.069Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 78951379-e14f-44fb-9743-cf0480a779f9 82641 2021-11-24T10:00:50.070Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar ASDC sendASDCNotification 2021-11-24T10:00:50.070Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:50.070Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:00:50.070Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:50.072Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:50.073Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748050070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:00:50.173Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:00:50.174Z||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-24T10:00:50.174Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:50.184Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:50.184Z||pool-48-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:51.074Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:00:51.075Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:00:51.075Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 78951379-e14f-44fb-9743-cf0480a779f9, URL: /sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar to file: /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.076Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.076Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.076Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.155Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP116714954028331308/Definitions/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||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-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||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-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||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-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||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-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 45b45f3f-3052 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-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||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-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:00:51.674Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Node template pNF 45b45f3f-3052 0 is matching search criteria 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 45b45f3f-3052 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Node template pNF 45b45f3f-3052 0 is matching search criteria 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 45b45f3f-3052 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:00:51.675Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:00:51.676Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:00:51.676Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:00:51.676Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ZJqcRvNHt3T41PvhF5VI Description:catalog service description Model UUID:debbec5d-e052-4ba1-8826-5e52290794eb Model Version:NULL Model InvariantUuid:66d82c11-bd43-4a13-b902-e29818c2aadb 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-24T10:00:51.680Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: a3f01aea-4a7e-4404-bfa3-5ba029d6e15c 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-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||pNF 45b45f3f-3052 0 2021-11-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a3f01aea-4a7e-4404-bfa3-5ba029d6e15c 2021-11-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||No resources found for Service: debbec5d-e052-4ba1-8826-5e52290794eb 2021-11-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: debbec5d-e052-4ba1-8826-5e52290794eb 2021-11-24T10:00:51.682Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 45b45f3f-3052 0 a3f01aea-4a7e-4404-bfa3-5ba029d6e15c 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-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20978aae, org.onap.sdc.toscaparser.api.parameters.Input@42610ae1, org.onap.sdc.toscaparser.api.parameters.Input@10c06084, org.onap.sdc.toscaparser.api.parameters.Input@35f17e7f, org.onap.sdc.toscaparser.api.parameters.Input@292f4095] 2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid debbec5d-e052-4ba1-8826-5e52290794eb: pNF 45b45f3f-3052 2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Processing PNF resource: a3f01aea-4a7e-4404-bfa3-5ba029d6e15c 2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:00:51.685Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_ZJqcRvNHt3T41PvhF5VI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:00:51.686Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||Resource customization UUID: 3de813c6-7f0f-42bd-90f3-cc1330b4c4d0 is the same as notified resource customizationUUID: 3de813c6-7f0f-42bd-90f3-cc1330b4c4d0 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-24T10:00:51.729Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 45b45f3f-3052 a3f01aea-4a7e-4404-bfa3-5ba029d6e15c 0 ASDC deployResourceStructure 2021-11-24T10:00:51.730Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar ASDC sendASDCNotification 2021-11-24T10:00:51.730Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar 2021-11-24T10:00:51.730Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:00:51.730Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:00:51.731Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:00:51.732Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748051730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:00:51.832Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:00:51.833Z||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-24T10:00:51.833Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:51.843Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:51.843Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:00:52.732Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:00:52.743Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:00:52.745Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:00:52.745Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:00:52.745Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:00:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:00:57.633Z||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-24T10:00:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:00:57.653Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:00:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747981973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747977827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "multicloud-k8s-id", "timestamp": 1637747982638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747978812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747981973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747977827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "multicloud-k8s-id", "timestamp": 1637747982638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747978812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "dcae-sch", "timestamp": 1637747987286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747981973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747977827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "multicloud-k8s-id", "timestamp": 1637747982638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747978812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "dcae-sch", "timestamp": 1637747987286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747981973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747977827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "multicloud-k8s-id", "timestamp": 1637747982638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747978812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "dcae-sch", "timestamp": 1637747987286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637747989548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747981973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747977827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "multicloud-k8s-id", "timestamp": 1637747982638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747989975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747978812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "dcae-sch", "timestamp": 1637747987286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637747989548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747981973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-24T10:00:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747977827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "multicloud-k8s-id", "timestamp": 1637747982638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747989975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747978812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "dcae-sch", "timestamp": 1637747987286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637747989548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747981973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747977827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "multicloud-k8s-id", "timestamp": 1637747982638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747989975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747978812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "dcae-sch", "timestamp": 1637747987286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637747989548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747981973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747977827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "multicloud-k8s-id", "timestamp": 1637747982638, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747989975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747978812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "dcae-sch", "timestamp": 1637747987286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637747989548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747989975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "dcae-sch", "timestamp": 1637747987286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747994974, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747994982, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747995156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637747989548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637747994934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747989975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "cds", "timestamp": 1637747995979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-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-24T10:00:57.672Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a2e4835d-ba7e-460e-b56f-c8656d19c2da 2021-11-24T10:00:57.673Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:00:57.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637747989548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747996328, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637747994934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747996599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747989975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637747989548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:00:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "ves-openapi-manager", "timestamp": 1637747997331, "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-24T10:00:57.682Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of a2e4835d-ba7e-460e-b56f-c8656d19c2da 2021-11-24T10:00:57.682Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:01:22.745Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:01:22.756Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:01:22.758Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:01:22.758Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:01:22.759Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:01:52.759Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:01:52.767Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:01:52.769Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:01:52.769Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:01:52.769Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:01:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:01:57.633Z||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-24T10:01:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:01:57.654Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:01:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:01:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637747994934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:01:57.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:22.769Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:02:22.778Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:02:22.781Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:02:22.782Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:02:22.782Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:02:52.782Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:02:52.790Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:02:52.792Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:02:52.792Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:02:52.792Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:02:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:02:57.634Z||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-24T10:02:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:02:57.669Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:02:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637747997604, "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-24T10:02:57.679Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a2e4835d-ba7e-460e-b56f-c8656d19c2da 2021-11-24T10:02:57.679Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:02:57.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747989975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:02:57.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637747998480, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:02:57.688Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:02:57.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637747994934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747998821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637747994934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637747999825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:02:57.689Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:02:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637747994934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "policy-id", "timestamp": 1637748000828, "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-24T10:02:57.694Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a2e4835d-ba7e-460e-b56f-c8656d19c2da 2021-11-24T10:02:57.694Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:02:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637747994934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637747994934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:02:57.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637748003568, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:02:57.702Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:02:57.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "aai-ml", "timestamp": 1637748004571, "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-24T10:02:57.706Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a2e4835d-ba7e-460e-b56f-c8656d19c2da 2021-11-24T10:02:57.706Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:02:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637748006698, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:02:57.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:02:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637748008706, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:02:57.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:02:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "clamp", "timestamp": 1637748009708, "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-24T10:02:57.717Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a2e4835d-ba7e-460e-b56f-c8656d19c2da 2021-11-24T10:02:57.717Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:02:57.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e89383f-555d-411f-a9e0-1db25788152f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748035757, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:02:57.723Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:02:57.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.723Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/resourceInstances/pnf45b45f3f30520/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748036771, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:02:57.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:02:57.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748050070, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:02:57.725Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:02:57.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:02:57.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748051730, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZjqcrvnht3t41pvhf5vi/1.0/artifacts/service-DemoPnfZjqcrvnht3t41pvhf5vi-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:02:57.725Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:22.792Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:03:22.802Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:03:22.804Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:03:22.805Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||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-24T10:03:22.809Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T10:03:52.809Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da 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-24T10:03:52.814Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a2e4835d-ba7e-460e-b56f-c8656d19c2da and serviceModelVersionId: debbec5d-e052-4ba1-8826-5e52290794eb 2021-11-24T10:03:52.815Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 66d82c11-bd43-4a13-b902-e29818c2aadb 2021-11-24T10:03:52.816Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/66d82c11-bd43-4a13-b902-e29818c2aadb/model-vers/model-ver/debbec5d-e052-4ba1-8826-5e52290794eb?depth=0 2021-11-24T10:03:52.822Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T10:03:52.848Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66d82c11-bd43-4a13-b902-e29818c2aadb/model-vers/model-ver/debbec5d-e052-4ba1-8826-5e52290794eb?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-24T10:03:52.849Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66d82c11-bd43-4a13-b902-e29818c2aadb/model-vers/model-ver/debbec5d-e052-4ba1-8826-5e52290794eb?depth=0|INFO|500||Invoke 2021-11-24T10:03:52.877Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66d82c11-bd43-4a13-b902-e29818c2aadb/model-vers/model-ver/debbec5d-e052-4ba1-8826-5e52290794eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T10:03:53.253Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66d82c11-bd43-4a13-b902-e29818c2aadb/model-vers/model-ver/debbec5d-e052-4ba1-8826-5e52290794eb?depth=0|INFO|500||InvokeReturn 2021-11-24T10:03:53.254Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/66d82c11-bd43-4a13-b902-e29818c2aadb/model-vers/model-ver/debbec5d-e052-4ba1-8826-5e52290794eb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211124-10:03:52:884-67470], vertex-id=[348168], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:03:52 GMT], Content-Type=[application/json]} 2021-11-24T10:03:53.254Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-24T10:03:53.254Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T10:03:53.254Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||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-24T10:03:53.258Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||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-24T10:03:53.258Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a2e4835d-ba7e-460e-b56f-c8656d19c2da and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T10:03:53.258Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T10:03:53.258Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:03:53.259Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:03:53.259Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748233258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:03:53.360Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:03:53.361Z||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-24T10:03:53.361Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:03:53.376Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:03:53.376Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-24T10:03:54.270Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:03:54.270Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|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-24T10:03:54.271Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:03:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:03:57.633Z||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-24T10:03:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:03:57.647Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:03:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "dcae-sch", "timestamp": 1637748127286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "cds", "timestamp": 1637748127827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748128812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748129975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "cds", "timestamp": 1637748127827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "dcae-sch", "timestamp": 1637748127286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748128812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748129975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "dcae-sch", "timestamp": 1637748127286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "cds", "timestamp": 1637748127827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748128812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748129975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "cds", "timestamp": 1637748127827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "dcae-sch", "timestamp": 1637748127286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748128812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748129975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "cds", "timestamp": 1637748127827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "dcae-sch", "timestamp": 1637748127286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748128812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748129975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748139548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "dcae-sch", "timestamp": 1637748127286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "cds", "timestamp": 1637748127827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748128812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748129975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748139548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "cds", "timestamp": 1637748127827, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "dcae-sch", "timestamp": 1637748127286, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748128812, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748129975, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748139548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748142565, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "ves-openapi-manager", "timestamp": 1637748141973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "cds", "timestamp": 1637748142839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748142964, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748139548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748142637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "ves-openapi-manager", "timestamp": 1637748141973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "cds", "timestamp": 1637748143843, "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-24T10:03:57.680Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e665c27f-84ab-4808-9dee-cf193b25c2e0 2021-11-24T10:03:57.680Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e665c27f-84ab-4808-9dee-cf193b25c2e0 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-24T10:03:57.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748143967, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:03:57.689Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748139548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748142637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:03:57.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748144513, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:03:57.690Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.690Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.690Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "ves-openapi-manager", "timestamp": 1637748141973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.690Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "policy-id", "timestamp": 1637748144970, "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-24T10:03:57.694Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e665c27f-84ab-4808-9dee-cf193b25c2e0 2021-11-24T10:03:57.695Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e665c27f-84ab-4808-9dee-cf193b25c2e0 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-24T10:03:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748139548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748142637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-24T10:03:57.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748145516, "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-24T10:03:57.704Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e665c27f-84ab-4808-9dee-cf193b25c2e0 2021-11-24T10:03:57.705Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e665c27f-84ab-4808-9dee-cf193b25c2e0 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-24T10:03:57.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748144934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "ves-openapi-manager", "timestamp": 1637748141973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748139548, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748142637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748144934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "ves-openapi-manager", "timestamp": 1637748141973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748142637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748147364, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748144934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "ves-openapi-manager", "timestamp": 1637748141973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748142637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748144934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "ves-openapi-manager", "timestamp": 1637748141973, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748144846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748147286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748142637, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748144934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748144846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748147286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748150449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748144934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748149975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748144846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748147286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748144934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748149975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748151654, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748147286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748144846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748149975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748152768, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748144846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748147286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.716Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748149975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748144846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748147286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748153931, "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-24T10:03:57.720Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e665c27f-84ab-4808-9dee-cf193b25c2e0 2021-11-24T10:03:57.720Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e665c27f-84ab-4808-9dee-cf193b25c2e0 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-24T10:03:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748149975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748154766, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748144846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748147286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "multicloud-k8s-id", "timestamp": 1637748154935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:03:57.725Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748149975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "aai-ml", "timestamp": 1637748155769, "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-24T10:03:57.727Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e665c27f-84ab-4808-9dee-cf193b25c2e0 2021-11-24T10:03:57.727Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e665c27f-84ab-4808-9dee-cf193b25c2e0 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-24T10:03:57.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748144846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748147286, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748149975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748156726, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748157468, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748149975, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748158425, "artifactURL": "/sdc/v1/catalog/services/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345/resourceInstances/basicclamp0/artifacts/278ac819-713c-47dd-8b54-cd0dd291330c", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "cds", "timestamp": 1637748158473, "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-24T10:03:57.745Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c66614f8-7f33-4936-b670-27ab645efeda 2021-11-24T10:03:57.746Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:03:57.751Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748158733, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748158870, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748158812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748159646, "artifactURL": "/sdc/v1/catalog/services/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345/resourceInstances/basicclamp0/artifacts/278ac819-713c-47dd-8b54-cd0dd291330c", "status": "DEPLOY_OK" } 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.752Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "clamp", "timestamp": 1637748159736, "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-24T10:03:57.755Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e665c27f-84ab-4808-9dee-cf193b25c2e0 2021-11-24T10:03:57.755Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e665c27f-84ab-4808-9dee-cf193b25c2e0 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-24T10:03:57.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748159873, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:03:57.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748158812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "dcae-sch", "timestamp": 1637748160650, "artifactURL": "/sdc/v1/catalog/services/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345/resourceInstances/basicclamp0/artifacts/278ac819-713c-47dd-8b54-cd0dd291330c", "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-24T10:03:57.767Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of c66614f8-7f33-4936-b670-27ab645efeda 2021-11-24T10:03:57.767Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:03:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "policy-id", "timestamp": 1637748160875, "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-24T10:03:57.778Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c66614f8-7f33-4936-b670-27ab645efeda 2021-11-24T10:03:57.778Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:03:57.786Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748158812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.787Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748158812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.787Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "ves-openapi-manager", "timestamp": 1637748161973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748162637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.788Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748158812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.788Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "ves-openapi-manager", "timestamp": 1637748161973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748162637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748158812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "ves-openapi-manager", "timestamp": 1637748161973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748162637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:03:57.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748158812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "ves-openapi-manager", "timestamp": 1637748161973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748162637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-24T10:03:57.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748158812, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "ves-openapi-manager", "timestamp": 1637748161973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748162637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748167585, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "ves-openapi-manager", "timestamp": 1637748161973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748162637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "ves-openapi-manager", "timestamp": 1637748161973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748162637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748169471, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "ves-openapi-manager", "timestamp": 1637748161973, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748169548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748162637, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748170474, "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-24T10:03:57.799Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c66614f8-7f33-4936-b670-27ab645efeda 2021-11-24T10:03:57.800Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:03:57.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748169548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748171555, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748169548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748172674, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748169548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748173779, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748169548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748174798, "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-24T10:03:57.810Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c66614f8-7f33-4936-b670-27ab645efeda 2021-11-24T10:03:57.810Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:03:57.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748169548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748174934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.814Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "multicloud-k8s-id", "timestamp": 1637748175802, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:03:57.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:03:57.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748169548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748174934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:57.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:57.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:03:57.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748169548, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:03:57.815Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:03:59.104Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:03:59.105Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T10:03:59.105Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e665c27f-84ab-4808-9dee-cf193b25c2e0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1b7d5a5e-ea1c-4caf-a957-c8410fd161ae","serviceDescription":"service","serviceInvariantUUID":"5aaf5336-367a-4c8b-8f76-6cf2dc3b088c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31f6d4a0-7fe7-4c81-aaed-ef4902a3a27e","resourceInvariantUUID":"0484d72f-c3ca-4214-8a94-c1dbf011e6be","resourceCustomizationUUID":"bd357767-9460-45d3-9dc2-66fbf5d113a3","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":"MjMzZjM3N2VhMjk5ODMwNzlkZmI3NDIyMDJjYTYwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a8b6e5d-d772-4eb3-95e7-6d85f9626443","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":"MGZkZTdiNDYyZjM3MWNkY2M2MzRjOGY5MzIwMmI0MjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b7f73f58-60b3-47dc-8b49-ba8cf22270cf","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":"60c67ade-13e2-4caf-9c85-12e01a31ac4a","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":"57a8ba5d-c198-4844-b909-2442c15a9a10","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":"527c935c-cd0b-4fab-864a-7fc3e27157f1","artifactVersion":"2","generatedFromUUID":"60c67ade-13e2-4caf-9c85-12e01a31ac4a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjI5MzFiZDQ1MzM4MzNkMTI0Y2Q3ZTRiZmE2MGUwZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f785d8f7-f7c7-401f-b55e-3d6da42ed9d1","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NWY2NDkwOGY5NjJkMjE4YjMyYWNkOTE0ODVlMzFmYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e6af4bf-71db-496a-93fe-b52998c48edb","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T10:03:59.107Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:03:59.108Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:03:59.110Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:03:59.110Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:03:59.210Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:03:59.211Z||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-24T10:03:59.211Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:03:59.224Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:03:59.225Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:00.110Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:00.111Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:00.113Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:00.113Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:04:00.214Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:04:00.215Z||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-24T10:04:00.215Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:00.225Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:00.225Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:01.114Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:01.114Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:01.116Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:01.116Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-24T10:04:01.217Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:04:01.217Z||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-24T10:04:01.218Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:01.228Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:01.229Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:02.117Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:02.117Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:02.119Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:02.119Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:04:02.220Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:02.220Z||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-24T10:04:02.221Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:02.232Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:02.232Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:03.120Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:03.121Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:03.123Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:03.124Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-24T10:04:03.224Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:03.224Z||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-24T10:04:03.225Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:03.239Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:03.239Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:04.125Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:04.126Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:04.128Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:04.128Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:04:04.228Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:04.229Z||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-24T10:04:04.229Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:04.240Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:04.241Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:05.129Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:05.130Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:05.132Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:05.132Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:04:05.232Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:05.233Z||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-24T10:04:05.233Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:05.248Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:05.248Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:06.134Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "1b7d5a5e-ea1c-4caf-a957-c8410fd161ae", "serviceDescription": "service", "serviceInvariantUUID": "5aaf5336-367a-4c8b-8f76-6cf2dc3b088c", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "bd357767-9460-45d3-9dc2-66fbf5d113a3", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "31f6d4a0-7fe7-4c81-aaed-ef4902a3a27e", "resourceInvariantUUID": "0484d72f-c3ca-4214-8a94-c1dbf011e6be", "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": "MGZkZTdiNDYyZjM3MWNkY2M2MzRjOGY5MzIwMmI0MjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b7f73f58-60b3-47dc-8b49-ba8cf22270cf", "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": "60c67ade-13e2-4caf-9c85-12e01a31ac4a", "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": "527c935c-cd0b-4fab-864a-7fc3e27157f1", "generatedFromUUID": "60c67ade-13e2-4caf-9c85-12e01a31ac4a" }, "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": "527c935c-cd0b-4fab-864a-7fc3e27157f1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NWY2NDkwOGY5NjJkMjE4YjMyYWNkOTE0ODVlMzFmYmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9e6af4bf-71db-496a-93fe-b52998c48edb" } ], "workloadContext": "Production" } 2021-11-24T10:04:06.134Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T10:04:06.134Z|a2e4835d-ba7e-460e-b56f-c8656d19c2da|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1b7d5a5e-ea1c-4caf-a957-c8410fd161ae ASDC 2021-11-24T10:04:06.134Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e665c27f-84ab-4808-9dee-cf193b25c2e0 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:1b7d5a5e-ea1c-4caf-a957-c8410fd161ae ServiceInvariantUUID:5aaf5336-367a-4c8b-8f76-6cf2dc3b088c 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:9e6af4bf-71db-496a-93fe-b52998c48edb ArtifactChecksum:NWY2NDkwOGY5NjJkMjE4YjMyYWNkOTE0ODVlMzFmYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:bd357767-9460-45d3-9dc2-66fbf5d113a3 ResourceInvariantUUID:0484d72f-c3ca-4214-8a94-c1dbf011e6be ResourceName:basic_vm ResourceType:VF ResourceUUID:31f6d4a0-7fe7-4c81-aaed-ef4902a3a27e 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:b7f73f58-60b3-47dc-8b49-ba8cf22270cf ArtifactChecksum:MGZkZTdiNDYyZjM3MWNkY2M2MzRjOGY5MzIwMmI0MjI= 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:60c67ade-13e2-4caf-9c85-12e01a31ac4a 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:527c935c-cd0b-4fab-864a-7fc3e27157f1 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:527c935c-cd0b-4fab-864a-7fc3e27157f1 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-24T10:04:06.134Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1b7d5a5e-ea1c-4caf-a957-c8410fd161ae 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-24T10:04:06.157Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:04:06.158Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:04:06.158Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:04:06.158Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9e6af4bf-71db-496a-93fe-b52998c48edb from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-24T10:04:06.158Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:04:06.158Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2021-11-24T10:04:06.373Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:04:06.380Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 9e6af4bf-71db-496a-93fe-b52998c48edb 71034 2021-11-24T10:04:06.380Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:06.381Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:06.381Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:04:06.381Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:06.383Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:06.383Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748246380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:04:06.484Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:06.484Z||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-24T10:04:06.484Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:06.495Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:06.495Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:07.383Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:04:07.385Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:04:07.385Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9e6af4bf-71db-496a-93fe-b52998c48edb, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-24T10:04:07.386Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2021-11-24T10:04:07.386Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2021-11-24T10:04:07.386Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2021-11-24T10:04:07.496Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4996632991983155517/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-24T10:04:08.322Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T10:04:08.322Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:04:08.322Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2021-11-24T10:04:08.322Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-24T10:04:08.323Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-24T10:04:08.324Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:04:08.325Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.325Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-24T10:04:08.325Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:04:08.326Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.326Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-24T10:04:08.326Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:04:08.327Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.327Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-24T10:04:08.327Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-24T10:04:08.327Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-24T10:04:08.328Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=42adc34e-b820-4ab2-8632-c2d1be693844 2021-11-24T10:04:08.328Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.328Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:08.329Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.329Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:08.329Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.329Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:08.330Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:08.330Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:08.330Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:1b7d5a5e-ea1c-4caf-a957-c8410fd161ae Model Version:NULL Model InvariantUuid:5aaf5336-367a-4c8b-8f76-6cf2dc3b088c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:557b37e7-7397-484d-abe8-0a688049d8e2 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0484d72f-c3ca-4214-8a94-c1dbf011e6be Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bd357767-9460-45d3-9dc2-66fbf5d113a3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:50241f88-f60b-4947-ac33-0b9d65a00da0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:9711167f-9c3a-43d3-9437-d0480ba12f77 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:42adc34e-b820-4ab2-8632-c2d1be693844 ModelInvariantUuid:2f8dcf43-fcc8-48a7-94c3-0877457b0be7 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:faafc16b-a409-4d1e-9f37-75408242cbc1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b1194bb4-b515-4369-9c0d-37d4055ee7ec ModelInvariantUuid:9c3254c2-8103-495c-8b89-0816512f313a ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:8cab91b3-5ee7-4380-bb3c-3ae0357895f7 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-24T10:04:08.335Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 31f6d4a0-7fe7-4c81-aaed-ef4902a3a27e 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-24T10:04:08.338Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||basic_vm 0 2021-11-24T10:04:08.338Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31f6d4a0-7fe7-4c81-aaed-ef4902a3a27e 2021-11-24T10:04:08.338Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b7f73f58-60b3-47dc-8b49-ba8cf22270cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2021-11-24T10:04:08.338Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:04:08.338Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.460Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:04:08.460Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b7f73f58-60b3-47dc-8b49-ba8cf22270cf 787 2021-11-24T10:04:08.461Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.461Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:08.461Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:04:08.462Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:08.464Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:08.464Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748248461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:04:08.564Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-24T10:04:08.565Z||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-24T10:04:08.565Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:08.575Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:08.575Z||pool-59-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:04:09.465Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "50241f88-f60b-4947-ac33-0b9d65a00da0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9711167f-9c3a-43d3-9437-d0480ba12f77", "vfModuleModelCustomizationUUID": "de0ed5e1-5071-4992-846d-43128de44a9f", "isBase": true, "artifacts": [ "60c67ade-13e2-4caf-9c85-12e01a31ac4a", "527c935c-cd0b-4fab-864a-7fc3e27157f1" ], "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-24T10:04:09.469Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9711167f-9c3a-43d3-9437-d0480ba12f77 VfModuleModelInvariantUUID:50241f88-f60b-4947-ac33-0b9d65a00da0 VfModuleModelDescription:NULL Artifacts UUID List:{ 60c67ade-13e2-4caf-9c85-12e01a31ac4a , 527c935c-cd0b-4fab-864a-7fc3e27157f1 } 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-24T10:04:09.472Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "50241f88-f60b-4947-ac33-0b9d65a00da0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9711167f-9c3a-43d3-9437-d0480ba12f77", "vfModuleModelCustomizationUUID": "de0ed5e1-5071-4992-846d-43128de44a9f", "isBase": true, "artifacts": [ "60c67ade-13e2-4caf-9c85-12e01a31ac4a", "527c935c-cd0b-4fab-864a-7fc3e27157f1" ], "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-24T10:04:09.472Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9711167f-9c3a-43d3-9437-d0480ba12f77 VfModuleModelInvariantUUID:50241f88-f60b-4947-ac33-0b9d65a00da0 VfModuleModelDescription:NULL Artifacts UUID List:{ 60c67ade-13e2-4caf-9c85-12e01a31ac4a , 527c935c-cd0b-4fab-864a-7fc3e27157f1 } 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-24T10:04:09.472Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 60c67ade-13e2-4caf-9c85-12e01a31ac4a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2021-11-24T10:04:09.472Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:04:09.473Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:09.667Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:04:09.668Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 60c67ade-13e2-4caf-9c85-12e01a31ac4a 5033 2021-11-24T10:04:09.668Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:09.668Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:09.668Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:04:09.668Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:09.670Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:09.671Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748249668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:04:09.771Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:09.771Z||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-24T10:04:09.771Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:09.781Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:09.782Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:10.671Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 527c935c-cd0b-4fab-864a-7fc3e27157f1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2021-11-24T10:04:10.672Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:04:10.672Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:10.855Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:04:10.855Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 527c935c-cd0b-4fab-864a-7fc3e27157f1 903 2021-11-24T10:04:10.855Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:10.855Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:10.856Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:04:10.856Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:10.857Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:10.858Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748250855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:04:10.958Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:10.958Z||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-24T10:04:10.959Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:10.969Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:10.970Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:11.858Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1b7d5a5e-ea1c-4caf-a957-c8410fd161ae 2021-11-24T10:04:11.859Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 31f6d4a0-7fe7-4c81-aaed-ef4902a3a27e 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-24T10:04:11.868Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@163649c1, org.onap.sdc.toscaparser.api.parameters.Input@6e82f39b, org.onap.sdc.toscaparser.api.parameters.Input@20a506fa, org.onap.sdc.toscaparser.api.parameters.Input@474b1d82, org.onap.sdc.toscaparser.api.parameters.Input@63973ceb] 2021-11-24T10:04:11.869Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.869Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:11.869Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-24T10:04:11.869Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= bd357767-9460-45d3-9dc2-66fbf5d113a3 2021-11-24T10:04:11.869Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd357767-9460-45d3-9dc2-66fbf5d113a3 matches Tosca VF Customization UUID: bd357767-9460-45d3-9dc2-66fbf5d113a3 2021-11-24T10:04:11.869Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: bd357767-9460-45d3-9dc2-66fbf5d113a3 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-24T10:04:11.871Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.871Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:11.871Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id bd357767-9460-45d3-9dc2-66fbf5d113a3: {\"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-24T10:04:11.871Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d52ea99 2021-11-24T10:04:11.872Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.872Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T10:04:11.872Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de0ed5e1-5071-4992-846d-43128de44a9f 2021-11-24T10:04:11.872Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de0ed5e1-5071-4992-846d-43128de44a9f 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-24T10:04:11.873Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.874Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-24T10:04:11.874Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:04:11.874Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.874Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-24T10:04:11.874Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:04:11.874Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.874Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2021-11-24T10:04:11.874Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2021-11-24T10:04:11.874Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2021-11-24T10:04:11.875Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=42adc34e-b820-4ab2-8632-c2d1be693844 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-24T10:04:11.876Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.876Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-24T10:04:11.876Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:04:11.876Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.877Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2021-11-24T10:04:11.877Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=bd357767-9460-45d3-9dc2-66fbf5d113a3 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-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1b7d5a5e-ea1c-4caf-a957-c8410fd161ae: basic_vm 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:11.878Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:11.879Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:11.938Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 31f6d4a0-7fe7-4c81-aaed-ef4902a3a27e 1 ASDC deployResourceStructure 2021-11-24T10:04:11.938Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:11.938Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:11.939Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:04:11.939Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:11.940Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:11.940Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748251938, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:04:12.040Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:12.041Z||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-24T10:04:12.041Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:12.052Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:12.052Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:04:12.941Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:12.942Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:12.942Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:04:12.942Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:12.944Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:12.944Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748252941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:04:13.044Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:13.045Z||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-24T10:04:13.045Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:13.055Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:13.055Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:13.945Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:13.946Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:13.946Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:04:13.946Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:13.948Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:13.949Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748253945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-24T10:04:14.049Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:14.049Z||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-24T10:04:14.049Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:14.060Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:14.060Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:14.949Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:14.950Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:14.950Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:04:14.951Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:14.952Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:14.952Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748254949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:04:15.052Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-24T10:04:15.053Z||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-24T10:04:15.053Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:15.063Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:15.063Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:15.953Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e665c27f-84ab-4808-9dee-cf193b25c2e0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:04:15.962Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e665c27f-84ab-4808-9dee-cf193b25c2e0 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-24T10:04:15.965Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:04:15.965Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T10:04:15.965Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T10:04:15.965Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T10:04:15.965Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:04:15.965Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:04:15.965Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:04:15.966Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:04:15.966Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:04:15.966Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:04:15.966Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:15.970Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T10:04:45.971Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e665c27f-84ab-4808-9dee-cf193b25c2e0 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-24T10:04:45.977Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e665c27f-84ab-4808-9dee-cf193b25c2e0 and serviceModelVersionId: 1b7d5a5e-ea1c-4caf-a957-c8410fd161ae 2021-11-24T10:04:45.977Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5aaf5336-367a-4c8b-8f76-6cf2dc3b088c 2021-11-24T10:04:45.978Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5aaf5336-367a-4c8b-8f76-6cf2dc3b088c/model-vers/model-ver/1b7d5a5e-ea1c-4caf-a957-c8410fd161ae?depth=0 2021-11-24T10:04:45.984Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T10:04:46.006Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aaf5336-367a-4c8b-8f76-6cf2dc3b088c/model-vers/model-ver/1b7d5a5e-ea1c-4caf-a957-c8410fd161ae?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-24T10:04:46.007Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aaf5336-367a-4c8b-8f76-6cf2dc3b088c/model-vers/model-ver/1b7d5a5e-ea1c-4caf-a957-c8410fd161ae?depth=0|INFO|500||Invoke 2021-11-24T10:04:46.023Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aaf5336-367a-4c8b-8f76-6cf2dc3b088c/model-vers/model-ver/1b7d5a5e-ea1c-4caf-a957-c8410fd161ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T10:04:46.671Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aaf5336-367a-4c8b-8f76-6cf2dc3b088c/model-vers/model-ver/1b7d5a5e-ea1c-4caf-a957-c8410fd161ae?depth=0|INFO|500||InvokeReturn 2021-11-24T10:04:46.672Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aaf5336-367a-4c8b-8f76-6cf2dc3b088c/model-vers/model-ver/1b7d5a5e-ea1c-4caf-a957-c8410fd161ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211124-10:04:46:031-38712], vertex-id=[221384], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:04:46 GMT], Content-Type=[application/json]} 2021-11-24T10:04:46.672Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-24T10:04:46.672Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T10:04:46.673Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:46.677Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||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-24T10:04:46.677Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e665c27f-84ab-4808-9dee-cf193b25c2e0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T10:04:46.678Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T10:04:46.678Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:46.680Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:46.680Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748286678, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:04:46.780Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:46.781Z||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-24T10:04:46.781Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:46.796Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:46.796Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-24T10:04:47.690Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T10:04:47.690Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c66614f8-7f33-4936-b670-27ab645efeda","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3aa6e112-7cd5-49cb-bf53-36dbbf9fc345","serviceDescription":"service","serviceInvariantUUID":"e0d356b2-be9c-4f42-b59d-b3c9593f146a","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e1576900-6742-4563-b7b3-e18a55250486","resourceInvariantUUID":"04fe566d-3d03-4728-b137-2fff89b1defb","resourceCustomizationUUID":"271758a5-317d-4c4e-b3e4-bd68cfed88a8","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":"278ac819-713c-47dd-8b54-cd0dd291330c","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":"YzMzZTcyODdmMzg4MGYwMTk2ZWE1MzdhZjY3ODM2MGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9f465490-24eb-4d26-94e7-6e7096c793a6","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":"NTg0ZWJhMGEzYWQwMjRiODQ5ZDg5ZDJhMTQ3ZjNlODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f88949a-b272-432b-8e17-c63f9f12c5cf","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":"1f2062ba-16dd-4479-b260-94280519fa8a","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":"8c326b43-9cf6-4622-943e-e09bd8c0a55c","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":"5fed6c1e-6e21-4711-bf36-d0b75ed6c867","artifactVersion":"2","generatedFromUUID":"1f2062ba-16dd-4479-b260-94280519fa8a"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NDliMDM0OTY2Njg1Y2U1M2MyMjI4OTBlNjRmMTkzZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1d3906a8-2ea5-4082-9cc8-d48553d56e6b","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"MmFjYmU3MzgzNzQ0OTFkNWQ4YTIzMWY5MmVjMTM3MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c6cf32f-ba44-4129-800f-9abcfcbf44d2","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T10:04:47.691Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:47.691Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:47.693Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:47.693Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:04:47.793Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:47.794Z||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-24T10:04:47.794Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:47.805Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:47.805Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:48.693Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:48.695Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:48.697Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:48.697Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:04:48.797Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:48.797Z||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-24T10:04:48.797Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:48.807Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:48.807Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:49.698Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:49.699Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:49.701Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:49.701Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:04:49.802Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:49.803Z||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-24T10:04:49.803Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:49.814Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:49.814Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:50.702Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:50.703Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:50.704Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:50.705Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-24T10:04:50.805Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:50.805Z||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-24T10:04:50.806Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:50.816Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:50.816Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:51.705Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:51.706Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:51.709Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:51.710Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:04:51.810Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:51.810Z||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-24T10:04:51.811Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:51.822Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:51.822Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:52.710Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:52.711Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:52.712Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:52.713Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-24T10:04:52.813Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:52.813Z||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-24T10:04:52.813Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:52.824Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:52.824Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:53.713Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:53.714Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:53.716Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:53.716Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:04:53.816Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:53.817Z||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-24T10:04:53.817Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:53.829Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:53.829Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:54.717Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:04:54.718Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:54.720Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:54.720Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:04:54.820Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:04:54.821Z||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-24T10:04:54.821Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:54.832Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:54.832Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:55.721Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "3aa6e112-7cd5-49cb-bf53-36dbbf9fc345", "serviceDescription": "service", "serviceInvariantUUID": "e0d356b2-be9c-4f42-b59d-b3c9593f146a", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "271758a5-317d-4c4e-b3e4-bd68cfed88a8", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e1576900-6742-4563-b7b3-e18a55250486", "resourceInvariantUUID": "04fe566d-3d03-4728-b137-2fff89b1defb", "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": "NTg0ZWJhMGEzYWQwMjRiODQ5ZDg5ZDJhMTQ3ZjNlODI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7f88949a-b272-432b-8e17-c63f9f12c5cf", "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": "1f2062ba-16dd-4479-b260-94280519fa8a", "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": "5fed6c1e-6e21-4711-bf36-d0b75ed6c867", "generatedFromUUID": "1f2062ba-16dd-4479-b260-94280519fa8a" }, "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": "5fed6c1e-6e21-4711-bf36-d0b75ed6c867", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "MmFjYmU3MzgzNzQ0OTFkNWQ4YTIzMWY5MmVjMTM3MWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7c6cf32f-ba44-4129-800f-9abcfcbf44d2" } ], "workloadContext": "Production" } 2021-11-24T10:04:55.722Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T10:04:55.722Z|e665c27f-84ab-4808-9dee-cf193b25c2e0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3aa6e112-7cd5-49cb-bf53-36dbbf9fc345 ASDC 2021-11-24T10:04:55.722Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:c66614f8-7f33-4936-b670-27ab645efeda ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:3aa6e112-7cd5-49cb-bf53-36dbbf9fc345 ServiceInvariantUUID:e0d356b2-be9c-4f42-b59d-b3c9593f146a 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:7c6cf32f-ba44-4129-800f-9abcfcbf44d2 ArtifactChecksum:MmFjYmU3MzgzNzQ0OTFkNWQ4YTIzMWY5MmVjMTM3MWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:271758a5-317d-4c4e-b3e4-bd68cfed88a8 ResourceInvariantUUID:04fe566d-3d03-4728-b137-2fff89b1defb ResourceName:basicclamp ResourceType:VF ResourceUUID:e1576900-6742-4563-b7b3-e18a55250486 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:7f88949a-b272-432b-8e17-c63f9f12c5cf ArtifactChecksum:NTg0ZWJhMGEzYWQwMjRiODQ5ZDg5ZDJhMTQ3ZjNlODI= 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:1f2062ba-16dd-4479-b260-94280519fa8a 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:5fed6c1e-6e21-4711-bf36-d0b75ed6c867 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:5fed6c1e-6e21-4711-bf36-d0b75ed6c867 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-24T10:04:55.723Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3aa6e112-7cd5-49cb-bf53-36dbbf9fc345 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-24T10:04:55.749Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:04:55.749Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:04:55.750Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:04:55.750Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7c6cf32f-ba44-4129-800f-9abcfcbf44d2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-24T10:04:55.750Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:04:55.750Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2021-11-24T10:04:56.150Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:04:56.156Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 7c6cf32f-ba44-4129-800f-9abcfcbf44d2 73639 2021-11-24T10:04:56.157Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:56.157Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:56.157Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:04:56.157Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:56.158Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:56.158Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748296156, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:04:56.259Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:04:56.259Z||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-24T10:04:56.259Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:56.268Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:56.269Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:04:57.159Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:04:57.160Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:04:57.160Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7c6cf32f-ba44-4129-800f-9abcfcbf44d2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-24T10:04:57.161Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2021-11-24T10:04:57.161Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-24T10:04:57.161Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-24T10:04:57.249Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11223568653186407153/Definitions/service-Basicclamp-template.yml 2021-11-24T10:04:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:04:57.633Z||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-24T10:04:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:57.652Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:04:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748174934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:04:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 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-24T10:04:58.028Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2021-11-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2021-11-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-24T10:04:58.029Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T10:04:58.030Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7a48aa5-9913-418b-ae3c-56cc42307560 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.031Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:58.032Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:04:58.032Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:04:58.032Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:3aa6e112-7cd5-49cb-bf53-36dbbf9fc345 Model Version:NULL Model InvariantUuid:e0d356b2-be9c-4f42-b59d-b3c9593f146a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:178747a0-cdab-4ad7-9631-f685424483d0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:04fe566d-3d03-4728-b137-2fff89b1defb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:271758a5-317d-4c4e-b3e4-bd68cfed88a8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:fe76677f-cc1a-429b-a858-4339ea56ef4f ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:370f1f3e-7c98-41d6-806d-3a42e4b4638a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c7a48aa5-9913-418b-ae3c-56cc42307560 ModelInvariantUuid:f88967cb-622f-42c1-867d-dd206ef74a5e ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:bdf74c99-069f-4b63-96c1-40df67ab7a3c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:69908326-a9cd-4dec-b31f-67e1c089cfd1 ModelInvariantUuid:3d9ff162-6ea6-43ba-87af-831ee7cd6afb ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:8366950d-df20-4a4c-a2da-2d68747a3635 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-24T10:04:58.036Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e1576900-6742-4563-b7b3-e18a55250486 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-24T10:04:58.038Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||basicclamp 0 2021-11-24T10:04:58.038Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e1576900-6742-4563-b7b3-e18a55250486 2021-11-24T10:04:58.038Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7f88949a-b272-432b-8e17-c63f9f12c5cf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2021-11-24T10:04:58.038Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:04:58.038Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.564Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:04:58.565Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 7f88949a-b272-432b-8e17-c63f9f12c5cf 790 2021-11-24T10:04:58.565Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.565Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:58.565Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:04:58.565Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:58.567Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:58.567Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748298565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:04:58.668Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:04:58.668Z||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-24T10:04:58.668Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:04:58.681Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:04:58.681Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:04:59.568Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fe76677f-cc1a-429b-a858-4339ea56ef4f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "370f1f3e-7c98-41d6-806d-3a42e4b4638a", "vfModuleModelCustomizationUUID": "e0e3cdb8-6980-4f5a-80d0-59591c73b6aa", "isBase": true, "artifacts": [ "1f2062ba-16dd-4479-b260-94280519fa8a", "5fed6c1e-6e21-4711-bf36-d0b75ed6c867" ], "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-24T10:04:59.572Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:370f1f3e-7c98-41d6-806d-3a42e4b4638a VfModuleModelInvariantUUID:fe76677f-cc1a-429b-a858-4339ea56ef4f VfModuleModelDescription:NULL Artifacts UUID List:{ 1f2062ba-16dd-4479-b260-94280519fa8a , 5fed6c1e-6e21-4711-bf36-d0b75ed6c867 } 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-24T10:04:59.575Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "fe76677f-cc1a-429b-a858-4339ea56ef4f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "370f1f3e-7c98-41d6-806d-3a42e4b4638a", "vfModuleModelCustomizationUUID": "e0e3cdb8-6980-4f5a-80d0-59591c73b6aa", "isBase": true, "artifacts": [ "1f2062ba-16dd-4479-b260-94280519fa8a", "5fed6c1e-6e21-4711-bf36-d0b75ed6c867" ], "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-24T10:04:59.575Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:370f1f3e-7c98-41d6-806d-3a42e4b4638a VfModuleModelInvariantUUID:fe76677f-cc1a-429b-a858-4339ea56ef4f VfModuleModelDescription:NULL Artifacts UUID List:{ 1f2062ba-16dd-4479-b260-94280519fa8a , 5fed6c1e-6e21-4711-bf36-d0b75ed6c867 } 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-24T10:04:59.575Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f2062ba-16dd-4479-b260-94280519fa8a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2021-11-24T10:04:59.575Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:04:59.575Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:59.967Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:04:59.968Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 1f2062ba-16dd-4479-b260-94280519fa8a 5033 2021-11-24T10:04:59.968Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:59.968Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:04:59.968Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:04:59.968Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:04:59.970Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:04:59.970Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748299968, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:05:00.070Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:05:00.071Z||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-24T10:05:00.071Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:05:00.082Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:05:00.083Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:05:00.971Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5fed6c1e-6e21-4711-bf36-d0b75ed6c867 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2021-11-24T10:05:00.971Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:05:00.972Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:01.270Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:05:01.270Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5fed6c1e-6e21-4711-bf36-d0b75ed6c867 909 2021-11-24T10:05:01.270Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:01.271Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:01.271Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:05:01.271Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:05:01.273Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:05:01.273Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748301270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:05:01.373Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:05:01.374Z||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-24T10:05:01.374Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:05:01.385Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:05:01.385Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:05:02.274Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3aa6e112-7cd5-49cb-bf53-36dbbf9fc345 2021-11-24T10:05:02.275Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e1576900-6742-4563-b7b3-e18a55250486 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-24T10:05:02.289Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a79111, org.onap.sdc.toscaparser.api.parameters.Input@5ec7d622, org.onap.sdc.toscaparser.api.parameters.Input@50aa5f52, org.onap.sdc.toscaparser.api.parameters.Input@682d18c7, org.onap.sdc.toscaparser.api.parameters.Input@57bd23ca] 2021-11-24T10:05:02.290Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.290Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:05:02.290Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-24T10:05:02.290Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 271758a5-317d-4c4e-b3e4-bd68cfed88a8 2021-11-24T10:05:02.291Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 271758a5-317d-4c4e-b3e4-bd68cfed88a8 matches Tosca VF Customization UUID: 271758a5-317d-4c4e-b3e4-bd68cfed88a8 2021-11-24T10:05:02.291Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 271758a5-317d-4c4e-b3e4-bd68cfed88a8 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-24T10:05:02.293Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.293Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:05:02.293Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 271758a5-317d-4c4e-b3e4-bd68cfed88a8: {\"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-24T10:05:02.294Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3512dde9 2021-11-24T10:05:02.294Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.294Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T10:05:02.294Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e0e3cdb8-6980-4f5a-80d0-59591c73b6aa 2021-11-24T10:05:02.294Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e0e3cdb8-6980-4f5a-80d0-59591c73b6aa 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-24T10:05:02.296Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.296Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-24T10:05:02.296Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:05:02.297Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.297Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-24T10:05:02.297Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:05:02.297Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.297Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2021-11-24T10:05:02.297Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2021-11-24T10:05:02.298Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2021-11-24T10:05:02.298Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c7a48aa5-9913-418b-ae3c-56cc42307560 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-24T10:05:02.299Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.299Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-24T10:05:02.299Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:05:02.300Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.300Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2021-11-24T10:05:02.300Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=271758a5-317d-4c4e-b3e4-bd68cfed88a8 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-24T10:05:02.301Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.302Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:05:02.302Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3aa6e112-7cd5-49cb-bf53-36dbbf9fc345: basicclamp 2021-11-24T10:05:02.302Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.302Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:05:02.302Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.302Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:05:02.302Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.302Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:05:02.302Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.303Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:05:02.303Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:05:02.303Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:05:02.303Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:02.359Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e1576900-6742-4563-b7b3-e18a55250486 1 ASDC deployResourceStructure 2021-11-24T10:05:02.359Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:02.359Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:02.360Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:05:02.360Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:05:02.362Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:05:02.363Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748302359, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:05:02.463Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:05:02.464Z||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-24T10:05:02.464Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:05:02.474Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:05:02.474Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:05:03.363Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:03.364Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:03.364Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:05:03.364Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:05:03.366Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:05:03.367Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748303363, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:05:03.467Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:05:03.467Z||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-24T10:05:03.467Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:05:03.478Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:05:03.479Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:05:04.367Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:04.368Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:04.368Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:05:04.369Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:05:04.371Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:05:04.371Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748304367, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-24T10:05:04.471Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:05:04.472Z||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-24T10:05:04.472Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:05:04.482Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:05:04.482Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:05:05.372Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:05.372Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:05:05.372Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:05:05.373Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:05:05.375Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:05:05.375Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748305371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:05:05.475Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:05:05.476Z||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-24T10:05:05.476Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:05:05.486Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:05:05.487Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:05:06.375Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c66614f8-7f33-4936-b670-27ab645efeda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:05:06.386Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:05:06.389Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:05:06.389Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:05:06.389Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:05:36.390Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c66614f8-7f33-4936-b670-27ab645efeda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:05:36.398Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:05:36.400Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:05:36.400Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:05:36.400Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:05:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:05:57.633Z||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-24T10:05:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:05:57.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:05:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748174934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:05:57.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:05:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748178574, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:05:57.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:05:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748174934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748174934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748174934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748174934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:05:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748184917, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:05:57.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:05:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "aai-ml", "timestamp": 1637748185920, "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-24T10:05:57.663Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c66614f8-7f33-4936-b670-27ab645efeda 2021-11-24T10:05:57.664Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:05:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748188876, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748189879, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748191931, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748192934, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:05:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "clamp", "timestamp": 1637748193936, "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-24T10:05:57.674Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c66614f8-7f33-4936-b670-27ab645efeda 2021-11-24T10:05:57.674Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:05:57.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:05:57.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a2e4835d-ba7e-460e-b56f-c8656d19c2da", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748233258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:05:57.679Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:06.400Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c66614f8-7f33-4936-b670-27ab645efeda Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:06:06.410Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:06:06.413Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:06:06.414Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T10:06:06.414Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T10:06:06.414Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T10:06:06.414Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:06:06.414Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:06:06.414Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:06:06.415Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:06:06.415Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:06:06.415Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:06:06.415Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:06:06.415Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:06:06.419Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T10:06:36.419Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c66614f8-7f33-4936-b670-27ab645efeda 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-24T10:06:36.424Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c66614f8-7f33-4936-b670-27ab645efeda and serviceModelVersionId: 3aa6e112-7cd5-49cb-bf53-36dbbf9fc345 2021-11-24T10:06:36.424Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e0d356b2-be9c-4f42-b59d-b3c9593f146a 2021-11-24T10:06:36.425Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e0d356b2-be9c-4f42-b59d-b3c9593f146a/model-vers/model-ver/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345?depth=0 2021-11-24T10:06:36.429Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T10:06:36.452Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0d356b2-be9c-4f42-b59d-b3c9593f146a/model-vers/model-ver/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345?depth=0|INFO|500||Invoke 2021-11-24T10:06:36.452Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0d356b2-be9c-4f42-b59d-b3c9593f146a/model-vers/model-ver/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0d356b2-be9c-4f42-b59d-b3c9593f146a/model-vers/model-ver/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c66614f8-7f33-4936-b670-27ab645efeda], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d9f8dbd6-bcf9-4777-9907-c7d7917b61fe], X-ECOMP-RequestID=[c66614f8-7f33-4936-b670-27ab645efeda], X-TransactionId=[], X-ONAP-RequestID=[c66614f8-7f33-4936-b670-27ab645efeda], Content-Type=[application/merge-patch+json]} 2021-11-24T10:06:36.475Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0d356b2-be9c-4f42-b59d-b3c9593f146a/model-vers/model-ver/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T10:06:36.765Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0d356b2-be9c-4f42-b59d-b3c9593f146a/model-vers/model-ver/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345?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/e0d356b2-be9c-4f42-b59d-b3c9593f146a/model-vers/model-ver/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211124-10:06:36:481-89532], vertex-id=[221408], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:06:36 GMT], Content-Type=[application/json]} 2021-11-24T10:06:36.766Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0d356b2-be9c-4f42-b59d-b3c9593f146a/model-vers/model-ver/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-24T10:06:36.767Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e0d356b2-be9c-4f42-b59d-b3c9593f146a/model-vers/model-ver/3aa6e112-7cd5-49cb-bf53-36dbbf9fc345?depth=0|INFO|500||InvokeReturn 2021-11-24T10:06:36.767Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T10:06:36.767Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:06:36.771Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||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-24T10:06:36.771Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c66614f8-7f33-4936-b670-27ab645efeda and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T10:06:36.772Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T10:06:36.772Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:36.774Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:36.774Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748396772, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:06:36.875Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:06:36.876Z||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-24T10:06:36.876Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:36.890Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:36.890Z||pool-83-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-24T10:06:37.783Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:06:37.783Z|c66614f8-7f33-4936-b670-27ab645efeda|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-24T10:06:37.783Z|c66614f8-7f33-4936-b670-27ab645efeda|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:42.634Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:42.636Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T10:06:42.636Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fae3b90-320f-4c5b-8c48-40dc2d1ab68a","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"da7128a8-7251-48c3-b9ad-591af4e7112a","serviceDescription":"service","serviceInvariantUUID":"332d5f2c-cf43-4990-a7fb-fe61f11159cc","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"420bdc48-f544-49bb-b611-4df3aedc02ba","resourceInvariantUUID":"54f2b050-b00b-45d1-9028-fd94a6432fef","resourceCustomizationUUID":"d0eb57ad-b1a0-481b-ba4b-f51a2560b049","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":"ZTU3YzRmODU3NGM1NzdhNGE3YWQ2MmE2ZDM0NzJlMDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9f772252-e3dc-4f48-8513-743e00e525f7","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":"1ee834fb-3487-4fab-8de8-42e5a26e33bc","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":"84bf4649-3854-44f1-910e-9067b820197d","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":"Njk3MTY1NTBkMWM5NDliMGY4Yzc0NWVjZjkyMWMxZjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"97cfbfaa-bbd5-422c-bd1e-c403db374278","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":"452f83b5-cf9f-40b4-90a4-6ff4e5d020cd","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":"df6f4b39-4200-4b83-9b45-7713c0f9916b","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":"d8353e3a-e47e-434b-bc5c-2739f031d7e2","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":"YzdjOGMyZDQ1ZmQwOGQ0NmFhNDg3ZTAzNTNiMDRjNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"26db1a84-1929-4001-b86a-c12476b3ce25","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YmMxZGRlZWQ1OTY3NDYyNmMxNjA1ODY5MDFkYjZhMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"11e67ff1-579b-432a-b989-09c7206fab92","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T10:06:42.638Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:06:42.638Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:42.641Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:42.641Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:42.741Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:06:42.742Z||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-24T10:06:42.742Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:42.754Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:42.754Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:06:43.641Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:06:43.642Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:43.644Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:43.644Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:43.745Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:06:43.746Z||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-24T10:06:43.746Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:43.758Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:43.758Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:06:44.645Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:06:44.646Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:44.648Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:44.648Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:44.748Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:06:44.749Z||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-24T10:06:44.750Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:44.761Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:44.761Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:06:45.649Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:06:45.650Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:45.652Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:45.652Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:45.752Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:06:45.753Z||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-24T10:06:45.753Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:45.766Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:45.767Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:06:46.653Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:06:46.654Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:46.656Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:46.656Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:46.756Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:06:46.758Z||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-24T10:06:46.758Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:46.769Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:46.769Z||pool-88-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:06:47.656Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:06:47.657Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:47.659Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:47.659Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:47.759Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:06:47.760Z||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-24T10:06:47.760Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:47.771Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:47.772Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:06:48.659Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:06:48.660Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:48.661Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:48.661Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:48.762Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:06:48.762Z||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-24T10:06:48.762Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:48.774Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:48.774Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:06:49.662Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:06:49.663Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:49.664Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:49.665Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:49.765Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:06:49.766Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:06:49.766Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:49.777Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:49.777Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:06:50.665Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:06:50.666Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:50.668Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:50.668Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:06:50.768Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:06:50.769Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:06:50.769Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:50.780Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:50.780Z||pool-92-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:06:51.669Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "da7128a8-7251-48c3-b9ad-591af4e7112a", "serviceDescription": "service", "serviceInvariantUUID": "332d5f2c-cf43-4990-a7fb-fe61f11159cc", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "d0eb57ad-b1a0-481b-ba4b-f51a2560b049", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "420bdc48-f544-49bb-b611-4df3aedc02ba", "resourceInvariantUUID": "54f2b050-b00b-45d1-9028-fd94a6432fef", "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": "YmMxZGRlZWQ1OTY3NDYyNmMxNjA1ODY5MDFkYjZhMjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "11e67ff1-579b-432a-b989-09c7206fab92" } ], "workloadContext": "Production" } 2021-11-24T10:06:51.669Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T10:06:51.670Z|c66614f8-7f33-4936-b670-27ab645efeda|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 da7128a8-7251-48c3-b9ad-591af4e7112a ASDC 2021-11-24T10:06:51.670Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3fae3b90-320f-4c5b-8c48-40dc2d1ab68a ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:da7128a8-7251-48c3-b9ad-591af4e7112a ServiceInvariantUUID:332d5f2c-cf43-4990-a7fb-fe61f11159cc 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:11e67ff1-579b-432a-b989-09c7206fab92 ArtifactChecksum:YmMxZGRlZWQ1OTY3NDYyNmMxNjA1ODY5MDFkYjZhMjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:d0eb57ad-b1a0-481b-ba4b-f51a2560b049 ResourceInvariantUUID:54f2b050-b00b-45d1-9028-fd94a6432fef ResourceName:test-pnf ResourceType:PNF ResourceUUID:420bdc48-f544-49bb-b611-4df3aedc02ba ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-24T10:06:51.670Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da7128a8-7251-48c3-b9ad-591af4e7112a 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-24T10:06:51.690Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:06:51.690Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:06:51.690Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:06:51.690Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 11e67ff1-579b-432a-b989-09c7206fab92 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-24T10:06:51.690Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:06:51.690Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2021-11-24T10:06:51.781Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:06:51.789Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 11e67ff1-579b-432a-b989-09c7206fab92 105639 2021-11-24T10:06:51.790Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:51.790Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:51.790Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:06:51.790Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:51.792Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:51.792Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748411790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:06:51.892Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:06:51.893Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:06:51.893Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:51.904Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:51.904Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:06:52.792Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:06:52.793Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:06:52.793Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 11e67ff1-579b-432a-b989-09c7206fab92, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-24T10:06:52.794Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2021-11-24T10:06:52.794Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-24T10:06:52.794Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-24T10:06:52.861Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17613059478763675248/Definitions/service-TestPnfMacro-template.yml 2021-11-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2021-11-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:53.388Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:06:53.389Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:06:53.390Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:06:53.390Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:06:53.390Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:06:53.390Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:06:53.390Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:da7128a8-7251-48c3-b9ad-591af4e7112a Model Version:NULL Model InvariantUuid:332d5f2c-cf43-4990-a7fb-fe61f11159cc 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-24T10:06:53.394Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 420bdc48-f544-49bb-b611-4df3aedc02ba 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-24T10:06:53.395Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||test-pnf 0 2021-11-24T10:06:53.395Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 420bdc48-f544-49bb-b611-4df3aedc02ba 2021-11-24T10:06:53.395Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||No resources found for Service: da7128a8-7251-48c3-b9ad-591af4e7112a 2021-11-24T10:06:53.395Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: da7128a8-7251-48c3-b9ad-591af4e7112a 2021-11-24T10:06:53.395Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 420bdc48-f544-49bb-b611-4df3aedc02ba 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-24T10:06:53.398Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ab70285, org.onap.sdc.toscaparser.api.parameters.Input@498e41aa, org.onap.sdc.toscaparser.api.parameters.Input@3c57c68e, org.onap.sdc.toscaparser.api.parameters.Input@1a3bbe2a, org.onap.sdc.toscaparser.api.parameters.Input@38ba34c2] 2021-11-24T10:06:53.398Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:06:53.398Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:06:53.398Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid da7128a8-7251-48c3-b9ad-591af4e7112a: test-pnf 2021-11-24T10:06:53.398Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||Processing PNF resource: 420bdc48-f544-49bb-b611-4df3aedc02ba 2021-11-24T10:06:53.398Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:06:53.398Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:06:53.398Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||Resource customization UUID: d0eb57ad-b1a0-481b-ba4b-f51a2560b049 is the same as notified resource customizationUUID: d0eb57ad-b1a0-481b-ba4b-f51a2560b049 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-24T10:06:53.418Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 420bdc48-f544-49bb-b611-4df3aedc02ba 0 ASDC deployResourceStructure 2021-11-24T10:06:53.418Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:53.418Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:06:53.418Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:06:53.418Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:06:53.419Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:06:53.419Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748413418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:06:53.520Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:06:53.520Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:06:53.520Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:53.533Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:53.533Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:06:54.420Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:06:54.429Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:06:54.431Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:06:54.432Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:06:54.432Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:06:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:06:57.633Z||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-24T10:06:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:06:57.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:06:57.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:57.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748246380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748248461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:06:57.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748249668, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:06:57.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748250855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:06:57.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:57.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748251938, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:06:57.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748252941, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748253945, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748254949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e665c27f-84ab-4808-9dee-cf193b25c2e0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748286678, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748234270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:06:57.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:06:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748296156, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:06:57.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:24.432Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:07:24.441Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:07:24.443Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:07:24.443Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:07:24.443Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:07:54.443Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:07:54.453Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:07:54.456Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:07:54.456Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:07:54.456Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:07:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:07:57.633Z||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-24T10:07:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:07:57.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:07:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748298565, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:07:57.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748299968, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:07:57.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748301270, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748302359, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748303363, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748304367, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748305371, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748337827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748338812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748329975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748337827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748338812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748329975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748337827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748338812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748329975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748341973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748337827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748338812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748329975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "multicloud-k8s-id", "timestamp": 1637748342637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748341973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748337827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748338812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748329975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "multicloud-k8s-id", "timestamp": 1637748342637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748341973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748338812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748337827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748329975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "multicloud-k8s-id", "timestamp": 1637748342637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748341973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748337827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748338812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748329975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "multicloud-k8s-id", "timestamp": 1637748342637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748341973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748337827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748338812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748329975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "multicloud-k8s-id", "timestamp": 1637748342637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748341973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "dcae-sch", "timestamp": 1637748347286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748337827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748338812, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748329975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "multicloud-k8s-id", "timestamp": 1637748342637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748341973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "dcae-sch", "timestamp": 1637748347286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "multicloud-k8s-id", "timestamp": 1637748342637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748349568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748349573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748349570, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748341973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "dcae-sch", "timestamp": 1637748347286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748349548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "multicloud-k8s-id", "timestamp": 1637748342637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748350573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748341973, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "dcae-sch", "timestamp": 1637748347286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748349548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748351177, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "multicloud-k8s-id", "timestamp": 1637748342637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "cds", "timestamp": 1637748351583, "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-24T10:07:57.675Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 2021-11-24T10:07:57.675Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:07:57.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "policy-id", "timestamp": 1637748351575, "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-24T10:07:57.683Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 2021-11-24T10:07:57.683Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:07:57.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "dcae-sch", "timestamp": 1637748347286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748352060, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:07:57.689Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.689Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.689Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748352180, "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-24T10:07:57.692Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 2021-11-24T10:07:57.692Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748349548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "dcae-sch", "timestamp": 1637748347286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748353085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748349548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "dcae-sch", "timestamp": 1637748347286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "ves-openapi-manager", "timestamp": 1637748354086, "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-24T10:07:57.699Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 2021-11-24T10:07:57.700Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:07:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748349548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "dcae-sch", "timestamp": 1637748347286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748349548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748354935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "dcae-sch", "timestamp": 1637748347286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748349548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748354935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748349548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:07:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:24.456Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:08:24.466Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:08:24.468Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:08:24.469Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:08:24.469Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:08:54.469Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:08:54.475Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:08:54.477Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:08:54.477Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:08:54.477Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:08:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:08:57.634Z||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-24T10:08:57.634Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:08:57.654Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:08:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748354935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748349548, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:08:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748354935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748359474, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.667Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748354935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748354935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748354935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748354935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748354935, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:08:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748363743, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:08:57.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "aai-ml", "timestamp": 1637748364747, "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-24T10:08:57.676Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 2021-11-24T10:08:57.677Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:08:57.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748369404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748370766, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:08:57.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "clamp", "timestamp": 1637748371769, "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-24T10:08:57.689Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 2021-11-24T10:08:57.689Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:08:57.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748368812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748369975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748368812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748369975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748379548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.697Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748368812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748369975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748379548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.698Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748368812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748369975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748379548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "ves-openapi-manager", "timestamp": 1637748381973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748368812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748369975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748379548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748382637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748382827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "ves-openapi-manager", "timestamp": 1637748381973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748368812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748369975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748379548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748382637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-24T10:08:57.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748382827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "ves-openapi-manager", "timestamp": 1637748381973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748368812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748369975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748379548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748382637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748382827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748384934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "ves-openapi-manager", "timestamp": 1637748381973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748368812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748369975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748379548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748382637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.707Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748382827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748384934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "ves-openapi-manager", "timestamp": 1637748381973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748368812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748369975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748379548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748382637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-24T10:08:57.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748382827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748384934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "ves-openapi-manager", "timestamp": 1637748381973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "dcae-sch", "timestamp": 1637748387286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748388070, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748388071, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.711Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748379548, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:08:57.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748382637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748382827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.712Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.712Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748384934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "ves-openapi-manager", "timestamp": 1637748381973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "dcae-sch", "timestamp": 1637748387286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748389075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.713Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748382637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748389369, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748382827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.714Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748384934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "ves-openapi-manager", "timestamp": 1637748381973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "dcae-sch", "timestamp": 1637748387286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748389943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.715Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.716Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "policy-id", "timestamp": 1637748390077, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-24T10:08:57.725Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0882c9d4-4141-4176-8936-c6fca69c2659 2021-11-24T10:08:57.725Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0882c9d4-4141-4176-8936-c6fca69c2659 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-24T10:08:57.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748382637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748382827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748384934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.732Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "ves-openapi-manager", "timestamp": 1637748381973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "dcae-sch", "timestamp": 1637748387286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748390946, "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-24T10:08:57.737Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0882c9d4-4141-4176-8936-c6fca69c2659 2021-11-24T10:08:57.737Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0882c9d4-4141-4176-8936-c6fca69c2659 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-24T10:08:57.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748382637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:08:57.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748382827, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:08:57.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748384934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "dcae-sch", "timestamp": 1637748387286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748392375, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748384934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748392582, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "dcae-sch", "timestamp": 1637748387286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748384934, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:08:57.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "cds", "timestamp": 1637748393587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2021-11-24T10:08:57.748Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0882c9d4-4141-4176-8936-c6fca69c2659 2021-11-24T10:08:57.748Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0882c9d4-4141-4176-8936-c6fca69c2659 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-24T10:08:57.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748393649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "dcae-sch", "timestamp": 1637748387286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748394877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "dcae-sch", "timestamp": 1637748387286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "dcae-sch", "timestamp": 1637748387286, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748396169, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "c66614f8-7f33-4936-b670-27ab645efeda", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748396772, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748397228, "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-24T10:08:57.760Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0882c9d4-4141-4176-8936-c6fca69c2659 2021-11-24T10:08:57.760Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0882c9d4-4141-4176-8936-c6fca69c2659 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-24T10:08:57.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748397766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:08:57.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "multicloud-k8s-id", "timestamp": 1637748398233, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:08:57.765Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "aai-ml", "timestamp": 1637748398769, "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-24T10:08:57.768Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0882c9d4-4141-4176-8936-c6fca69c2659 2021-11-24T10:08:57.768Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0882c9d4-4141-4176-8936-c6fca69c2659 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-24T10:08:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748404765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748407766, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:08:57.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "clamp", "timestamp": 1637748408769, "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-24T10:08:57.779Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0882c9d4-4141-4176-8936-c6fca69c2659 2021-11-24T10:08:57.779Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0882c9d4-4141-4176-8936-c6fca69c2659 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-24T10:08:57.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748411790, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748413418, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:08:57.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:24.478Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:09:24.487Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:09:24.489Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:09:24.489Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T10:09:24.489Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T10:09:24.489Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T10:09:24.489Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:09:24.490Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:09:24.490Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:09:24.490Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:09:24.490Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:09:24.490Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:09:24.490Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:09:24.490Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:09:24.494Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T10:09:54.495Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a 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-24T10:09:54.500Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a and serviceModelVersionId: da7128a8-7251-48c3-b9ad-591af4e7112a 2021-11-24T10:09:54.500Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 332d5f2c-cf43-4990-a7fb-fe61f11159cc 2021-11-24T10:09:54.501Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/332d5f2c-cf43-4990-a7fb-fe61f11159cc/model-vers/model-ver/da7128a8-7251-48c3-b9ad-591af4e7112a?depth=0 2021-11-24T10:09:54.507Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T10:09:54.529Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332d5f2c-cf43-4990-a7fb-fe61f11159cc/model-vers/model-ver/da7128a8-7251-48c3-b9ad-591af4e7112a?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-24T10:09:54.529Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332d5f2c-cf43-4990-a7fb-fe61f11159cc/model-vers/model-ver/da7128a8-7251-48c3-b9ad-591af4e7112a?depth=0|INFO|500||Invoke 2021-11-24T10:09:54.544Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332d5f2c-cf43-4990-a7fb-fe61f11159cc/model-vers/model-ver/da7128a8-7251-48c3-b9ad-591af4e7112a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T10:09:54.866Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332d5f2c-cf43-4990-a7fb-fe61f11159cc/model-vers/model-ver/da7128a8-7251-48c3-b9ad-591af4e7112a?depth=0|INFO|500||InvokeReturn 2021-11-24T10:09:54.867Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/332d5f2c-cf43-4990-a7fb-fe61f11159cc/model-vers/model-ver/da7128a8-7251-48c3-b9ad-591af4e7112a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211124-10:09:54:550-85950], vertex-id=[225504], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:09:54 GMT], Content-Type=[application/json]} 2021-11-24T10:09:54.867Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-24T10:09:54.867Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T10:09:54.867Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:09:54.983Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||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-24T10:09:54.984Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fae3b90-320f-4c5b-8c48-40dc2d1ab68a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T10:09:54.984Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T10:09:54.984Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:09:54.986Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:09:54.987Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748594984, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:09:55.087Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:09:55.088Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:09:55.088Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:09:55.101Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:09:55.101Z||pool-95-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-24T10:09:55.998Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T10:09:55.998Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0882c9d4-4141-4176-8936-c6fca69c2659","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"9ebb9a8a-835a-4c88-be46-f56021e2060a","serviceDescription":"service","serviceInvariantUUID":"65f12778-a7ff-48a0-9efe-ecdca2260456","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52da9793-29df-43d5-a68a-c1a58e97f81e","resourceInvariantUUID":"26b91837-1930-46a7-b71e-388794136871","resourceCustomizationUUID":"066f7e5c-042d-47bb-b0b2-20beebd7c585","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"NTFmOWQ0YjFkYWNmMmI2ZWZjM2IwNDU4Mjg5MDk4YmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6aa71a9e-242c-4c5e-9a20-71f5707a8ec5","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"aee1b2a0-2406-428e-bf36-824e4791de64","artifactVersion":"2","generatedFromUUID":"418861bb-b9f7-4283-a5c4-d6ffc8e7a9be"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"418861bb-b9f7-4283-a5c4-d6ffc8e7a9be","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"NDRiYzcyMTk4MjQ5ZWY1NGNjZjc5OTVmMzE5MzNiMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4ad5b2b1-f10e-43f9-94ac-5acca1943f3c","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1674c642-6145-4bcb-98b6-b133b36096c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"414f97aa-5c21-474c-b4f2-2108c6c00b86","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"36fce083-dc64-480a-8d6e-5382e619a749","artifactVersion":"2","generatedFromUUID":"1674c642-6145-4bcb-98b6-b133b36096c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODk2M2NmZTUwNzhhN2VhZTYyZTE3MGMyNWFlMmY0OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2b88a520-a5ae-44ee-bcb3-6fbc526dd8a6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MDJmODczZThkYzc1NjE1ODQxOGM3NzI4ODQzMmNlMWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a1e34f4c-5658-40dc-90c7-a54a0a1f0111","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T10:09:55.999Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:09:55.999Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:09:56.001Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:09:56.001Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:56.101Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:09:56.102Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:09:56.102Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:09:56.113Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:09:56.113Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:09:57.002Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:09:57.003Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:09:57.005Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:09:57.005Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-24T10:09:57.106Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:09:57.106Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:09:57.107Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:09:57.120Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:09:57.121Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:09:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:09:57.633Z||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-24T10:09:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:09:57.655Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:09:57.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748501973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748502827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "multicloud-k8s-id", "timestamp": 1637748502637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748504934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748499548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748501973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748502827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "multicloud-k8s-id", "timestamp": 1637748502637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748504934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748499548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "dcae-sch", "timestamp": 1637748507286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748501973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748502827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "multicloud-k8s-id", "timestamp": 1637748502637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748504934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748499548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "dcae-sch", "timestamp": 1637748507286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748501973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748502827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "multicloud-k8s-id", "timestamp": 1637748502637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748504934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748499548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "dcae-sch", "timestamp": 1637748507286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748509975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748501973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748502827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "multicloud-k8s-id", "timestamp": 1637748502637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748504934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748499548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "dcae-sch", "timestamp": 1637748507286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748509975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748501973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748502827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "multicloud-k8s-id", "timestamp": 1637748502637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748504934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748499548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "dcae-sch", "timestamp": 1637748507286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748509975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748501973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748502827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "multicloud-k8s-id", "timestamp": 1637748502637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748504934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748499548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "dcae-sch", "timestamp": 1637748507286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748509975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748501973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748502827, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "multicloud-k8s-id", "timestamp": 1637748502637, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748504934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748499548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "dcae-sch", "timestamp": 1637748507286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748509975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748514772, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:09:57.669Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748514898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "dcae-sch", "timestamp": 1637748507286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748514981, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748509975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "cds", "timestamp": 1637748515777, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-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-24T10:09:57.683Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed7425cb-bddb-42f2-baed-d48769c1c647 2021-11-24T10:09:57.683Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed7425cb-bddb-42f2-baed-d48769c1c647 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-24T10:09:57.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748515909, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:09:57.691Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.691Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748509975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.691Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.691Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "ves-openapi-manager", "timestamp": 1637748516911, "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-24T10:09:57.695Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ed7425cb-bddb-42f2-baed-d48769c1c647 2021-11-24T10:09:57.695Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed7425cb-bddb-42f2-baed-d48769c1c647 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-24T10:09:57.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748509975, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:09:57.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748519120, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:09:57.702Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748518812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748520125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748520266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748518812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "policy-id", "timestamp": 1637748521128, "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-24T10:09:57.706Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed7425cb-bddb-42f2-baed-d48769c1c647 2021-11-24T10:09:57.706Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed7425cb-bddb-42f2-baed-d48769c1c647 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-24T10:09:57.712Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.713Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "aai-ml", "timestamp": 1637748521269, "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-24T10:09:57.715Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed7425cb-bddb-42f2-baed-d48769c1c647 2021-11-24T10:09:57.715Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed7425cb-bddb-42f2-baed-d48769c1c647 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-24T10:09:57.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748518812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748518812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748518812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748518812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748518812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748525789, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748518812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748526805, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748527588, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "clamp", "timestamp": 1637748527808, "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-24T10:09:57.726Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed7425cb-bddb-42f2-baed-d48769c1c647 2021-11-24T10:09:57.726Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed7425cb-bddb-42f2-baed-d48769c1c647 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-24T10:09:57.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748529164, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:09:57.734Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:09:57.734Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:09:57.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748530167, "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-24T10:09:57.738Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed7425cb-bddb-42f2-baed-d48769c1c647 2021-11-24T10:09:57.738Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed7425cb-bddb-42f2-baed-d48769c1c647 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-24T10:09:58.006Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:09:58.007Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:09:58.008Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:09:58.008Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-24T10:09:58.109Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:09:58.110Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:09:58.110Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:09:58.121Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:09:58.121Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:09:59.009Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:09:59.010Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:09:59.013Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:09:59.013Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:09:59.113Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:09:59.114Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:09:59.115Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:09:59.125Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:09:59.125Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:10:00.014Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:00.015Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:00.017Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:00.017Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-24T10:10:00.117Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:00.118Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:00.118Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:00.129Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:00.129Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:01.017Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:01.019Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:01.021Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:01.021Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:10:01.122Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:01.122Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:01.123Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:01.134Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:01.134Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:02.022Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:02.023Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:02.025Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:02.026Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-24T10:10:02.126Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:02.127Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:02.127Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:02.138Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:02.138Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:03.026Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:03.027Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:03.029Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:03.029Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:10:03.129Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:03.130Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:03.130Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:03.140Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:03.140Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:04.030Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:04.031Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:04.033Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:04.033Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:10:04.133Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:04.134Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:04.134Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:04.145Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:04.145Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:05.038Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "9ebb9a8a-835a-4c88-be46-f56021e2060a", "serviceDescription": "service", "serviceInvariantUUID": "65f12778-a7ff-48a0-9efe-ecdca2260456", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "066f7e5c-042d-47bb-b0b2-20beebd7c585", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "52da9793-29df-43d5-a68a-c1a58e97f81e", "resourceInvariantUUID": "26b91837-1930-46a7-b71e-388794136871", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "aee1b2a0-2406-428e-bf36-824e4791de64", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "418861bb-b9f7-4283-a5c4-d6ffc8e7a9be", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "NDRiYzcyMTk4MjQ5ZWY1NGNjZjc5OTVmMzE5MzNiMTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4ad5b2b1-f10e-43f9-94ac-5acca1943f3c", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1674c642-6145-4bcb-98b6-b133b36096c4", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "36fce083-dc64-480a-8d6e-5382e619a749", "generatedFromUUID": "1674c642-6145-4bcb-98b6-b133b36096c4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "36fce083-dc64-480a-8d6e-5382e619a749", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MDJmODczZThkYzc1NjE1ODQxOGM3NzI4ODQzMmNlMWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a1e34f4c-5658-40dc-90c7-a54a0a1f0111" } ], "workloadContext": "Production" } 2021-11-24T10:10:05.038Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T10:10:05.038Z|3fae3b90-320f-4c5b-8c48-40dc2d1ab68a|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 9ebb9a8a-835a-4c88-be46-f56021e2060a ASDC 2021-11-24T10:10:05.039Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0882c9d4-4141-4176-8936-c6fca69c2659 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:9ebb9a8a-835a-4c88-be46-f56021e2060a ServiceInvariantUUID:65f12778-a7ff-48a0-9efe-ecdca2260456 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:a1e34f4c-5658-40dc-90c7-a54a0a1f0111 ArtifactChecksum:MDJmODczZThkYzc1NjE1ODQxOGM3NzI4ODQzMmNlMWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:066f7e5c-042d-47bb-b0b2-20beebd7c585 ResourceInvariantUUID:26b91837-1930-46a7-b71e-388794136871 ResourceName:basic_cnf ResourceType:VF ResourceUUID:52da9793-29df-43d5-a68a-c1a58e97f81e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:aee1b2a0-2406-428e-bf36-824e4791de64 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:418861bb-b9f7-4283-a5c4-d6ffc8e7a9be ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:4ad5b2b1-f10e-43f9-94ac-5acca1943f3c ArtifactChecksum:NDRiYzcyMTk4MjQ5ZWY1NGNjZjc5OTVmMzE5MzNiMTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:1674c642-6145-4bcb-98b6-b133b36096c4 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:36fce083-dc64-480a-8d6e-5382e619a749 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:36fce083-dc64-480a-8d6e-5382e619a749 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2021-11-24T10:10:05.039Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ebb9a8a-835a-4c88-be46-f56021e2060a 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-24T10:10:05.069Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:10:05.069Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:10:05.069Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:10:05.069Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a1e34f4c-5658-40dc-90c7-a54a0a1f0111 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-24T10:10:05.069Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:10:05.070Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-24T10:10:05.428Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:10:05.432Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a1e34f4c-5658-40dc-90c7-a54a0a1f0111 68941 2021-11-24T10:10:05.432Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-24T10:10:05.432Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-24T10:10:05.432Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:10:05.432Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:05.434Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:05.434Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748605432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:10:05.535Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:10:05.535Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:05.536Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:05.546Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:05.546Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:06.435Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:10:06.436Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:10:06.436Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a1e34f4c-5658-40dc-90c7-a54a0a1f0111, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-24T10:10:06.436Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2021-11-24T10:10:06.437Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-24T10:10:06.437Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-24T10:10:06.510Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16292531429006783145/Definitions/service-BasicCnf-template.yml 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.272Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-24T10:10:07.273Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b02076b9-0053-4966-9542-4cdf1a20753b 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:07.274Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:9ebb9a8a-835a-4c88-be46-f56021e2060a Model Version:NULL Model InvariantUuid:65f12778-a7ff-48a0-9efe-ecdca2260456 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:93b8cef2-3ebb-45d5-b840-ae739effbcc0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:26b91837-1930-46a7-b71e-388794136871 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:066f7e5c-042d-47bb-b0b2-20beebd7c585 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bd62b6cd-e5b0-4681-ac85-8a94b3633922 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:786e8f3b-0fd0-429c-a273-b6560808c1b2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b02076b9-0053-4966-9542-4cdf1a20753b ModelInvariantUuid:492b02fa-2812-4e9a-aae1-e58bb964e562 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:37be5cb6-41db-4f21-b72d-7545cc42f89b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:9c975c91-24b0-45f0-a3e9-38784412eca7 ModelInvariantUuid:92bc1861-993d-4f2f-8b4e-66f6d8bd6321 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:735d0aa5-0580-4e53-ac14-309d1e955988 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-24T10:10:07.278Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 52da9793-29df-43d5-a68a-c1a58e97f81e 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-24T10:10:07.280Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||basic_cnf 0 2021-11-24T10:10:07.280Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52da9793-29df-43d5-a68a-c1a58e97f81e 2021-11-24T10:10:07.280Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: aee1b2a0-2406-428e-bf36-824e4791de64 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-24T10:10:07.280Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:10:07.280Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-24T10:10:07.381Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:10:07.381Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env aee1b2a0-2406-428e-bf36-824e4791de64 12 2021-11-24T10:10:07.381Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-24T10:10:07.381Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2021-11-24T10:10:07.381Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:10:07.382Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:07.384Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:07.384Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748607381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:10:07.484Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:07.484Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:07.484Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:07.494Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:07.494Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:08.384Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 418861bb-b9f7-4283-a5c4-d6ffc8e7a9be from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-24T10:10:08.384Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:10:08.385Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-24T10:10:08.478Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:10:08.479Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 418861bb-b9f7-4283-a5c4-d6ffc8e7a9be 2688 2021-11-24T10:10:08.479Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-24T10:10:08.479Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2021-11-24T10:10:08.479Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:10:08.479Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:08.481Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:08.481Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748608479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-24T10:10:08.581Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:08.582Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:08.582Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:08.592Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:08.592Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:09.483Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4ad5b2b1-f10e-43f9-94ac-5acca1943f3c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-24T10:10:09.483Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:10:09.483Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-24T10:10:09.749Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:10:09.750Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 4ad5b2b1-f10e-43f9-94ac-5acca1943f3c 828 2021-11-24T10:10:09.750Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-24T10:10:09.750Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-24T10:10:09.750Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:10:09.750Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:09.753Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:09.753Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748609750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:10:09.853Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:09.853Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:09.853Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:09.864Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:09.864Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:10.754Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "bd62b6cd-e5b0-4681-ac85-8a94b3633922", "vfModuleModelVersion": "1", "vfModuleModelUUID": "786e8f3b-0fd0-429c-a273-b6560808c1b2", "vfModuleModelCustomizationUUID": "2c7380fb-de78-42ed-a20d-b92fd6845c54", "isBase": true, "artifacts": [ "418861bb-b9f7-4283-a5c4-d6ffc8e7a9be", "1674c642-6145-4bcb-98b6-b133b36096c4", "36fce083-dc64-480a-8d6e-5382e619a749" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-24T10:10:10.757Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:786e8f3b-0fd0-429c-a273-b6560808c1b2 VfModuleModelInvariantUUID:bd62b6cd-e5b0-4681-ac85-8a94b3633922 VfModuleModelDescription:NULL Artifacts UUID List:{ 418861bb-b9f7-4283-a5c4-d6ffc8e7a9be , 1674c642-6145-4bcb-98b6-b133b36096c4 , 36fce083-dc64-480a-8d6e-5382e619a749 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-24T10:10:10.759Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "bd62b6cd-e5b0-4681-ac85-8a94b3633922", "vfModuleModelVersion": "1", "vfModuleModelUUID": "786e8f3b-0fd0-429c-a273-b6560808c1b2", "vfModuleModelCustomizationUUID": "2c7380fb-de78-42ed-a20d-b92fd6845c54", "isBase": true, "artifacts": [ "418861bb-b9f7-4283-a5c4-d6ffc8e7a9be", "1674c642-6145-4bcb-98b6-b133b36096c4", "36fce083-dc64-480a-8d6e-5382e619a749" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2021-11-24T10:10:10.759Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:786e8f3b-0fd0-429c-a273-b6560808c1b2 VfModuleModelInvariantUUID:bd62b6cd-e5b0-4681-ac85-8a94b3633922 VfModuleModelDescription:NULL Artifacts UUID List:{ 418861bb-b9f7-4283-a5c4-d6ffc8e7a9be , 1674c642-6145-4bcb-98b6-b133b36096c4 , 36fce083-dc64-480a-8d6e-5382e619a749 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2021-11-24T10:10:10.759Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1674c642-6145-4bcb-98b6-b133b36096c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-24T10:10:10.759Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:10:10.760Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-24T10:10:10.963Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:10:10.964Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1674c642-6145-4bcb-98b6-b133b36096c4 1164 2021-11-24T10:10:10.964Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-24T10:10:10.964Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-24T10:10:10.964Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:10:10.964Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:10.966Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:10.966Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748610964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:10:11.067Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:10:11.067Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:11.067Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:11.079Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:11.080Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:11.967Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 36fce083-dc64-480a-8d6e-5382e619a749 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-24T10:10:11.968Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:10:11.968Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-24T10:10:12.154Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:10:12.154Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 36fce083-dc64-480a-8d6e-5382e619a749 200 2021-11-24T10:10:12.154Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-24T10:10:12.154Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-24T10:10:12.154Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:10:12.155Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:12.157Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:12.157Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748612154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:10:12.257Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:12.258Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:12.258Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:12.268Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:12.268Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:13.158Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 9ebb9a8a-835a-4c88-be46-f56021e2060a 2021-11-24T10:10:13.158Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 52da9793-29df-43d5-a68a-c1a58e97f81e ASDC 2021-11-24T10:10:13.165Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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-24T10:10:13.173Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b6bfdd4, org.onap.sdc.toscaparser.api.parameters.Input@4dfb52b6, org.onap.sdc.toscaparser.api.parameters.Input@92de760, org.onap.sdc.toscaparser.api.parameters.Input@478ca441, org.onap.sdc.toscaparser.api.parameters.Input@236d7439] 2021-11-24T10:10:13.174Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.174Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:13.174Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2021-11-24T10:10:13.174Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 066f7e5c-042d-47bb-b0b2-20beebd7c585 2021-11-24T10:10:13.174Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 066f7e5c-042d-47bb-b0b2-20beebd7c585 matches Tosca VF Customization UUID: 066f7e5c-042d-47bb-b0b2-20beebd7c585 2021-11-24T10:10:13.174Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 066f7e5c-042d-47bb-b0b2-20beebd7c585 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-24T10:10:13.175Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.175Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:13.176Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 066f7e5c-042d-47bb-b0b2-20beebd7c585: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2021-11-24T10:10:13.176Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70e813b4 2021-11-24T10:10:13.176Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.176Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2021-11-24T10:10:13.176Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2c7380fb-de78-42ed-a20d-b92fd6845c54 2021-11-24T10:10:13.176Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2c7380fb-de78-42ed-a20d-b92fd6845c54 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-24T10:10:13.177Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.177Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-24T10:10:13.178Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:10:13.178Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.178Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-24T10:10:13.178Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:10:13.178Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.178Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2021-11-24T10:10:13.178Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2021-11-24T10:10:13.178Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b02076b9-0053-4966-9542-4cdf1a20753b 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-24T10:10:13.179Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.179Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-24T10:10:13.179Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2021-11-24T10:10:13.179Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.179Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2021-11-24T10:10:13.179Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=066f7e5c-042d-47bb-b0b2-20beebd7c585 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-24T10:10:13.180Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.180Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:13.180Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 9ebb9a8a-835a-4c88-be46-f56021e2060a: basic_cnf 2021-11-24T10:10:13.180Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.180Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:13.180Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.181Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:13.181Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.181Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:13.181Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.181Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:13.181Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:10:13.181Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:10:13.181Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2021-11-24T10:10:13.220Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 52da9793-29df-43d5-a68a-c1a58e97f81e 1 ASDC deployResourceStructure 2021-11-24T10:10:13.221Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2021-11-24T10:10:13.221Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2021-11-24T10:10:13.221Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-24T10:10:13.221Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:13.223Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:13.223Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748613221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-24T10:10:13.323Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:13.324Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:13.325Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:13.334Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:13.335Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:14.223Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2021-11-24T10:10:14.224Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2021-11-24T10:10:14.225Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2021-11-24T10:10:14.225Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:14.227Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:14.227Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748614223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-24T10:10:14.327Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:14.328Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:14.328Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:14.338Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:14.338Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:10:15.228Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2021-11-24T10:10:15.228Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2021-11-24T10:10:15.228Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:10:15.228Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:15.229Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:15.229Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748615228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:10:15.330Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:10:15.330Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:15.330Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:15.340Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:15.341Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:16.230Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2021-11-24T10:10:16.231Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2021-11-24T10:10:16.231Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:10:16.231Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:16.233Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:16.233Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748616230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:10:16.334Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:16.335Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:16.335Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:16.345Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:16.345Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:17.235Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2021-11-24T10:10:17.235Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2021-11-24T10:10:17.235Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:10:17.236Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:17.238Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:17.238Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748617234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-24T10:10:17.338Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:17.339Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:17.339Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:17.350Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:17.351Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:18.238Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2021-11-24T10:10:18.239Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2021-11-24T10:10:18.239Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:10:18.239Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:18.240Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:18.241Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748618238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:10:18.341Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:18.342Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:18.342Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:18.351Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:18.352Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:19.241Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0882c9d4-4141-4176-8936-c6fca69c2659 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:10:19.250Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0882c9d4-4141-4176-8936-c6fca69c2659 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-24T10:10:19.252Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:10:19.253Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||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-24T10:10:19.257Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T10:10:49.257Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0882c9d4-4141-4176-8936-c6fca69c2659 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-24T10:10:49.263Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0882c9d4-4141-4176-8936-c6fca69c2659 and serviceModelVersionId: 9ebb9a8a-835a-4c88-be46-f56021e2060a 2021-11-24T10:10:49.264Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 65f12778-a7ff-48a0-9efe-ecdca2260456 2021-11-24T10:10:49.264Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/65f12778-a7ff-48a0-9efe-ecdca2260456/model-vers/model-ver/9ebb9a8a-835a-4c88-be46-f56021e2060a?depth=0 2021-11-24T10:10:49.270Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T10:10:49.292Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f12778-a7ff-48a0-9efe-ecdca2260456/model-vers/model-ver/9ebb9a8a-835a-4c88-be46-f56021e2060a?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-24T10:10:49.293Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f12778-a7ff-48a0-9efe-ecdca2260456/model-vers/model-ver/9ebb9a8a-835a-4c88-be46-f56021e2060a?depth=0|INFO|500||Invoke 2021-11-24T10:10:49.312Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f12778-a7ff-48a0-9efe-ecdca2260456/model-vers/model-ver/9ebb9a8a-835a-4c88-be46-f56021e2060a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T10:10:49.469Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f12778-a7ff-48a0-9efe-ecdca2260456/model-vers/model-ver/9ebb9a8a-835a-4c88-be46-f56021e2060a?depth=0|INFO|500||InvokeReturn 2021-11-24T10:10:49.469Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/65f12778-a7ff-48a0-9efe-ecdca2260456/model-vers/model-ver/9ebb9a8a-835a-4c88-be46-f56021e2060a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211124-10:10:49:318-20158], vertex-id=[213072], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:10:49 GMT], Content-Type=[application/json]} 2021-11-24T10:10:49.469Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-24T10:10:49.469Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T10:10:49.470Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||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-24T10:10:49.473Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||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-24T10:10:49.473Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0882c9d4-4141-4176-8936-c6fca69c2659 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T10:10:49.473Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T10:10:49.473Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:49.475Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:49.475Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748649473, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:10:49.575Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:49.576Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:49.576Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:49.589Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:49.589Z||pool-117-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-24T10:10:50.485Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:10:50.486Z|0882c9d4-4141-4176-8936-c6fca69c2659|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-24T10:10:50.486Z|0882c9d4-4141-4176-8936-c6fca69c2659|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:55.685Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:55.685Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T10:10:55.685Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed7425cb-bddb-42f2-baed-d48769c1c647","serviceName":"Demo_pNF_MV9kS8QCku0raelnXqvD","serviceVersion":"1.0","serviceUUID":"53af7443-edea-497b-a7e8-79f157582d02","serviceDescription":"catalog service description","serviceInvariantUUID":"5138e7f4-4af0-4767-8fae-60353d4cef7e","resources":[{"resourceInstanceName":"pNF a638d767-aaf3 0","resourceName":"pNF a638d767-aaf3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"56384152-3093-40f2-a0b4-c60859fdea36","resourceInvariantUUID":"c2acd7ab-995c-4283-be9b-c64beade0f47","resourceCustomizationUUID":"ddd0967f-93e7-4207-bbff-43704a06ef3b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml","artifactChecksum":"OTlhM2RkZDI5MjYwZmJmNTMwZTQ5ZWY3NGE5NzMxYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d349852e-e83e-48de-8d1a-767328f2664c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar","artifactChecksum":"NTc1ZDk0ZTNhNzQ1NDYyODQ1YTVjMDRmNjRmZThkODQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d6d25e9d-c6cf-4a84-a530-916403a78df9","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"711b49f6-1883-413e-8367-95ab62909de5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml","artifactChecksum":"NjJjNDRiYjE4YzZjYWZhNjdlZmNiODVmYTA0OGExY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"144d08c4-511e-4c77-903e-c29e85e1b3bb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cbf1cef9-2bad-41b3-8bf6-76a869917a99","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30a33f3-ac87-4dca-8532-1efe87785860","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml","artifactChecksum":"ODdlODQwZWFhMTg5M2Y0OWIyYzE2ZDA3OWM5NDEzMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0a9b8e3-2cff-48ad-b145-0f22347f0238","artifactVersion":"1"},{"artifactName":"service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar","artifactChecksum":"NTcyZDhkOTMzMDM3MGYyMTBjOTgxMzdmODZiNjM5ZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fbea8e53-40a5-4032-9aa7-444ec2c335af","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T10:10:55.687Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:55.688Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:55.690Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:55.690Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:10:55.790Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:55.791Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:55.791Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:55.803Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:55.803Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2021-11-24T10:10:56.691Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:56.692Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:56.694Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:56.694Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:10:56.794Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:56.795Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:56.795Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:56.805Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:56.805Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:10:57.633Z||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-24T10:10:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:57.649Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:10:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3fae3b90-320f-4c5b-8c48-40dc2d1ab68a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748594984, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:10:57.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:10:57.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:10:57.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:10:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:10:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:10:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2021-11-24T10:10:57.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:10:57.694Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:57.695Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:57.697Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:57.698Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:10:57.798Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:57.798Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:57.798Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:57.808Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:57.808Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:58.698Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:58.699Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:58.702Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:58.702Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:10:58.802Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:58.802Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:58.802Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:58.812Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:58.812Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:10:59.702Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:10:59.703Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:10:59.705Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:10:59.706Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:10:59.806Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:10:59.806Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:10:59.807Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:10:59.816Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:10:59.817Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:00.706Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:00.707Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:00.709Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:00.709Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:11:00.810Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:00.810Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:00.810Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:00.820Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:00.821Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:01.710Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:01.710Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:01.712Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:01.713Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:11:01.813Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:01.813Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:01.814Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:01.823Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:01.824Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:02.713Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:02.714Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:02.715Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:02.715Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:11:02.815Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:02.816Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:02.816Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:02.826Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:02.827Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:03.715Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "serviceName": "Demo_pNF_MV9kS8QCku0raelnXqvD", "serviceVersion": "1.0", "serviceUUID": "53af7443-edea-497b-a7e8-79f157582d02", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5138e7f4-4af0-4767-8fae-60353d4cef7e", "resources": [ { "resourceInstanceName": "pNF a638d767-aaf3 0", "resourceCustomizationUUID": "ddd0967f-93e7-4207-bbff-43704a06ef3b", "resourceName": "pNF a638d767-aaf3", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "56384152-3093-40f2-a0b4-c60859fdea36", "resourceInvariantUUID": "c2acd7ab-995c-4283-be9b-c64beade0f47", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "artifactChecksum": "NTcyZDhkOTMzMDM3MGYyMTBjOTgxMzdmODZiNjM5ZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fbea8e53-40a5-4032-9aa7-444ec2c335af" } ], "workloadContext": "Production" } 2021-11-24T10:11:03.716Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T10:11:03.716Z|0882c9d4-4141-4176-8936-c6fca69c2659|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 53af7443-edea-497b-a7e8-79f157582d02 ASDC 2021-11-24T10:11:03.717Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:ed7425cb-bddb-42f2-baed-d48769c1c647 ServiceName:Demo_pNF_MV9kS8QCku0raelnXqvD ServiceVersion:1.0 ServiceUUID:53af7443-edea-497b-a7e8-79f157582d02 ServiceInvariantUUID:5138e7f4-4af0-4767-8fae-60353d4cef7e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar ArtifactUUID:fbea8e53-40a5-4032-9aa7-444ec2c335af ArtifactChecksum:NTcyZDhkOTMzMDM3MGYyMTBjOTgxMzdmODZiNjM5ZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a638d767-aaf3 0 ResourceCustomizationUUID:ddd0967f-93e7-4207-bbff-43704a06ef3b ResourceInvariantUUID:c2acd7ab-995c-4283-be9b-c64beade0f47 ResourceName:pNF a638d767-aaf3 ResourceType:PNF ResourceUUID:56384152-3093-40f2-a0b4-c60859fdea36 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-24T10:11:03.717Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 53af7443-edea-497b-a7e8-79f157582d02 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-24T10:11:03.737Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:11:03.738Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:11:03.738Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:11:03.738Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fbea8e53-40a5-4032-9aa7-444ec2c335af from URL: /sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:03.738Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:11:03.738Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:03.848Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:11:03.854Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar fbea8e53-40a5-4032-9aa7-444ec2c335af 82626 2021-11-24T10:11:03.855Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar ASDC sendASDCNotification 2021-11-24T10:11:03.855Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:03.855Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:11:03.855Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:03.857Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:03.857Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748663855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:11:03.957Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:03.958Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:03.958Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:03.968Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:03.969Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:04.857Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:11:04.858Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:11:04.859Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fbea8e53-40a5-4032-9aa7-444ec2c335af, URL: /sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar to file: /app/ASDC/1/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:04.859Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:04.860Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:04.860Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:04.932Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11297755444051010701/Definitions/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml 2021-11-24T10:11:05.440Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T10:11:05.440Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||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-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||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-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||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-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||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-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a638d767-aaf3 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-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||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-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MV9kS8QCku0raelnXqvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Node template pNF a638d767-aaf3 0 is matching search criteria 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF a638d767-aaf3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MV9kS8QCku0raelnXqvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Node template pNF a638d767-aaf3 0 is matching search criteria 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF a638d767-aaf3 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:05.441Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MV9kS8QCku0raelnXqvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:05.442Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:05.442Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MV9kS8QCku0raelnXqvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:05.442Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:05.442Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MV9kS8QCku0raelnXqvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:05.442Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:05.442Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MV9kS8QCku0raelnXqvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:05.442Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:05.442Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MV9kS8QCku0raelnXqvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:05.442Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_MV9kS8QCku0raelnXqvD Description:catalog service description Model UUID:53af7443-edea-497b-a7e8-79f157582d02 Model Version:NULL Model InvariantUuid:5138e7f4-4af0-4767-8fae-60353d4cef7e 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-24T10:11:05.447Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 56384152-3093-40f2-a0b4-c60859fdea36 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-24T10:11:05.450Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||pNF a638d767-aaf3 0 2021-11-24T10:11:05.450Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 56384152-3093-40f2-a0b4-c60859fdea36 2021-11-24T10:11:05.451Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 53af7443-edea-497b-a7e8-79f157582d02 2021-11-24T10:11:05.451Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 53af7443-edea-497b-a7e8-79f157582d02 2021-11-24T10:11:05.451Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a638d767-aaf3 0 56384152-3093-40f2-a0b4-c60859fdea36 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-24T10:11:05.455Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c8484c6, org.onap.sdc.toscaparser.api.parameters.Input@56d4e8c3, org.onap.sdc.toscaparser.api.parameters.Input@a9b76dc, org.onap.sdc.toscaparser.api.parameters.Input@7b944ee6, org.onap.sdc.toscaparser.api.parameters.Input@438e57e6] 2021-11-24T10:11:05.455Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:05.456Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MV9kS8QCku0raelnXqvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:05.456Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 53af7443-edea-497b-a7e8-79f157582d02: pNF a638d767-aaf3 2021-11-24T10:11:05.456Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||Processing PNF resource: 56384152-3093-40f2-a0b4-c60859fdea36 2021-11-24T10:11:05.456Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:05.457Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_MV9kS8QCku0raelnXqvD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:05.457Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||Resource customization UUID: ddd0967f-93e7-4207-bbff-43704a06ef3b is the same as notified resource customizationUUID: ddd0967f-93e7-4207-bbff-43704a06ef3b 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-24T10:11:05.480Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a638d767-aaf3 56384152-3093-40f2-a0b4-c60859fdea36 0 ASDC deployResourceStructure 2021-11-24T10:11:05.481Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar ASDC sendASDCNotification 2021-11-24T10:11:05.481Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar 2021-11-24T10:11:05.481Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:11:05.481Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:05.483Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:05.483Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748665481, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:11:05.583Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:05.583Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:05.583Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:05.593Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:05.593Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:06.484Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed7425cb-bddb-42f2-baed-d48769c1c647 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:11:06.492Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed7425cb-bddb-42f2-baed-d48769c1c647 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-24T10:11:06.494Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:11:06.495Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||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-24T10:11:06.499Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T10:11:36.500Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed7425cb-bddb-42f2-baed-d48769c1c647 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-24T10:11:36.504Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed7425cb-bddb-42f2-baed-d48769c1c647 and serviceModelVersionId: 53af7443-edea-497b-a7e8-79f157582d02 2021-11-24T10:11:36.504Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5138e7f4-4af0-4767-8fae-60353d4cef7e 2021-11-24T10:11:36.505Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5138e7f4-4af0-4767-8fae-60353d4cef7e/model-vers/model-ver/53af7443-edea-497b-a7e8-79f157582d02?depth=0 2021-11-24T10:11:36.511Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T10:11:36.535Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5138e7f4-4af0-4767-8fae-60353d4cef7e/model-vers/model-ver/53af7443-edea-497b-a7e8-79f157582d02?depth=0|INFO|500||Invoke 2021-11-24T10:11:36.535Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5138e7f4-4af0-4767-8fae-60353d4cef7e/model-vers/model-ver/53af7443-edea-497b-a7e8-79f157582d02?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5138e7f4-4af0-4767-8fae-60353d4cef7e/model-vers/model-ver/53af7443-edea-497b-a7e8-79f157582d02?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ed7425cb-bddb-42f2-baed-d48769c1c647], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[81d2442f-84f9-4251-b33d-b5c6c890a4f2], X-ECOMP-RequestID=[ed7425cb-bddb-42f2-baed-d48769c1c647], X-TransactionId=[], X-ONAP-RequestID=[ed7425cb-bddb-42f2-baed-d48769c1c647], Content-Type=[application/merge-patch+json]} 2021-11-24T10:11:36.549Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5138e7f4-4af0-4767-8fae-60353d4cef7e/model-vers/model-ver/53af7443-edea-497b-a7e8-79f157582d02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T10:11:37.319Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5138e7f4-4af0-4767-8fae-60353d4cef7e/model-vers/model-ver/53af7443-edea-497b-a7e8-79f157582d02?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/5138e7f4-4af0-4767-8fae-60353d4cef7e/model-vers/model-ver/53af7443-edea-497b-a7e8-79f157582d02?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211124-10:11:36:555-56483], vertex-id=[413704], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:11:36 GMT], Content-Type=[application/json]} 2021-11-24T10:11:37.320Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5138e7f4-4af0-4767-8fae-60353d4cef7e/model-vers/model-ver/53af7443-edea-497b-a7e8-79f157582d02?depth=0|DEBUG|500||Response was returned with an empty entity. 2021-11-24T10:11:37.320Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5138e7f4-4af0-4767-8fae-60353d4cef7e/model-vers/model-ver/53af7443-edea-497b-a7e8-79f157582d02?depth=0|INFO|500||InvokeReturn 2021-11-24T10:11:37.321Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T10:11:37.321Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||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-24T10:11:37.325Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||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-24T10:11:37.325Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed7425cb-bddb-42f2-baed-d48769c1c647 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T10:11:37.325Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T10:11:37.325Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:37.327Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:37.327Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748697325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:11:37.428Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:11:37.428Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:37.429Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:37.451Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:37.451Z||pool-128-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2021-11-24T10:11:38.338Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||received message from topic 2021-11-24T10:11:38.339Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d8fcb6a-2553-4579-9f78-97c7a8e4baf1","serviceName":"Demo_pNF_78kuzvKCwSbGT3PUZgpA","serviceVersion":"1.0","serviceUUID":"8ff30e69-e402-40d4-b8f9-b62d6e88d391","serviceDescription":"catalog service description","serviceInvariantUUID":"3e8b2909-5797-44f1-95de-c89cdd05408d","resources":[{"resourceInstanceName":"pNF eb4041bd-4867 0","resourceName":"pNF eb4041bd-4867","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ff9d9b48-14cc-4bfd-a20d-cae7a8b91168","resourceInvariantUUID":"37be3d42-22d8-4970-8734-92c640478747","resourceCustomizationUUID":"11b98116-6dea-4af0-a0b9-3b94b7169a61","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml","artifactChecksum":"YTZjZmM0OWQ4YWIyNTM4YTNhZmJjYzY0YjI0ZDc1Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"03c1a275-cc10-48b1-9209-5f847cb59dde","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar","artifactChecksum":"NTc1ZDk0ZTNhNzQ1NDYyODQ1YTVjMDRmNjRmZThkODQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e25f7da4-4116-4031-ab3f-54d20d9d549a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cfd0665b-3bd1-4103-9281-d2bb33b57aed","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml","artifactChecksum":"NDY1NzY1NDM1MmJmYmU0YjgzM2ExOTg3ZDk2NTAwMDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7133784-6ba4-4cc4-a6ec-54136a058735","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2305f2ae-0adf-4b2d-9cad-b4c696ac1768","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d949130d-df6d-4d20-8ffe-0c279bfed78c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml","artifactChecksum":"ZTE2MTcxYzNlNjA0MTFmYzQ5YWVlZTdiZGQ0ZDA4ZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc1158e4-289d-40ea-8bb9-e4d492682313","artifactVersion":"1"},{"artifactName":"service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar","artifactChecksum":"M2Q1NzY1MDAyZWE0ODkyY2ZkZjZmMDgzMTJiMzFlMDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4864c39-5968-42f8-b66b-7887d88bf32f","artifactVersion":"1"}],"workloadContext":"Production"} 2021-11-24T10:11:38.339Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:38.339Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:38.342Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:38.342Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:11:38.442Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:38.443Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:38.443Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:38.454Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:38.455Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:39.342Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:39.343Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:39.345Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:39.345Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:11:39.445Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:39.446Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:39.446Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:39.455Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:39.455Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:40.345Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:40.346Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:40.347Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:40.347Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:11:40.448Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2021-11-24T10:11:40.448Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:40.449Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:40.459Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:40.459Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:41.348Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:41.349Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:41.350Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:41.351Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:11:41.451Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:41.451Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:41.451Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:41.462Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:41.463Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:42.351Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:42.352Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:42.354Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:42.354Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:11:42.455Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:42.455Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:42.455Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:42.466Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:42.466Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:43.355Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:43.356Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:43.358Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:43.358Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:11:43.459Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2021-11-24T10:11:43.459Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:43.459Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:43.470Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:43.470Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:44.359Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:44.360Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:44.363Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:44.363Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:11:44.463Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:44.464Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:44.464Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:44.474Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:44.474Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:45.364Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2021-11-24T10:11:45.365Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:45.367Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:45.367Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:11:45.468Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:45.469Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:45.469Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:45.480Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:45.480Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:46.369Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "serviceName": "Demo_pNF_78kuzvKCwSbGT3PUZgpA", "serviceVersion": "1.0", "serviceUUID": "8ff30e69-e402-40d4-b8f9-b62d6e88d391", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3e8b2909-5797-44f1-95de-c89cdd05408d", "resources": [ { "resourceInstanceName": "pNF eb4041bd-4867 0", "resourceCustomizationUUID": "11b98116-6dea-4af0-a0b9-3b94b7169a61", "resourceName": "pNF eb4041bd-4867", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "ff9d9b48-14cc-4bfd-a20d-cae7a8b91168", "resourceInvariantUUID": "37be3d42-22d8-4970-8734-92c640478747", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "artifactChecksum": "M2Q1NzY1MDAyZWE0ODkyY2ZkZjZmMDgzMTJiMzFlMDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4864c39-5968-42f8-b66b-7887d88bf32f" } ], "workloadContext": "Production" } 2021-11-24T10:11:46.369Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2021-11-24T10:11:46.370Z|ed7425cb-bddb-42f2-baed-d48769c1c647|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ff30e69-e402-40d4-b8f9-b62d6e88d391 ASDC 2021-11-24T10:11:46.370Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 ServiceName:Demo_pNF_78kuzvKCwSbGT3PUZgpA ServiceVersion:1.0 ServiceUUID:8ff30e69-e402-40d4-b8f9-b62d6e88d391 ServiceInvariantUUID:3e8b2909-5797-44f1-95de-c89cdd05408d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar ArtifactUUID:b4864c39-5968-42f8-b66b-7887d88bf32f ArtifactChecksum:M2Q1NzY1MDAyZWE0ODkyY2ZkZjZmMDgzMTJiMzFlMDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF eb4041bd-4867 0 ResourceCustomizationUUID:11b98116-6dea-4af0-a0b9-3b94b7169a61 ResourceInvariantUUID:37be3d42-22d8-4970-8734-92c640478747 ResourceName:pNF eb4041bd-4867 ResourceType:PNF ResourceUUID:ff9d9b48-14cc-4bfd-a20d-cae7a8b91168 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2021-11-24T10:11:46.370Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ff30e69-e402-40d4-b8f9-b62d6e88d391 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-24T10:11:46.390Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:11:46.390Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:11:46.390Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:11:46.390Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b4864c39-5968-42f8-b66b-7887d88bf32f from URL: /sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:46.390Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||DistributionClient - download 2021-11-24T10:11:46.390Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:46.556Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2021-11-24T10:11:46.562Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar b4864c39-5968-42f8-b66b-7887d88bf32f 82639 2021-11-24T10:11:46.562Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar ASDC sendASDCNotification 2021-11-24T10:11:46.562Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:46.562Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2021-11-24T10:11:46.562Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:46.564Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:46.564Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748706562, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:11:46.664Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:46.665Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:46.665Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:46.675Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:46.676Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:47.565Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2021-11-24T10:11:47.566Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2021-11-24T10:11:47.566Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: b4864c39-5968-42f8-b66b-7887d88bf32f, URL: /sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar to file: /app/ASDC/1/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:47.566Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:47.566Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:47.566Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:47.629Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13686739754806831402/Definitions/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml 2021-11-24T10:11:48.126Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF eb4041bd-4867 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-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||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-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||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-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||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-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||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-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||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-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||WARN|500||#################################################################################################### 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_78kuzvKCwSbGT3PUZgpA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:48.127Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Node template pNF eb4041bd-4867 0 is matching search criteria 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF eb4041bd-4867 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_78kuzvKCwSbGT3PUZgpA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Node template pNF eb4041bd-4867 0 is matching search criteria 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF eb4041bd-4867 0] matching following query criteria: sdcType=Service, customizationUUID=null 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_78kuzvKCwSbGT3PUZgpA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_78kuzvKCwSbGT3PUZgpA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_78kuzvKCwSbGT3PUZgpA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_78kuzvKCwSbGT3PUZgpA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:48.128Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:48.129Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_78kuzvKCwSbGT3PUZgpA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:48.129Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_78kuzvKCwSbGT3PUZgpA Description:catalog service description Model UUID:8ff30e69-e402-40d4-b8f9-b62d6e88d391 Model Version:NULL Model InvariantUuid:3e8b2909-5797-44f1-95de-c89cdd05408d 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-24T10:11:48.132Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ff9d9b48-14cc-4bfd-a20d-cae7a8b91168 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-24T10:11:48.134Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||pNF eb4041bd-4867 0 2021-11-24T10:11:48.134Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ff9d9b48-14cc-4bfd-a20d-cae7a8b91168 2021-11-24T10:11:48.134Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 8ff30e69-e402-40d4-b8f9-b62d6e88d391 2021-11-24T10:11:48.134Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 8ff30e69-e402-40d4-b8f9-b62d6e88d391 2021-11-24T10:11:48.134Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF eb4041bd-4867 0 ff9d9b48-14cc-4bfd-a20d-cae7a8b91168 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-24T10:11:48.137Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@56ed8834, org.onap.sdc.toscaparser.api.parameters.Input@2e01b311, org.onap.sdc.toscaparser.api.parameters.Input@111caa1f, org.onap.sdc.toscaparser.api.parameters.Input@54cf59fb, org.onap.sdc.toscaparser.api.parameters.Input@6e59c77e] 2021-11-24T10:11:48.137Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:48.137Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_78kuzvKCwSbGT3PUZgpA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:48.137Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 8ff30e69-e402-40d4-b8f9-b62d6e88d391: pNF eb4041bd-4867 2021-11-24T10:11:48.137Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||Processing PNF resource: ff9d9b48-14cc-4bfd-a20d-cae7a8b91168 2021-11-24T10:11:48.137Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2021-11-24T10:11:48.137Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_78kuzvKCwSbGT3PUZgpA is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2021-11-24T10:11:48.137Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||Resource customization UUID: 11b98116-6dea-4af0-a0b9-3b94b7169a61 is the same as notified resource customizationUUID: 11b98116-6dea-4af0-a0b9-3b94b7169a61 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-24T10:11:48.155Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF eb4041bd-4867 ff9d9b48-14cc-4bfd-a20d-cae7a8b91168 0 ASDC deployResourceStructure 2021-11-24T10:11:48.155Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar ASDC sendASDCNotification 2021-11-24T10:11:48.156Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar 2021-11-24T10:11:48.156Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2021-11-24T10:11:48.156Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:11:48.157Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:11:48.157Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748708155, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:11:48.257Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:11:48.258Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:11:48.258Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:48.269Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:48.269Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2021-11-24T10:11:49.157Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:11:49.165Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:11:49.166Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:11:49.166Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:11:49.166Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:11:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:11:57.633Z||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-24T10:11:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:11:57.650Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:11:57.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:11:57.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2021-11-24T10:11:57.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:19.166Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:12:19.175Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:12:19.176Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:12:19.177Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:12:19.177Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:12:49.177Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:12:49.189Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:12:49.191Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:12:49.191Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:12:49.191Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:12:57.633Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:12:57.633Z||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-24T10:12:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:12:57.657Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:12:57.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2021-11-24T10:12:57.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748397783, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748605432, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748607381, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748608479, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748609750, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748610964, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748612154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748613221, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-24T10:12:57.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748614223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748615228, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748616230, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748617234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748618238, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748638812, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748637827, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748638812, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748637827, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748641973, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748638812, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748637827, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "multicloud-k8s-id", "timestamp": 1637748642637, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748641973, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748638812, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748637827, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "multicloud-k8s-id", "timestamp": 1637748642637, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748641973, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748638812, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748637827, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "multicloud-k8s-id", "timestamp": 1637748642637, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748641973, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748638812, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748637827, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "multicloud-k8s-id", "timestamp": 1637748642637, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748641973, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748638812, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748637827, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "multicloud-k8s-id", "timestamp": 1637748642637, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748641973, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748638812, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:12:57.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748637827, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "dcae-sch", "timestamp": 1637748647286, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "multicloud-k8s-id", "timestamp": 1637748642637, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748641973, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "dcae-sch", "timestamp": 1637748647286, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748649061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748649157, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "multicloud-k8s-id", "timestamp": 1637748642637, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0882c9d4-4141-4176-8936-c6fca69c2659", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748649473, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:12:57.670Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748641973, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "dcae-sch", "timestamp": 1637748647286, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "cds", "timestamp": 1637748650162, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-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-24T10:12:57.676Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 2021-11-24T10:12:57.676Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:12:57.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748649548, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "multicloud-k8s-id", "timestamp": 1637748642637, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748650611, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748649975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748650760, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "dcae-sch", "timestamp": 1637748647286, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748649548, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1637748651614, "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-24T10:12:57.687Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 2021-11-24T10:12:57.687Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748649975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748651770, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "dcae-sch", "timestamp": 1637748647286, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748649548, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748649975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "ves-openapi-manager", "timestamp": 1637748652772, "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-24T10:12:57.698Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 2021-11-24T10:12:57.698Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:12:57.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "dcae-sch", "timestamp": 1637748647286, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748649548, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748649975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "dcae-sch", "timestamp": 1637748647286, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748649548, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748649975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "dcae-sch", "timestamp": 1637748647286, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748649548, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748654934, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748649975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748649548, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748654934, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748649975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.705Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:12:57.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:12:57.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:12:57.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748649548, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:12:57.706Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:19.192Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:13:19.203Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:13:19.205Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:13:19.205Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:13:19.205Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:13:49.206Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:13:49.215Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:13:49.217Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:13:49.218Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2021-11-24T10:13:49.218Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2021-11-24T10:13:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:13:57.633Z||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-24T10:13:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:13:58.156Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:13:58.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748654934, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748649975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:13:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748658473, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748654934, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748658873, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748654934, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748659877, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748654934, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/resourceInstances/pnfa638d767aaf30/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "policy-id", "timestamp": 1637748660880, "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-24T10:13:58.168Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 2021-11-24T10:13:58.168Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:13:58.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748654934, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.177Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.177Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.177Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748662249, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:13:58.178Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748654934, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:13:58.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.178Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:13:58.178Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.178Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.179Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "aai-ml", "timestamp": 1637748663252, "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-24T10:13:58.183Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 2021-11-24T10:13:58.184Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:13:58.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748663855, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:13:58.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748665481, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMv9ks8qcku0raelnxqvd/1.0/artifacts/service-DemoPnfMv9ks8qcku0raelnxqvd-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:13:58.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748668811, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:13:58.191Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748669825, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:13:58.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "clamp", "timestamp": 1637748670827, "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-24T10:13:58.196Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 2021-11-24T10:13:58.196Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:13:58.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed7425cb-bddb-42f2-baed-d48769c1c647", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748697325, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:13:58.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/resourceInstances/pnfeb4041bd48670/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-template.yml", "status": "NOT_NOTIFIED" } 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748650485, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "NOTIFIED" } 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748706562, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DOWNLOAD_OK" } 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748708155, "artifactURL": "/sdc/v1/catalog/services/DemoPnf78kuzvkcwsbgt3puzgpa/1.0/artifacts/service-DemoPnf78kuzvkcwsbgt3puzgpa-csar.csar", "status": "DEPLOY_OK" } 2021-11-24T10:13:58.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:14:19.218Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-24T10:14:19.230Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:14:19.232Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2021-11-24T10:14:19.232Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2021-11-24T10:14:19.233Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2021-11-24T10:14:19.233Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2021-11-24T10:14:19.233Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:14:19.233Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:14:19.233Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:14:19.233Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:14:19.233Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:14:19.233Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:14:19.234Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2021-11-24T10:14:19.234Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||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-24T10:14:19.237Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2021-11-24T10:14:49.238Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 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-24T10:14:49.244Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 and serviceModelVersionId: 8ff30e69-e402-40d4-b8f9-b62d6e88d391 2021-11-24T10:14:49.244Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3e8b2909-5797-44f1-95de-c89cdd05408d 2021-11-24T10:14:49.245Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3e8b2909-5797-44f1-95de-c89cdd05408d/model-vers/model-ver/8ff30e69-e402-40d4-b8f9-b62d6e88d391?depth=0 2021-11-24T10:14:49.253Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2021-11-24T10:14:49.270Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e8b2909-5797-44f1-95de-c89cdd05408d/model-vers/model-ver/8ff30e69-e402-40d4-b8f9-b62d6e88d391?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-24T10:14:49.270Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e8b2909-5797-44f1-95de-c89cdd05408d/model-vers/model-ver/8ff30e69-e402-40d4-b8f9-b62d6e88d391?depth=0|INFO|500||Invoke 2021-11-24T10:14:49.290Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e8b2909-5797-44f1-95de-c89cdd05408d/model-vers/model-ver/8ff30e69-e402-40d4-b8f9-b62d6e88d391?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2021-11-24T10:14:49.552Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e8b2909-5797-44f1-95de-c89cdd05408d/model-vers/model-ver/8ff30e69-e402-40d4-b8f9-b62d6e88d391?depth=0|INFO|500||InvokeReturn 2021-11-24T10:14:49.553Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3e8b2909-5797-44f1-95de-c89cdd05408d/model-vers/model-ver/8ff30e69-e402-40d4-b8f9-b62d6e88d391?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211124-10:14:49:297-77132], vertex-id=[266440], Content-Length=[0], Date=[Wed, 24 Nov 2021 10:14:49 GMT], Content-Type=[application/json]} 2021-11-24T10:14:49.553Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2021-11-24T10:14:49.553Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2021-11-24T10:14:49.553Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||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-24T10:14:49.556Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||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-24T10:14:49.556Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d8fcb6a-2553-4579-9f78-97c7a8e4baf1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2021-11-24T10:14:49.556Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2021-11-24T10:14:49.556Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2021-11-24T10:14:49.558Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2021-11-24T10:14:49.558Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748889556, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:14:49.658Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2021-11-24T10:14:49.659Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2021-11-24T10:14:49.659Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qhOuQG3umMAzW8Gw) ... 2021-11-24T10:14:49.673Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:14:49.673Z||pool-139-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-24T10:14:50.568Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:14:50.568Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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-24T10:14:50.568Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:14:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:14:57.633Z||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-24T10:14:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:14:58.254Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:14:58.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2021-11-24T10:14:58.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "0d8fcb6a-2553-4579-9f78-97c7a8e4baf1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1637748889556, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2021-11-24T10:14:58.256Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2021-11-24T10:15:01.176Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:15:01.176Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:15:01.177Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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-24T10:15:01.177Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:15:10.898Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:15:10.899Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:15:10.900Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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-24T10:15:10.900Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:15:20.430Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:15:20.431Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:15:20.431Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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-24T10:15:20.431Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:15:29.966Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:15:29.967Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:15:29.968Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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-24T10:15:29.968Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:15:39.500Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:15:39.500Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:15:39.501Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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-24T10:15:39.501Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:15:49.034Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:15:49.034Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:15:49.034Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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-24T10:15:49.034Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:15:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:15:57.633Z||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-24T10:15:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:15:58.567Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:15:58.568Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:15:58.568Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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-24T10:15:58.568Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:16:07.172Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:16:08.098Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:16:08.098Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:16:08.099Z||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-24T10:16:08.099Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:16:17.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:16:17.630Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:16:17.630Z||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-24T10:16:17.630Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:16:27.161Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:16:27.162Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:16:27.162Z||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-24T10:16:27.162Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:16:36.694Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:16:36.694Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:16:36.695Z||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-24T10:16:36.695Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:16:46.224Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:16:46.225Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:16:46.225Z||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-24T10:16:46.225Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:16:55.755Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:16:55.756Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:16:55.756Z||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-24T10:16:55.756Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:16:57.633Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:16:57.633Z||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-24T10:16:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:17:05.287Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:17:05.288Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:17:05.288Z||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-24T10:17:05.288Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:17:07.174Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:17:14.820Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:17:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:17:57.632Z||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-24T10:17:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:17:57.633Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:17:57.633Z||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-24T10:17:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:18:07.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:18:07.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:18:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:18:57.632Z||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-24T10:18:57.633Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:18:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:18:57.633Z||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-24T10:18:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:19:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:19:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:19:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:19:57.632Z||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-24T10:19:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:19:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:19:57.633Z||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-24T10:19:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:20:07.171Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:20:07.170Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:20:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:20:57.631Z||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-24T10:20:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:20:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:20:57.633Z||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-24T10:20:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:21:07.170Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:21:07.173Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:21:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:21:57.631Z||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-24T10:21:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:21:57.632Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:21:57.633Z||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-24T10:21:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:22:07.167Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:22:07.169Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:22:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:22:57.631Z||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-24T10:22:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:22:57.632Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:22:57.633Z||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-24T10:22:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:23:07.166Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:23:07.168Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:23:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:23:57.631Z||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-24T10:23:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:23:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:23:57.633Z||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-24T10:23:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:24:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:24:07.171Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:24:57.631Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:24:57.631Z||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-24T10:24:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:24:57.632Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:24:57.633Z||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-24T10:24:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:25:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:25:07.168Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:25:57.631Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:25:57.631Z||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-24T10:25:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:25:57.633Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:25:57.633Z||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-24T10:25:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:26:07.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:26:07.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:26:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:26:57.631Z||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-24T10:26:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:26:57.632Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:26:57.633Z||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-24T10:26:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:27:07.170Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:27:07.171Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:27:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:27:57.631Z||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-24T10:27:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:27:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:27:57.633Z||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-24T10:27:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:28:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:28:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:28:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:28:57.631Z||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-24T10:28:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:28:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:28:57.633Z||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-24T10:28:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:29:07.163Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:29:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:29:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:29:57.632Z||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-24T10:29:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:29:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:29:57.633Z||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-24T10:29:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:30:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:30:07.170Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:30:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:30:57.632Z||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-24T10:30:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:30:57.632Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:30:57.633Z||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-24T10:30:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:31:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:31:07.169Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:31:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:31:57.631Z||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-24T10:31:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:31:57.632Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:31:57.633Z||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-24T10:31:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:32:07.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:32:07.170Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:32:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:32:57.631Z||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-24T10:32:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:32:57.632Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:32:57.633Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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-24T10:32:57.633Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:33:07.165Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:33:07.170Z|0d8fcb6a-2553-4579-9f78-97c7a8e4baf1|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:33:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:33:57.631Z||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-24T10:33:57.632Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:33:57.632Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:33:57.633Z||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-24T10:33:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:34:07.168Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:34:07.168Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:34:57.631Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:34:57.631Z||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-24T10:34:57.631Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:34:57.632Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2021-11-24T10:34:57.633Z||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-24T10:34:57.633Z||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 qhOuQG3umMAzW8Gw) ... 2021-11-24T10:35:07.168Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2021-11-24T10:35:07.169Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK