By type
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) 2022-03-25T00:48:53.123Z||main|||||INFO|500||The following profiles are active: basic 2022-03-25T00:49:01.918Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-25T00:49:01.918Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-25T00:49:02.006Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-25T00:49:04.131Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-25T00:49:04.282Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-25T00:49:04.648Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-25T00:49:04.655Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-25T00:49:04.736Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-25T00:49:04.869Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-25T00:49:05.287Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-25T00:49:06.315Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-25T00:49:08.119Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-25T00:49:08.161Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-25T00:49:08.572Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-25T00:49:08.752Z||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. 2022-03-25T00:49:09.860Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-25T00:49:10.735Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-25T00:49:10.758Z||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$$e4a59924.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) 2022-03-25T00:49:10.759Z||main|||||WARN|500||The sdc end point is not alive 2022-03-25T00:49:13.556Z||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 2022-03-25T00:49:16.120Z||main|||||WARN|500||--- 2022-03-25T00:49:16.121Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-25T00:49:16.121Z||main|||||WARN|500||--- 2022-03-25T00:49:16.585Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-25T00:49:21.090Z||main|||||INFO|500||Started Application in 32.84 seconds (JVM running for 33.985) 2022-03-25T00:49:21.107Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-25T00:49:21.108Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-25T00:49:21.117Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-25T00:49:21.170Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-25T00:49:21.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ca890f7c-6097-49db-b2d3-9b05402b5b1a url= /sdc/v1/artifactTypes 2022-03-25T00:49:21.205Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-25T00:49:21.497Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-25T00:49:21.517Z||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 2022-03-25T00:49:21.535Z||scheduling-1|||||DEBUG|500||create keys 2022-03-25T00:49:21.541Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-25T00:49:22.162Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:49:22.180Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 3c297348-dbb6-448a-8542-920dd0e7ad1f url= /sdc/v1/registerForDistribution 2022-03-25T00:49:22.809Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 3c297348-dbb6-448a-8542-920dd0e7ad1f url= /sdc/v1/registerForDistribution 2022-03-25T00:49:22.809Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-25T00:49:22.819Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:49:22.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:49:22.823Z||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. 2022-03-25T00:49:22.823Z||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. 2022-03-25T00:49:22.824Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:49:22.824Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:49:22.824Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-25T00:49:34.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:49:34.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:50:22.817Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:50:22.818Z||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. 2022-03-25T00:50:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:50:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:50:22.821Z||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. 2022-03-25T00:50:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:50:32.376Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:50:32.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:51:22.817Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:51:22.818Z||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. 2022-03-25T00:51:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:51:22.820Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:51:22.821Z||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. 2022-03-25T00:51:22.822Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:51:32.366Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:51:32.372Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:52:22.818Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:52:22.820Z||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. 2022-03-25T00:52:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:52:22.820Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:52:22.821Z||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. 2022-03-25T00:52:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:52:32.374Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:52:32.397Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:53:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:53:22.818Z||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. 2022-03-25T00:53:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:53:22.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:53:22.822Z||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. 2022-03-25T00:53:22.822Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:53:32.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:53:32.370Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:54:22.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:54:22.820Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:54:22.820Z||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. 2022-03-25T00:54:22.821Z||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. 2022-03-25T00:54:22.822Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:54:22.825Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:54:32.375Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:54:32.375Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:55:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:55:22.819Z||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. 2022-03-25T00:55:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:55:22.820Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:55:22.821Z||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. 2022-03-25T00:55:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:55:32.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:55:32.375Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:56:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:56:22.819Z||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. 2022-03-25T00:56:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:56:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:56:22.823Z||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. 2022-03-25T00:56:22.823Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:56:32.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:56:32.370Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:57:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:57:22.818Z||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. 2022-03-25T00:57:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:57:22.820Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:57:22.821Z||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. 2022-03-25T00:57:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:57:32.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:57:32.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:58:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:58:22.818Z||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. 2022-03-25T00:58:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:58:22.820Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:58:22.821Z||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. 2022-03-25T00:58:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:58:32.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:58:32.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:59:16.823Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-25T00:59:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:59:22.818Z||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. 2022-03-25T00:59:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:59:22.820Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T00:59:22.821Z||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. 2022-03-25T00:59:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T00:59:32.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T00:59:32.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:00:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:00:22.818Z||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. 2022-03-25T01:00:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:00:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:00:22.821Z||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. 2022-03-25T01:00:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:00:32.369Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:00:32.371Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:01:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:01:22.819Z||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. 2022-03-25T01:01:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:01:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:01:22.821Z||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. 2022-03-25T01:01:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:01:32.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:01:32.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:02:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:02:22.818Z||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. 2022-03-25T01:02:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:02:22.820Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:02:22.821Z||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. 2022-03-25T01:02:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:02:32.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:02:32.368Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:03:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:03:22.818Z||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. 2022-03-25T01:03:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:03:22.820Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:03:22.821Z||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. 2022-03-25T01:03:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:03:32.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:03:32.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:04:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:04:22.818Z||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. 2022-03-25T01:04:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:04:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:04:22.820Z||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. 2022-03-25T01:04:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:04:32.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:04:32.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:05:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:05:22.818Z||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. 2022-03-25T01:05:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:05:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:05:22.820Z||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. 2022-03-25T01:05:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:05:32.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:05:32.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:06:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:06:22.818Z||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. 2022-03-25T01:06:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:06:22.820Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:06:22.821Z||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. 2022-03-25T01:06:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:06:32.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:06:32.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:07:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:07:22.818Z||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. 2022-03-25T01:07:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:07:22.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:07:22.821Z||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. 2022-03-25T01:07:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:07:32.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:07:32.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:08:22.818Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:08:22.820Z||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. 2022-03-25T01:08:22.820Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:08:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:08:22.821Z||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. 2022-03-25T01:08:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:08:32.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:08:32.371Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:09:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:09:22.819Z||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. 2022-03-25T01:09:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:09:22.820Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:09:22.821Z||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. 2022-03-25T01:09:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:09:32.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:09:32.373Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:10:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:10:22.818Z||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. 2022-03-25T01:10:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:10:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:10:22.820Z||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. 2022-03-25T01:10:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:10:32.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:10:32.386Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:11:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:11:22.818Z||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. 2022-03-25T01:11:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:11:22.820Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:11:22.821Z||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. 2022-03-25T01:11:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:11:32.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:11:32.370Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:12:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:12:22.819Z||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. 2022-03-25T01:12:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:12:22.820Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:12:22.821Z||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. 2022-03-25T01:12:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:12:32.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:12:32.374Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:13:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:13:22.818Z||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. 2022-03-25T01:13:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:13:22.820Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:13:22.821Z||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. 2022-03-25T01:13:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:13:32.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:13:32.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:14:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:14:22.818Z||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. 2022-03-25T01:14:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:14:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:14:22.821Z||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. 2022-03-25T01:14:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:14:32.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:14:32.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:15:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:15:22.818Z||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. 2022-03-25T01:15:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:15:22.820Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:15:22.821Z||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. 2022-03-25T01:15:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:15:32.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:15:32.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:16:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:16:22.818Z||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. 2022-03-25T01:16:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:16:22.820Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:16:22.821Z||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. 2022-03-25T01:16:22.822Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:16:32.363Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:16:32.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:17:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:17:22.818Z||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. 2022-03-25T01:17:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:17:22.820Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:17:22.821Z||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. 2022-03-25T01:17:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:17:32.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:17:32.369Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:18:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:18:22.818Z||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. 2022-03-25T01:18:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:18:22.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:18:22.822Z||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. 2022-03-25T01:18:22.822Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:18:32.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:18:32.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:19:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:19:22.818Z||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. 2022-03-25T01:19:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:19:22.820Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:19:22.821Z||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. 2022-03-25T01:19:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:19:32.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:19:32.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:20:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:20:22.818Z||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. 2022-03-25T01:20:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:20:22.820Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:20:22.821Z||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. 2022-03-25T01:20:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:20:32.359Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:20:32.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:21:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:21:22.818Z||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. 2022-03-25T01:21:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:21:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:21:22.820Z||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. 2022-03-25T01:21:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:21:32.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:21:32.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:22:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:22:22.819Z||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. 2022-03-25T01:22:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:22:22.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:22:22.821Z||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. 2022-03-25T01:22:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:22:32.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:22:32.365Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:23:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:23:22.818Z||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. 2022-03-25T01:23:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:23:22.820Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:23:22.821Z||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. 2022-03-25T01:23:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:23:32.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:23:32.365Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:24:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:24:22.818Z||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. 2022-03-25T01:24:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:24:22.820Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:24:22.821Z||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. 2022-03-25T01:24:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:24:32.366Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:24:32.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:25:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:25:22.818Z||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. 2022-03-25T01:25:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:25:22.820Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:25:22.821Z||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. 2022-03-25T01:25:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:25:32.372Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:25:32.373Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:26:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:26:22.818Z||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. 2022-03-25T01:26:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:26:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:26:22.821Z||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. 2022-03-25T01:26:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:26:32.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:26:32.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:27:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:27:22.818Z||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. 2022-03-25T01:27:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:27:22.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:27:22.820Z||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. 2022-03-25T01:27:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:27:32.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:27:32.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:28:22.817Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:28:22.818Z||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. 2022-03-25T01:28:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:28:22.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:28:22.821Z||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. 2022-03-25T01:28:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:28:32.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:28:32.363Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:29:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:29:22.818Z||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. 2022-03-25T01:29:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:29:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:29:22.821Z||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. 2022-03-25T01:29:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:29:32.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:29:32.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:30:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:30:22.818Z||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. 2022-03-25T01:30:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:30:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:30:22.821Z||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. 2022-03-25T01:30:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:30:32.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:30:32.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:31:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:31:22.818Z||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. 2022-03-25T01:31:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:31:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:31:22.821Z||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. 2022-03-25T01:31:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:31:32.364Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:31:32.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:32:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:32:22.818Z||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. 2022-03-25T01:32:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:32:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:32:22.821Z||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. 2022-03-25T01:32:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:32:32.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:32:32.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:33:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:33:22.818Z||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. 2022-03-25T01:33:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:33:22.820Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:33:22.821Z||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. 2022-03-25T01:33:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:33:32.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:33:32.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:34:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:34:22.818Z||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. 2022-03-25T01:34:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:34:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:34:22.821Z||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. 2022-03-25T01:34:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:34:32.368Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:34:32.372Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:35:22.818Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:35:22.820Z||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. 2022-03-25T01:35:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:35:22.820Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:35:22.821Z||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. 2022-03-25T01:35:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:35:32.372Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:35:32.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:36:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:36:22.818Z||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. 2022-03-25T01:36:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:36:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:36:22.821Z||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. 2022-03-25T01:36:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:36:32.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:36:32.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:37:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:37:22.818Z||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. 2022-03-25T01:37:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:37:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:37:22.821Z||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. 2022-03-25T01:37:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:37:32.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:37:32.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:38:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:38:22.818Z||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. 2022-03-25T01:38:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:38:22.820Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:38:22.821Z||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. 2022-03-25T01:38:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:38:32.364Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:38:32.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:39:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:39:22.818Z||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. 2022-03-25T01:39:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:39:22.820Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:39:22.821Z||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. 2022-03-25T01:39:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:39:32.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:39:32.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:40:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:40:22.818Z||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. 2022-03-25T01:40:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:40:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:40:22.820Z||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. 2022-03-25T01:40:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:40:32.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:40:32.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:41:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:41:22.818Z||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. 2022-03-25T01:41:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:41:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:41:22.821Z||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. 2022-03-25T01:41:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:41:32.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:41:32.371Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:42:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:42:22.818Z||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. 2022-03-25T01:42:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:42:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:42:22.821Z||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. 2022-03-25T01:42:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:42:32.364Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:42:32.364Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:43:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:43:22.818Z||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. 2022-03-25T01:43:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:43:22.820Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:43:22.820Z||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. 2022-03-25T01:43:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:43:32.364Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:43:32.369Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:44:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:44:22.818Z||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. 2022-03-25T01:44:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:44:22.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:44:22.821Z||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. 2022-03-25T01:44:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:44:32.361Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:44:32.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:45:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:45:22.818Z||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. 2022-03-25T01:45:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:45:22.820Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:45:22.821Z||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. 2022-03-25T01:45:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:45:32.362Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:45:32.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:46:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:46:22.818Z||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. 2022-03-25T01:46:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:46:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:46:22.820Z||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. 2022-03-25T01:46:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:46:32.360Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:46:32.361Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:47:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:47:22.818Z||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. 2022-03-25T01:47:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:47:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:47:22.821Z||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. 2022-03-25T01:47:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:47:32.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:47:32.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:48:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:48:22.818Z||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. 2022-03-25T01:48:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:48:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:48:22.820Z||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. 2022-03-25T01:48:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:48:32.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:48:32.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:49:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:49:22.818Z||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. 2022-03-25T01:49:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:49:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:49:22.820Z||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. 2022-03-25T01:49:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:49:32.362Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:49:32.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:50:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:50:22.818Z||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. 2022-03-25T01:50:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:50:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:50:22.821Z||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. 2022-03-25T01:50:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:50:32.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:50:32.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:51:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:51:22.818Z||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. 2022-03-25T01:51:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:51:22.820Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:51:22.821Z||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. 2022-03-25T01:51:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:51:32.366Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:51:32.366Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:52:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:52:22.819Z||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. 2022-03-25T01:52:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:52:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:52:22.821Z||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. 2022-03-25T01:52:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:52:32.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:52:32.367Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:53:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:53:22.818Z||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. 2022-03-25T01:53:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:53:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:53:22.820Z||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. 2022-03-25T01:53:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:53:32.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:53:32.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:54:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:54:22.818Z||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. 2022-03-25T01:54:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:54:22.820Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:54:22.821Z||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. 2022-03-25T01:54:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:54:32.365Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:54:32.371Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:55:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:55:22.818Z||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. 2022-03-25T01:55:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:55:22.820Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:55:22.820Z||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. 2022-03-25T01:55:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:55:32.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:55:32.365Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:56:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:56:22.818Z||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. 2022-03-25T01:56:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:56:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:56:22.821Z||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. 2022-03-25T01:56:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:56:32.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:56:32.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:57:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:57:22.818Z||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. 2022-03-25T01:57:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:57:22.820Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:57:22.821Z||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. 2022-03-25T01:57:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:57:32.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:57:32.365Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:58:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:58:22.818Z||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. 2022-03-25T01:58:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:58:22.820Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:58:22.820Z||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. 2022-03-25T01:58:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:58:32.360Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:58:32.365Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:59:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:59:22.818Z||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. 2022-03-25T01:59:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:59:22.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T01:59:22.821Z||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. 2022-03-25T01:59:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T01:59:32.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T01:59:32.364Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:00:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:00:22.818Z||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. 2022-03-25T02:00:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:00:22.820Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:00:22.821Z||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. 2022-03-25T02:00:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:00:32.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:00:32.363Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:22.817Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:01:22.818Z||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. 2022-03-25T02:01:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:01:22.820Z||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. 2022-03-25T02:01:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:26.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:26.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:01:26.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5fd9bca8-81e6-4d64-bf63-156d0e570a95","serviceName":"basic_onboard_MdUfQe","serviceVersion":"1.0","serviceUUID":"b0b2e479-cd52-4cda-a283-31913a23340d","serviceDescription":"service","serviceInvariantUUID":"549d266f-23c3-46c6-890b-fe82320b6006","resources":[{"resourceInstanceName":"basic_onboard_MdUfQe 0","resourceName":"basic_onboard_MdUfQe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"097b8b2a-a7cd-4513-a752-42f2191bb366","resourceInvariantUUID":"461c101c-b4e2-4c93-a0a1-31e89e48d7d8","resourceCustomizationUUID":"3b26517c-0e5d-4409-9734-8a906a822f93","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vf-license-model.xml","artifactChecksum":"Yzc0YjI3MmY5OTllN2YyMjc3YmIwYTI2MDY5NzM3NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d97482ee-ed1e-4850-b604-3da289290b52","artifactVersion":"1"},{"artifactName":"basic_onboard_mdufqe0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json","artifactChecksum":"NTcwMDA5MzRiMTIxNjUxYTE3NWM1NDk3ZDY4MTk0YWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3cff7dc2-2150-4ec4-aaf7-83a18dabca7a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d8b6ed42-4544-4bef-81c8-60a3950cb924","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e97de847-d161-4730-8dda-4cac32c4576e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0995ad6-a0af-40c2-b67b-f014796be1c9","artifactVersion":"2","generatedFromUUID":"d8b6ed42-4544-4bef-81c8-60a3950cb924"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMdufqe-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-template.yml","artifactChecksum":"MmVlY2NhOTcwYjA5YmVmNjY3OTFlNTBlNDZmYmY2Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"131dccbb-51e6-41c1-b77f-807a0fb933b1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMdufqe-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar","artifactChecksum":"ZTIyNzllYzkxNWExZjgwMzMxNDMyMjQyNmM5N2Y5MWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ddb3eddf-710e-4d4e-9ba7-6806ca3c40a9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T02:01:26.014Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:01:26.019Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:26.030Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:26.030Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:01:26.129Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-25T02:01:26.134Z||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. 2022-03-25T02:01:26.134Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:26.145Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:26.146Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:01:26.778Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:26.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:01:26.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "cds", "timestamp": 1648173676624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:01:26.795Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:01:26.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:01:26.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:01:26.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:01:27.037Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:01:27.038Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:27.040Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:27.040Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "NOTIFIED" } 2022-03-25T02:01:27.140Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:27.141Z||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. 2022-03-25T02:01:27.142Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:27.153Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:27.153Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:01:28.041Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:01:28.042Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:28.045Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:28.045Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T02:01:28.145Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:28.146Z||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. 2022-03-25T02:01:28.146Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:28.157Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:28.158Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:01:29.045Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:01:29.046Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:29.048Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:29.049Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:01:29.149Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:29.149Z||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. 2022-03-25T02:01:29.150Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:29.161Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:29.162Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:01:30.049Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:01:30.051Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:30.053Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:30.053Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T02:01:30.153Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:30.154Z||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. 2022-03-25T02:01:30.154Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:30.167Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:30.168Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:01:31.054Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:01:31.055Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:31.057Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:31.058Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:01:31.158Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:31.159Z||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. 2022-03-25T02:01:31.159Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:31.172Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:31.173Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:01:32.058Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:01:32.060Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:32.063Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:32.063Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:01:32.163Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:32.164Z||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. 2022-03-25T02:01:32.164Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:32.176Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:32.177Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:01:33.065Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "serviceName": "basic_onboard_MdUfQe", "serviceVersion": "1.0", "serviceUUID": "b0b2e479-cd52-4cda-a283-31913a23340d", "serviceDescription": "service", "serviceInvariantUUID": "549d266f-23c3-46c6-890b-fe82320b6006", "resources": [ { "resourceInstanceName": "basic_onboard_MdUfQe 0", "resourceCustomizationUUID": "3b26517c-0e5d-4409-9734-8a906a822f93", "resourceName": "basic_onboard_MdUfQe", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "097b8b2a-a7cd-4513-a752-42f2191bb366", "resourceInvariantUUID": "461c101c-b4e2-4c93-a0a1-31e89e48d7d8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_mdufqe0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "artifactChecksum": "NTcwMDA5MzRiMTIxNjUxYTE3NWM1NDk3ZDY4MTk0YWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3cff7dc2-2150-4ec4-aaf7-83a18dabca7a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d8b6ed42-4544-4bef-81c8-60a3950cb924", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0995ad6-a0af-40c2-b67b-f014796be1c9", "generatedFromUUID": "d8b6ed42-4544-4bef-81c8-60a3950cb924" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e0995ad6-a0af-40c2-b67b-f014796be1c9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMdufqe-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "artifactChecksum": "ZTIyNzllYzkxNWExZjgwMzMxNDMyMjQyNmM5N2Y5MWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ddb3eddf-710e-4d4e-9ba7-6806ca3c40a9" } ], "workloadContext": "Production" } 2022-03-25T02:01:33.067Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T02:01:33.067Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b0b2e479-cd52-4cda-a283-31913a23340d ASDC 2022-03-25T02:01:33.147Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:5fd9bca8-81e6-4d64-bf63-156d0e570a95 ServiceName:basic_onboard_MdUfQe ServiceVersion:1.0 ServiceUUID:b0b2e479-cd52-4cda-a283-31913a23340d ServiceInvariantUUID:549d266f-23c3-46c6-890b-fe82320b6006 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMdufqe-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar ArtifactUUID:ddb3eddf-710e-4d4e-9ba7-6806ca3c40a9 ArtifactChecksum:ZTIyNzllYzkxNWExZjgwMzMxNDMyMjQyNmM5N2Y5MWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_MdUfQe 0 ResourceCustomizationUUID:3b26517c-0e5d-4409-9734-8a906a822f93 ResourceInvariantUUID:461c101c-b4e2-4c93-a0a1-31e89e48d7d8 ResourceName:basic_onboard_MdUfQe ResourceType:VF ResourceUUID:097b8b2a-a7cd-4513-a752-42f2191bb366 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_mdufqe0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json ArtifactUUID:3cff7dc2-2150-4ec4-aaf7-83a18dabca7a ArtifactChecksum:NTcwMDA5MzRiMTIxNjUxYTE3NWM1NDk3ZDY4MTk0YWQ= 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/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml ArtifactUUID:d8b6ed42-4544-4bef-81c8-60a3950cb924 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/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env ArtifactUUID:e0995ad6-a0af-40c2-b67b-f014796be1c9 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/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env ArtifactUUID:e0995ad6-a0af-40c2-b67b-f014796be1c9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T02:01:33.147Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b0b2e479-cd52-4cda-a283-31913a23340d 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 (?, ?, ?, ?, ?) 2022-03-25T02:01:33.327Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T02:01:33.328Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T02:01:33.329Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T02:01:33.330Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ddb3eddf-710e-4d4e-9ba7-6806ca3c40a9 from URL: /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:33.330Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T02:01:33.331Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:33.502Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T02:01:33.516Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar ddb3eddf-710e-4d4e-9ba7-6806ca3c40a9 71568 2022-03-25T02:01:33.518Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar ASDC sendASDCNotification 2022-03-25T02:01:33.518Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:33.519Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:01:33.520Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:33.521Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:33.522Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173693517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:01:33.622Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:33.623Z||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. 2022-03-25T02:01:33.623Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:33.636Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:33.636Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:01:34.522Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T02:01:34.523Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T02:01:34.523Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ddb3eddf-710e-4d4e-9ba7-6806ca3c40a9, URL: /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar to file: /app/ASDC/1/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:34.525Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:34.594Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:34.594Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:35.830Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7114464697676312179/Definitions/service-BasicOnboardMdufqe-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 2022-03-25T02:01:37.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T02:01:37.373Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-25T02:01:37.373Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.373Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T02:01:37.373Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MdUfQe 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-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.373Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||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-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.373Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||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-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.373Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||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-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.373Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||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-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.374Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.374Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.374Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||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-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.374Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||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-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:37.374Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-25T02:01:37.378Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.379Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:37.382Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is matching search criteria 2022-03-25T02:01:37.382Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-25T02:01:37.383Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MdUfQe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T02:01:37.384Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.384Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:37.384Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is matching search criteria 2022-03-25T02:01:37.384Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-25T02:01:37.384Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MdUfQe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T02:01:37.384Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.384Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:37.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is not matching search criteria 2022-03-25T02:01:37.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-25T02:01:37.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-25T02:01:37.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-25T02:01:37.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T02:01:37.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T02:01:37.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T02:01:37.388Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.388Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is matching search criteria 2022-03-25T02:01:37.388Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MdUfQe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is matching search criteria 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MdUfQe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is matching search criteria 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MdUfQe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is not matching search criteria 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T02:01:37.389Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=351dd8cb-ec10-474f-beaf-a319ceedb697 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:37.390Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_MdUfQe Description:service Model UUID:b0b2e479-cd52-4cda-a283-31913a23340d Model Version:NULL Model InvariantUuid:549d266f-23c3-46c6-890b-fe82320b6006 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_MdUfQe Model UUID:49b7cafc-3857-4a23-a136-6f01afbfd0e3 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:461c101c-b4e2-4c93-a0a1-31e89e48d7d8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3b26517c-0e5d-4409-9734-8a906a822f93 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b6d3c756-bdb8-454d-bb13-8dc858369bd2 ModelName:BasicOnboardMdufqe..base_ubuntu18..module-0 ModelUuid:977e215d-ae77-4cee-9d7d-223da614280b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:351dd8cb-ec10-474f-beaf-a319ceedb697 ModelInvariantUuid:eeda448d-7623-4131-99d7-c125b76cea9c ModelName:basic_onboard_MdUfQe-nodes.ubuntu18Cvfc ModelUuid:dfb446cd-8659-4038-a9e9-42bea23d600a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:5366ccb0-d3d8-438a-a0d4-b616d7abd9af ModelInvariantUuid:a2b7fcc9-3d59-41f0-85c0-6a4f51e9b7f0 ModelName:BasicOnboardMdufqe.compute.nodes.heat.ubuntu18 ModelUuid:86c5c685-2ead-488b-93c3-f5363149109e 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=? 2022-03-25T02:01:37.404Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 097b8b2a-a7cd-4513-a752-42f2191bb366 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=? 2022-03-25T02:01:37.523Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||basic_onboard_MdUfQe 0 2022-03-25T02:01:37.528Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 097b8b2a-a7cd-4513-a752-42f2191bb366 2022-03-25T02:01:37.528Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3cff7dc2-2150-4ec4-aaf7-83a18dabca7a from URL: /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json 2022-03-25T02:01:37.528Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T02:01:37.528Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json 2022-03-25T02:01:37.784Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T02:01:37.785Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json 3cff7dc2-2150-4ec4-aaf7-83a18dabca7a 798 2022-03-25T02:01:37.785Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json ASDC sendASDCNotification 2022-03-25T02:01:37.786Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json 2022-03-25T02:01:37.786Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:01:37.786Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:37.787Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:37.787Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173697785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T02:01:37.888Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:37.890Z||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. 2022-03-25T02:01:37.891Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:37.904Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:37.904Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:01:38.792Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMdufqe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b6d3c756-bdb8-454d-bb13-8dc858369bd2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "977e215d-ae77-4cee-9d7d-223da614280b", "vfModuleModelCustomizationUUID": "0ed329a1-d7ff-48c1-ad0a-0d44fdba5938", "isBase": true, "artifacts": [ "d8b6ed42-4544-4bef-81c8-60a3950cb924", "e0995ad6-a0af-40c2-b67b-f014796be1c9" ], "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": "" } } ] 2022-03-25T02:01:38.803Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMdufqe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:977e215d-ae77-4cee-9d7d-223da614280b VfModuleModelInvariantUUID:b6d3c756-bdb8-454d-bb13-8dc858369bd2 VfModuleModelDescription:NULL Artifacts UUID List:{ d8b6ed42-4544-4bef-81c8-60a3950cb924 , e0995ad6-a0af-40c2-b67b-f014796be1c9 } 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 } 2022-03-25T02:01:38.805Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMdufqe..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "b6d3c756-bdb8-454d-bb13-8dc858369bd2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "977e215d-ae77-4cee-9d7d-223da614280b", "vfModuleModelCustomizationUUID": "0ed329a1-d7ff-48c1-ad0a-0d44fdba5938", "isBase": true, "artifacts": [ "d8b6ed42-4544-4bef-81c8-60a3950cb924", "e0995ad6-a0af-40c2-b67b-f014796be1c9" ], "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": "" } } ] 2022-03-25T02:01:38.805Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMdufqe..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:977e215d-ae77-4cee-9d7d-223da614280b VfModuleModelInvariantUUID:b6d3c756-bdb8-454d-bb13-8dc858369bd2 VfModuleModelDescription:NULL Artifacts UUID List:{ d8b6ed42-4544-4bef-81c8-60a3950cb924 , e0995ad6-a0af-40c2-b67b-f014796be1c9 } 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 } 2022-03-25T02:01:38.806Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d8b6ed42-4544-4bef-81c8-60a3950cb924 from URL: /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml 2022-03-25T02:01:38.806Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T02:01:38.806Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml 2022-03-25T02:01:39.196Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T02:01:39.196Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml d8b6ed42-4544-4bef-81c8-60a3950cb924 5033 2022-03-25T02:01:39.196Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T02:01:39.196Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml 2022-03-25T02:01:39.197Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:01:39.197Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:39.199Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:39.199Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173699196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T02:01:39.300Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:39.300Z||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. 2022-03-25T02:01:39.300Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:39.313Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:39.313Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:01:40.200Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e0995ad6-a0af-40c2-b67b-f014796be1c9 from URL: /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env 2022-03-25T02:01:40.201Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T02:01:40.201Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env 2022-03-25T02:01:40.294Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T02:01:40.295Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env e0995ad6-a0af-40c2-b67b-f014796be1c9 909 2022-03-25T02:01:40.295Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T02:01:40.296Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env 2022-03-25T02:01:40.296Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:01:40.296Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:40.298Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:40.299Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173700295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T02:01:40.399Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:40.400Z||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. 2022-03-25T02:01:40.400Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:40.411Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:40.412Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:01:41.299Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b0b2e479-cd52-4cda-a283-31913a23340d 2022-03-25T02:01:41.300Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MdUfQe 0 097b8b2a-a7cd-4513-a752-42f2191bb366 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=? 2022-03-25T02:01:41.329Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54914fb0, org.onap.sdc.toscaparser.api.parameters.Input@4251988f, org.onap.sdc.toscaparser.api.parameters.Input@1109c420, org.onap.sdc.toscaparser.api.parameters.Input@5d0890a3, org.onap.sdc.toscaparser.api.parameters.Input@33ab87d] 2022-03-25T02:01:41.332Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.332Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:41.332Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-25T02:01:41.332Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 3b26517c-0e5d-4409-9734-8a906a822f93 2022-03-25T02:01:41.332Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3b26517c-0e5d-4409-9734-8a906a822f93 matches Tosca VF Customization UUID: 3b26517c-0e5d-4409-9734-8a906a822f93 2022-03-25T02:01:41.332Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 3b26517c-0e5d-4409-9734-8a906a822f93 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=? 2022-03-25T02:01:41.336Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.337Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:41.337Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 3b26517c-0e5d-4409-9734-8a906a822f93: {\"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\"} 2022-03-25T02:01:41.337Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f9ae5de 2022-03-25T02:01:41.337Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.338Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T02:01:41.338Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ed329a1-d7ff-48c1-ad0a-0d44fdba5938 2022-03-25T02:01:41.338Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ed329a1-d7ff-48c1-ad0a-0d44fdba5938 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=? 2022-03-25T02:01:41.342Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.342Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is matching search criteria 2022-03-25T02:01:41.342Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MdUfQe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:01:41.343Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.343Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is matching search criteria 2022-03-25T02:01:41.343Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MdUfQe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:01:41.343Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.343Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is not matching search criteria 2022-03-25T02:01:41.343Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T02:01:41.344Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T02:01:41.344Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=351dd8cb-ec10-474f-beaf-a319ceedb697 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=? 2022-03-25T02:01:41.348Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.348Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is matching search criteria 2022-03-25T02:01:41.349Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MdUfQe 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:01:41.349Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.349Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_MdUfQe 0 is matching search criteria 2022-03-25T02:01:41.349Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_MdUfQe 0] matching following query criteria: sdcType=VF, customizationUUID=3b26517c-0e5d-4409-9734-8a906a822f93 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=? 2022-03-25T02:01:41.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:41.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b0b2e479-cd52-4cda-a283-31913a23340d: basic_onboard_MdUfQe 2022-03-25T02:01:41.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:41.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:41.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:41.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:41.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:01:41.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_MdUfQe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:01:41.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_MdUfQe 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 (?, ?, ?, ?, ?) 2022-03-25T02:01:41.527Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MdUfQe 097b8b2a-a7cd-4513-a752-42f2191bb366 1 ASDC deployResourceStructure 2022-03-25T02:01:41.527Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json ASDC sendASDCNotification 2022-03-25T02:01:41.528Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json 2022-03-25T02:01:41.528Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:01:41.528Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:41.529Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:41.529Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173701527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T02:01:41.630Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T02:01:41.630Z||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. 2022-03-25T02:01:41.631Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:41.644Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:41.644Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:01:42.530Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T02:01:42.531Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml 2022-03-25T02:01:42.531Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:01:42.532Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:42.534Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:42.534Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173702530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T02:01:42.634Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:42.635Z||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. 2022-03-25T02:01:42.635Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:42.649Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:42.649Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:01:43.535Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T02:01:43.535Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env 2022-03-25T02:01:43.536Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:01:43.536Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:43.538Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:43.538Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173703535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T02:01:43.638Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:43.639Z||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. 2022-03-25T02:01:43.639Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:43.652Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:43.653Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:01:44.539Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar ASDC sendASDCNotification 2022-03-25T02:01:44.540Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar 2022-03-25T02:01:44.540Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:01:44.540Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:01:44.542Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:01:44.543Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173704539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:01:44.643Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:01:44.644Z||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. 2022-03-25T02:01:44.644Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:01:44.656Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:01:44.657Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:01:45.544Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:01:45.568Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:01:45.570Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:01:45.570Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:01:45.570Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:02:15.570Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:02:15.579Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:02:15.582Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:02:15.582Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:02:15.582Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:02:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:02:22.821Z||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. 2022-03-25T02:02:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:02:22.950Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:02:22.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:02:22.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "cds", "timestamp": 1648173676624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T02:02:22.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:02:45.582Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:02:45.591Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:02:45.594Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:02:45.594Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:02:45.594Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:03:15.594Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:03:15.607Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:03:15.609Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:03:15.609Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:03:15.609Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:03:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:03:22.821Z||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. 2022-03-25T02:03:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:03:23.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:03:23.353Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.353Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "NOTIFIED" } 2022-03-25T02:03:23.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "cds", "timestamp": 1648173676624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.355Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "cds", "timestamp": 1648173676624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "cds", "timestamp": 1648173676624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T02:03:23.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "cds", "timestamp": 1648173676624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.357Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "cds", "timestamp": 1648173676624, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173682817, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "cds", "timestamp": 1648173693485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173693517, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.358Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173693795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.359Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.359Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.359Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "cds", "timestamp": 1648173694495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-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=? 2022-03-25T02:03:23.366Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5fd9bca8-81e6-4d64-bf63-156d0e570a95 2022-03-25T02:03:23.367Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fd9bca8-81e6-4d64-bf63-156d0e570a95 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 (?, ?, ?, ?, ?) 2022-03-25T02:03:23.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "ves-openapi-manager", "timestamp": 1648173694094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173693795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "ves-openapi-manager", "timestamp": 1648173694094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173695620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173693795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "ves-openapi-manager", "timestamp": 1648173694094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173695620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "NOTIFIED" } 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173693795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "ves-openapi-manager", "timestamp": 1648173694094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.377Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173697785, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173695620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173693795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "ves-openapi-manager", "timestamp": 1648173694094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173699196, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173695620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173693795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "ves-openapi-manager", "timestamp": 1648173694094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173695620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173700295, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173693795, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "ves-openapi-manager", "timestamp": 1648173694094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173695620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173701527, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173701721, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173695620, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173702530, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173703492, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.380Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173703535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173703746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173704539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173704597, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173703746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.381Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173705637, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.382Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173703746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.382Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.382Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.382Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173706763, "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=? 2022-03-25T02:03:23.386Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fd9bca8-81e6-4d64-bf63-156d0e570a95 2022-03-25T02:03:23.386Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fd9bca8-81e6-4d64-bf63-156d0e570a95 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 (?, ?, ?, ?, ?) 2022-03-25T02:03:23.392Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173703746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "multicloud-k8s-id", "timestamp": 1648173707767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/basic_onboard_mdufqe0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173703746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/resourceInstances/basic_onboard_mdufqe0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.393Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173703746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173703746, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173711644, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173712119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.394Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "aai-ml", "timestamp": 1648173713123, "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=? 2022-03-25T02:03:23.398Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5fd9bca8-81e6-4d64-bf63-156d0e570a95 2022-03-25T02:03:23.398Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fd9bca8-81e6-4d64-bf63-156d0e570a95 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 (?, ?, ?, ?, ?) 2022-03-25T02:03:23.407Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173715229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMdufqe/1.0/artifacts/service-BasicOnboardMdufqe-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:03:23.408Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:03:23.408Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:03:23.408Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648173716234, "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=? 2022-03-25T02:03:23.412Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5fd9bca8-81e6-4d64-bf63-156d0e570a95 2022-03-25T02:03:23.413Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fd9bca8-81e6-4d64-bf63-156d0e570a95 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 (?, ?, ?, ?, ?) 2022-03-25T02:03:45.609Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:03:45.622Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:03:45.625Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||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=? 2022-03-25T02:03:45.630Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T02:04:15.631Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 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=? 2022-03-25T02:04:15.640Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5fd9bca8-81e6-4d64-bf63-156d0e570a95 and serviceModelVersionId: b0b2e479-cd52-4cda-a283-31913a23340d 2022-03-25T02:04:15.640Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 549d266f-23c3-46c6-890b-fe82320b6006 2022-03-25T02:04:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:04:22.821Z||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. 2022-03-25T02:04:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:04:27.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/549d266f-23c3-46c6-890b-fe82320b6006/model-vers/model-ver/b0b2e479-cd52-4cda-a283-31913a23340d?depth=0 2022-03-25T02:04:27.428Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T02:04:27.845Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549d266f-23c3-46c6-890b-fe82320b6006/model-vers/model-ver/b0b2e479-cd52-4cda-a283-31913a23340d?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]} 2022-03-25T02:04:27.849Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549d266f-23c3-46c6-890b-fe82320b6006/model-vers/model-ver/b0b2e479-cd52-4cda-a283-31913a23340d?depth=0|INFO|500||Invoke 2022-03-25T02:04:27.973Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549d266f-23c3-46c6-890b-fe82320b6006/model-vers/model-ver/b0b2e479-cd52-4cda-a283-31913a23340d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T02:04:28.211Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549d266f-23c3-46c6-890b-fe82320b6006/model-vers/model-ver/b0b2e479-cd52-4cda-a283-31913a23340d?depth=0|INFO|500||InvokeReturn 2022-03-25T02:04:28.212Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/549d266f-23c3-46c6-890b-fe82320b6006/model-vers/model-ver/b0b2e479-cd52-4cda-a283-31913a23340d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-02:04:27:988-19794], vertex-id=[172160], Content-Length=[0], Date=[Fri, 25 Mar 2022 02:04:27 GMT], Content-Type=[application/json]} 2022-03-25T02:04:28.212Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T02:04:28.214Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T02:04:28.214Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||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=? 2022-03-25T02:04:28.218Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||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) 2022-03-25T02:04:28.222Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5fd9bca8-81e6-4d64-bf63-156d0e570a95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T02:04:28.222Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T02:04:28.222Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:04:28.224Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:04:28.224Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173868222, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T02:04:28.324Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:04:28.325Z||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. 2022-03-25T02:04:28.325Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:04:28.337Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:04:28.338Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:04:28.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:04:28.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:04:28.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "5fd9bca8-81e6-4d64-bf63-156d0e570a95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648173868222, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T02:04:28.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T02:04:29.239Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:04:29.239Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:04:29.239Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:04:40.170Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:04:40.171Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:04:40.171Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:04:40.171Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:04:49.716Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:04:49.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:04:49.718Z||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. 2022-03-25T02:04:49.718Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:04:59.259Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:05:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:05:22.818Z||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. 2022-03-25T02:05:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:05:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:05:22.822Z||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. 2022-03-25T02:05:22.822Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:05:32.362Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:05:32.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:06:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:06:22.818Z||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. 2022-03-25T02:06:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:06:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:06:22.820Z||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. 2022-03-25T02:06:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:06:32.361Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:06:32.361Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:07:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:07:22.819Z||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. 2022-03-25T02:07:22.819Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:07:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:07:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:07:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:07:32.362Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:07:32.363Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:08:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:08:22.818Z||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. 2022-03-25T02:08:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:08:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:08:22.820Z||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. 2022-03-25T02:08:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:08:32.367Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:08:32.367Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:09:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:09:22.818Z||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. 2022-03-25T02:09:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:09:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:09:22.820Z||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. 2022-03-25T02:09:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:09:32.365Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:09:32.366Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:10:22.817Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:10:22.818Z||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. 2022-03-25T02:10:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:10:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:10:22.821Z||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. 2022-03-25T02:10:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:10:23.433Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:10:23.434Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.434Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "ves-openapi-manager", "timestamp": 1648174214094, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:10:23.436Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:10:23.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "cds", "timestamp": 1648174216624, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:10:23.437Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:10:23.437Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.437Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648174215620, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:10:23.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:10:23.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174213746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:10:23.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:10:23.438Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.438Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "cds", "timestamp": 1648174216624, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:10:23.438Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "ves-openapi-manager", "timestamp": 1648174214094, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "multicloud-k8s-id", "timestamp": 1648174215620, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174213746, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.439Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174220822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:10:23.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:10:23.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "cds", "timestamp": 1648174220912, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:10:23.440Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:10:23.440Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.440Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "cds", "timestamp": 1648174221917, "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=? 2022-03-25T02:10:23.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:10:23.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"576edf59-695f-4355-ab32-fdf3f89793a0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1e485b7d-b32c-48a2-9ff3-0f78f62e26b5","serviceDescription":"service","serviceInvariantUUID":"704be89c-c13e-4fcc-aa79-846a4f2ddf71","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"fbcb8100-85ff-4a60-9dea-79dc6ef10296","resourceInvariantUUID":"a7de4f2a-6f42-44ea-9d67-35dc213a4942","resourceCustomizationUUID":"82ee4746-110d-421f-8703-12695f3ff8c6","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":"NzIzMWUzZjIwMjFmYzNjMzU1M2I5ZjY2NmU3MzMyOTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c883d376-42ee-4f99-9e99-cc329ae109f3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NWFlODY1NWQ5NmFjN2UyNDExYTgzZDUyNDliZTQxNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a9303da-10ff-416e-b955-fa314a024d14","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T02:10:23.450Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:10:23.450Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T02:10:23.453Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:10:23.453Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174222817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:10:23.455Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 576edf59-695f-4355-ab32-fdf3f89793a0 2022-03-25T02:10:23.456Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 576edf59-695f-4355-ab32-fdf3f89793a0 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 (?, ?, ?, ?, ?) 2022-03-25T02:10:23.463Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:10:23.463Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174222303, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:10:23.464Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:10:23.553Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:10:23.554Z||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. 2022-03-25T02:10:23.555Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:10:23.568Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:10:23.568Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:10:24.454Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:10:24.455Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:10:24.457Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:10:24.457Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174222817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:10:24.557Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:10:24.558Z||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. 2022-03-25T02:10:24.558Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:10:24.571Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:10:24.571Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:10:25.459Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "1e485b7d-b32c-48a2-9ff3-0f78f62e26b5", "serviceDescription": "service", "serviceInvariantUUID": "704be89c-c13e-4fcc-aa79-846a4f2ddf71", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "82ee4746-110d-421f-8703-12695f3ff8c6", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "fbcb8100-85ff-4a60-9dea-79dc6ef10296", "resourceInvariantUUID": "a7de4f2a-6f42-44ea-9d67-35dc213a4942", "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": "NWFlODY1NWQ5NmFjN2UyNDExYTgzZDUyNDliZTQxNTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7a9303da-10ff-416e-b955-fa314a024d14" } ], "workloadContext": "Production" } 2022-03-25T02:10:25.459Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T02:10:25.459Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1e485b7d-b32c-48a2-9ff3-0f78f62e26b5 ASDC 2022-03-25T02:10:25.460Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:576edf59-695f-4355-ab32-fdf3f89793a0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:1e485b7d-b32c-48a2-9ff3-0f78f62e26b5 ServiceInvariantUUID:704be89c-c13e-4fcc-aa79-846a4f2ddf71 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:7a9303da-10ff-416e-b955-fa314a024d14 ArtifactChecksum:NWFlODY1NWQ5NmFjN2UyNDExYTgzZDUyNDliZTQxNTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:82ee4746-110d-421f-8703-12695f3ff8c6 ResourceInvariantUUID:a7de4f2a-6f42-44ea-9d67-35dc213a4942 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:fbcb8100-85ff-4a60-9dea-79dc6ef10296 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-25T02:10:25.460Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1e485b7d-b32c-48a2-9ff3-0f78f62e26b5 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=? 2022-03-25T02:10:25.490Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T02:10:25.491Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-25T02:10:25.491Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-25T02:10:25.492Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7a9303da-10ff-416e-b955-fa314a024d14 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T02:10:25.492Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-25T02:10:25.492Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T02:10:25.633Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-25T02:10:25.637Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7a9303da-10ff-416e-b955-fa314a024d14 52513 2022-03-25T02:10:25.638Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-25T02:10:25.638Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T02:10:25.638Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:10:25.638Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:10:25.640Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:10:25.640Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174225638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:10:25.741Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:10:25.741Z||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. 2022-03-25T02:10:25.742Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:10:25.754Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:10:25.755Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:10:26.641Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T02:10:26.642Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-25T02:10:26.642Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7a9303da-10ff-416e-b955-fa314a024d14, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T02:10:26.642Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-25T02:10:26.642Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T02:10:26.643Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T02:10:26.727Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4327379354828872577/Definitions/service-BasicNetwork-template.yml 2022-03-25T02:10:27.115Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T02:10:27.115Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-25T02:10:27.115Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.116Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.117Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.118Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.118Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.118Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.118Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.118Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.118Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.118Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.118Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.118Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:1e485b7d-b32c-48a2-9ff3-0f78f62e26b5 Model Version:NULL Model InvariantUuid:704be89c-c13e-4fcc-aa79-846a4f2ddf71 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:a7de4f2a-6f42-44ea-9d67-35dc213a4942 Model UUID:2b45b97f-5788-4265-ab5c-b6d6307178d5 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:82ee4746-110d-421f-8703-12695f3ff8c6 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=? 2022-03-25T02:10:27.145Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: fbcb8100-85ff-4a60-9dea-79dc6ef10296 2022-03-25T02:10:27.145Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||No resources found for Service: 1e485b7d-b32c-48a2-9ff3-0f78f62e26b5 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=? 2022-03-25T02:10:27.151Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500|| 2022-03-25T02:10:27.151Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-25T02:10:27.152Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 1e485b7d-b32c-48a2-9ff3-0f78f62e26b5 2022-03-25T02:10:27.152Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1e485b7d-b32c-48a2-9ff3-0f78f62e26b5 2022-03-25T02:10:27.152Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-25T02:10:27.152Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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=? 2022-03-25T02:10:27.157Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b938269, org.onap.sdc.toscaparser.api.parameters.Input@3ffd572c, org.onap.sdc.toscaparser.api.parameters.Input@74e385f, org.onap.sdc.toscaparser.api.parameters.Input@7241c393, org.onap.sdc.toscaparser.api.parameters.Input@75c68778] 2022-03-25T02:10:27.159Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.159Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.159Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.159Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.159Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1e485b7d-b32c-48a2-9ff3-0f78f62e26b5: Generic NeutronNet 2022-03-25T02:10:27.159Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.160Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.160Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.160Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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=? 2022-03-25T02:10:27.182Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.183Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.183Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.183Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.183Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:10:27.184Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:10:27.184Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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 (?, ?) 2022-03-25T02:10:27.229Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-25T02:10:27.230Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-25T02:10:27.230Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T02:10:27.230Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:10:27.230Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:10:27.231Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:10:27.231Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174227230, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:10:27.332Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T02:10:27.333Z||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. 2022-03-25T02:10:27.333Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:10:27.344Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:10:27.344Z||pool-22-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:10:28.233Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:10:28.245Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:10:28.248Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:10:28.248Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:10:28.248Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:10:58.249Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:10:58.262Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:10:58.264Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:10:58.264Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:10:58.264Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:11:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:11:22.821Z||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. 2022-03-25T02:11:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:11:22.843Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:11:22.844Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:11:22.844Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174223305, "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=? 2022-03-25T02:11:22.853Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 576edf59-695f-4355-ab32-fdf3f89793a0 2022-03-25T02:11:22.853Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 576edf59-695f-4355-ab32-fdf3f89793a0 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 (?, ?, ?, ?, ?) 2022-03-25T02:11:28.265Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:11:28.277Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:11:28.280Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:11:28.280Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:11:28.280Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:11:58.280Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:11:58.290Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:11:58.294Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:11:58.294Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:11:58.294Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:12:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:12:22.821Z||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. 2022-03-25T02:12:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:12:22.845Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:12:22.845Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:12:22.846Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174222817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:12:22.846Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:12:28.295Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:12:28.311Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:12:28.314Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:12:28.314Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:12:28.315Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:12:58.315Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:12:58.325Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:12:58.328Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:12:58.328Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:12:58.329Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:13:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:13:22.821Z||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. 2022-03-25T02:13:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:13:23.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:13:23.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:13:23.347Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174222817, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:13:23.347Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:13:23.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:13:23.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174225638, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:13:23.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:13:23.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:13:23.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174227230, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:13:23.348Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:13:23.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:13:23.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "aai-ml", "timestamp": 1648174233795, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:13:23.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:13:23.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:13:23.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "aai-ml", "timestamp": 1648174233795, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:13:23.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:13:23.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:13:23.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "aai-ml", "timestamp": 1648174236515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:13:23.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:13:23.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:13:23.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "aai-ml", "timestamp": 1648174240189, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:13:23.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:13:23.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:13:23.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "aai-ml", "timestamp": 1648174241192, "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=? 2022-03-25T02:13:23.359Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 576edf59-695f-4355-ab32-fdf3f89793a0 2022-03-25T02:13:23.359Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 576edf59-695f-4355-ab32-fdf3f89793a0 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 (?, ?, ?, ?, ?) 2022-03-25T02:13:28.329Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:13:28.341Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:13:28.344Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:13:28.344Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T02:13:28.344Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T02:13:28.344Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T02:13:28.344Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:13:28.345Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:13:28.345Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:13:28.345Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:13:28.345Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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=? 2022-03-25T02:13:28.350Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T02:13:58.350Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 576edf59-695f-4355-ab32-fdf3f89793a0 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=? 2022-03-25T02:13:58.356Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 576edf59-695f-4355-ab32-fdf3f89793a0 and serviceModelVersionId: 1e485b7d-b32c-48a2-9ff3-0f78f62e26b5 2022-03-25T02:13:58.357Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 704be89c-c13e-4fcc-aa79-846a4f2ddf71 2022-03-25T02:13:58.359Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/704be89c-c13e-4fcc-aa79-846a4f2ddf71/model-vers/model-ver/1e485b7d-b32c-48a2-9ff3-0f78f62e26b5?depth=0 2022-03-25T02:13:58.365Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T02:13:58.416Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704be89c-c13e-4fcc-aa79-846a4f2ddf71/model-vers/model-ver/1e485b7d-b32c-48a2-9ff3-0f78f62e26b5?depth=0|INFO|500||Invoke 2022-03-25T02:13:58.416Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704be89c-c13e-4fcc-aa79-846a4f2ddf71/model-vers/model-ver/1e485b7d-b32c-48a2-9ff3-0f78f62e26b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704be89c-c13e-4fcc-aa79-846a4f2ddf71/model-vers/model-ver/1e485b7d-b32c-48a2-9ff3-0f78f62e26b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[576edf59-695f-4355-ab32-fdf3f89793a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7132f178-3f79-4f99-80ef-78cc3a917b03], X-ECOMP-RequestID=[576edf59-695f-4355-ab32-fdf3f89793a0], X-TransactionId=[], X-ONAP-RequestID=[576edf59-695f-4355-ab32-fdf3f89793a0], Content-Type=[application/merge-patch+json]} 2022-03-25T02:13:58.460Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704be89c-c13e-4fcc-aa79-846a4f2ddf71/model-vers/model-ver/1e485b7d-b32c-48a2-9ff3-0f78f62e26b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T02:13:58.872Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704be89c-c13e-4fcc-aa79-846a4f2ddf71/model-vers/model-ver/1e485b7d-b32c-48a2-9ff3-0f78f62e26b5?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/704be89c-c13e-4fcc-aa79-846a4f2ddf71/model-vers/model-ver/1e485b7d-b32c-48a2-9ff3-0f78f62e26b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-02:13:58:467-93165], vertex-id=[417960], Content-Length=[0], Date=[Fri, 25 Mar 2022 02:13:58 GMT], Content-Type=[application/json]} 2022-03-25T02:13:58.872Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704be89c-c13e-4fcc-aa79-846a4f2ddf71/model-vers/model-ver/1e485b7d-b32c-48a2-9ff3-0f78f62e26b5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T02:13:58.873Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/704be89c-c13e-4fcc-aa79-846a4f2ddf71/model-vers/model-ver/1e485b7d-b32c-48a2-9ff3-0f78f62e26b5?depth=0|INFO|500||InvokeReturn 2022-03-25T02:13:58.874Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T02:13:58.874Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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=? 2022-03-25T02:13:58.879Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||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) 2022-03-25T02:13:58.879Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 576edf59-695f-4355-ab32-fdf3f89793a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T02:13:58.879Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T02:13:58.879Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:13:58.882Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:13:58.882Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174438879, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T02:13:58.982Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:13:58.983Z||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. 2022-03-25T02:13:58.984Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:13:59.000Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:13:59.000Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T02:13:59.983Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:13:59.983Z|576edf59-695f-4355-ab32-fdf3f89793a0|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. 2022-03-25T02:13:59.983Z|576edf59-695f-4355-ab32-fdf3f89793a0|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:14:10.270Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:14:10.271Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:14:10.272Z|576edf59-695f-4355-ab32-fdf3f89793a0|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. 2022-03-25T02:14:10.272Z|576edf59-695f-4355-ab32-fdf3f89793a0|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:14:19.813Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:14:19.814Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:14:19.814Z|576edf59-695f-4355-ab32-fdf3f89793a0|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. 2022-03-25T02:14:19.814Z|576edf59-695f-4355-ab32-fdf3f89793a0|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:14:22.820Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:14:22.821Z||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. 2022-03-25T02:14:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:14:23.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:14:23.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T02:14:23.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "576edf59-695f-4355-ab32-fdf3f89793a0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174438879, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T02:14:23.448Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:14:29.355Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:14:29.356Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:14:29.357Z|576edf59-695f-4355-ab32-fdf3f89793a0|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. 2022-03-25T02:14:29.357Z|576edf59-695f-4355-ab32-fdf3f89793a0|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:14:38.895Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:15:22.817Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:15:22.818Z|576edf59-695f-4355-ab32-fdf3f89793a0|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. 2022-03-25T02:15:22.818Z|576edf59-695f-4355-ab32-fdf3f89793a0|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:15:22.820Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:15:22.820Z||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. 2022-03-25T02:15:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:15:32.363Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:15:32.364Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:16:22.817Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:16:22.818Z|576edf59-695f-4355-ab32-fdf3f89793a0|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. 2022-03-25T02:16:22.818Z|576edf59-695f-4355-ab32-fdf3f89793a0|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:16:22.820Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:16:22.820Z||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. 2022-03-25T02:16:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:16:32.360Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:16:32.361Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:17:22.817Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:17:22.818Z|576edf59-695f-4355-ab32-fdf3f89793a0|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. 2022-03-25T02:17:22.818Z|576edf59-695f-4355-ab32-fdf3f89793a0|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:17:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:17:22.820Z||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. 2022-03-25T02:17:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:17:32.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:17:32.366Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:22.817Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:18:22.818Z|576edf59-695f-4355-ab32-fdf3f89793a0|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. 2022-03-25T02:18:22.818Z|576edf59-695f-4355-ab32-fdf3f89793a0|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:18:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:18:22.822Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:23.398Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:23.399Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:18:23.400Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "ves-openapi-manager", "timestamp": 1648174694094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:18:23.401Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:18:23.445Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:23.446Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T02:18:23.446Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3f6d457b-a217-4a9d-8e1f-6f3310b7fbde","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"77f8c36d-06eb-4719-adb9-1b2ad3d303ef","serviceDescription":"service","serviceInvariantUUID":"5957d8bf-9aab-465f-9ccf-2011c0e4ce58","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee1890f6-11d1-4083-8543-628fe2494751","resourceInvariantUUID":"1efc85be-0c7a-43d7-8d21-fe162dd9c832","resourceCustomizationUUID":"4d4b2a46-1290-482f-a92b-921f4652c4f5","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":"NTk1NGFhNjY4MzRkZDE1ZTJhOWQwOTRkNGNhNGFhYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a321129c-b366-4f4e-9a77-41cf0ec2c049","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":"39f7eb02-43ee-4c17-804f-e692472e81f9","artifactVersion":"2","generatedFromUUID":"46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f"},{"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":"46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f","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":"YzhiZWQzYWJhYzJhNWIyMTJkMTM2MjdkMzUzNzYzYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"277f479e-d0e3-4e61-9d3b-d7adfda3f749","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":"ac521eb2-53b7-4870-b6b7-5252039766d7","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":"9bbc26a7-42a8-4ba3-9c7f-35d4fc52390a","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":"9ecbb064-2f42-44e6-b3a6-d7671408ced8","artifactVersion":"2","generatedFromUUID":"ac521eb2-53b7-4870-b6b7-5252039766d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTFhNWRlZDk0NzQ4NThlZTUzMGM5MTMxM2NiZjFmYzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8063a75b-9df1-42e7-971b-90816f3f8952","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZjJlODEwYTg4MDI2NWQ1NGEyYzBmYzc5Mjc2ZDE2OWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cc56e38-c898-420f-8dde-ef6bdbe3f0fa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T02:18:23.449Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:18:23.449Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:23.451Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:23.452Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:18:23.552Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:23.552Z||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. 2022-03-25T02:18:23.553Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:23.565Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:23.565Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:24.452Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:18:24.453Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:24.455Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:24.456Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T02:18:24.556Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:24.556Z||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. 2022-03-25T02:18:24.557Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:24.569Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:24.570Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:25.456Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:18:25.457Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:25.460Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:25.460Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T02:18:25.560Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:25.561Z||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. 2022-03-25T02:18:25.561Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:25.574Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:25.575Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:26.460Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:18:26.461Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:26.464Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:26.464Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T02:18:26.564Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:26.565Z||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. 2022-03-25T02:18:26.565Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:26.579Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:26.580Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:18:27.465Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:18:27.465Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:27.468Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:27.468Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T02:18:27.568Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T02:18:27.569Z||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. 2022-03-25T02:18:27.569Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:27.580Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:27.580Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:28.469Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:18:28.469Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:28.471Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:28.471Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:18:28.571Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:28.572Z||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. 2022-03-25T02:18:28.572Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:28.583Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:28.584Z||pool-29-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:29.471Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:18:29.472Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:29.474Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:29.474Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T02:18:29.574Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:29.575Z||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. 2022-03-25T02:18:29.575Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:29.587Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:29.587Z||pool-30-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:30.475Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:18:30.476Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:30.478Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:30.478Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:18:30.578Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:30.579Z||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. 2022-03-25T02:18:30.579Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:30.591Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:30.591Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:18:31.479Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:18:31.480Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:31.482Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:31.482Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:18:31.582Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:31.583Z||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. 2022-03-25T02:18:31.583Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:31.595Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:31.595Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:32.485Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "77f8c36d-06eb-4719-adb9-1b2ad3d303ef", "serviceDescription": "service", "serviceInvariantUUID": "5957d8bf-9aab-465f-9ccf-2011c0e4ce58", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "4d4b2a46-1290-482f-a92b-921f4652c4f5", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ee1890f6-11d1-4083-8543-628fe2494751", "resourceInvariantUUID": "1efc85be-0c7a-43d7-8d21-fe162dd9c832", "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": "39f7eb02-43ee-4c17-804f-e692472e81f9", "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": "46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f", "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": "YzhiZWQzYWJhYzJhNWIyMTJkMTM2MjdkMzUzNzYzYzY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "277f479e-d0e3-4e61-9d3b-d7adfda3f749", "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": "ac521eb2-53b7-4870-b6b7-5252039766d7", "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": "9ecbb064-2f42-44e6-b3a6-d7671408ced8", "generatedFromUUID": "ac521eb2-53b7-4870-b6b7-5252039766d7" }, "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": "9ecbb064-2f42-44e6-b3a6-d7671408ced8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZjJlODEwYTg4MDI2NWQ1NGEyYzBmYzc5Mjc2ZDE2OWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1cc56e38-c898-420f-8dde-ef6bdbe3f0fa" } ], "workloadContext": "Production" } 2022-03-25T02:18:32.485Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T02:18:32.485Z|576edf59-695f-4355-ab32-fdf3f89793a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 77f8c36d-06eb-4719-adb9-1b2ad3d303ef ASDC 2022-03-25T02:18:32.486Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:3f6d457b-a217-4a9d-8e1f-6f3310b7fbde ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:77f8c36d-06eb-4719-adb9-1b2ad3d303ef ServiceInvariantUUID:5957d8bf-9aab-465f-9ccf-2011c0e4ce58 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:1cc56e38-c898-420f-8dde-ef6bdbe3f0fa ArtifactChecksum:ZjJlODEwYTg4MDI2NWQ1NGEyYzBmYzc5Mjc2ZDE2OWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:4d4b2a46-1290-482f-a92b-921f4652c4f5 ResourceInvariantUUID:1efc85be-0c7a-43d7-8d21-fe162dd9c832 ResourceName:basic_cnf ResourceType:VF ResourceUUID:ee1890f6-11d1-4083-8543-628fe2494751 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:39f7eb02-43ee-4c17-804f-e692472e81f9 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:46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f 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:277f479e-d0e3-4e61-9d3b-d7adfda3f749 ArtifactChecksum:YzhiZWQzYWJhYzJhNWIyMTJkMTM2MjdkMzUzNzYzYzY= 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:ac521eb2-53b7-4870-b6b7-5252039766d7 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:9ecbb064-2f42-44e6-b3a6-d7671408ced8 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:9ecbb064-2f42-44e6-b3a6-d7671408ced8 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T02:18:32.486Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77f8c36d-06eb-4719-adb9-1b2ad3d303ef 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 (?, ?, ?, ?, ?) 2022-03-25T02:18:32.511Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T02:18:32.512Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-25T02:18:32.512Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-25T02:18:32.512Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1cc56e38-c898-420f-8dde-ef6bdbe3f0fa from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T02:18:32.512Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-25T02:18:32.512Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T02:18:32.682Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-25T02:18:32.685Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1cc56e38-c898-420f-8dde-ef6bdbe3f0fa 68962 2022-03-25T02:18:32.685Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-25T02:18:32.685Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T02:18:32.685Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:18:32.686Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:32.687Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:32.687Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174712685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:18:32.787Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:32.788Z||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. 2022-03-25T02:18:32.788Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:32.798Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:32.798Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:33.688Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T02:18:33.689Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-25T02:18:33.689Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1cc56e38-c898-420f-8dde-ef6bdbe3f0fa, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T02:18:33.690Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-25T02:18:33.690Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T02:18:33.690Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T02:18:33.796Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2863379453241192935/Definitions/service-BasicCnf-template.yml 2022-03-25T02:18:34.736Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:34.737Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:34.738Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.739Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T02:18:34.739Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-25T02:18:34.739Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-25T02:18:34.739Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T02:18:34.739Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.739Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T02:18:34.739Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.739Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T02:18:34.739Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a5345d88-98d9-4b59-8b80-641e6b5fdb70 2022-03-25T02:18:34.740Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.741Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:34.744Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.744Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:34.744Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.745Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:34.745Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:34.745Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:34.745Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:77f8c36d-06eb-4719-adb9-1b2ad3d303ef Model Version:NULL Model InvariantUuid:5957d8bf-9aab-465f-9ccf-2011c0e4ce58 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:12c49a28-73bb-4bf9-8f03-7518f5e671a0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1efc85be-0c7a-43d7-8d21-fe162dd9c832 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4d4b2a46-1290-482f-a92b-921f4652c4f5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7ff16393-283a-4663-b3ba-3a13f190d681 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:2f0539ba-3f67-4a8e-8722-bbbc67830316 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a5345d88-98d9-4b59-8b80-641e6b5fdb70 ModelInvariantUuid:cba7d15f-35ab-445f-9d3c-a73c02313d11 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:69ec2e89-ae1b-4091-aec4-c0356000a439 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:3d988033-9539-4d04-8620-f02b013d9af5 ModelInvariantUuid:641dc8f9-18b5-473c-801b-802799170965 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:da65fdc0-0e6a-41c2-9127-7974a444cb8b 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=? 2022-03-25T02:18:34.753Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ee1890f6-11d1-4083-8543-628fe2494751 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=? 2022-03-25T02:18:34.757Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||basic_cnf 0 2022-03-25T02:18:34.757Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee1890f6-11d1-4083-8543-628fe2494751 2022-03-25T02:18:34.757Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 39f7eb02-43ee-4c17-804f-e692472e81f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T02:18:34.757Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-25T02:18:34.757Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:34.806Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-25T02:18:34.807Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 39f7eb02-43ee-4c17-804f-e692472e81f9 12 2022-03-25T02:18:34.807Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:34.808Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:34.808Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:18:34.808Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:34.810Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:34.811Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174714807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-25T02:18:34.911Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:34.912Z||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. 2022-03-25T02:18:34.912Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:34.925Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:34.926Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:35.811Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T02:18:35.813Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-25T02:18:35.813Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:35.996Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-25T02:18:35.996Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f 2688 2022-03-25T02:18:35.996Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:35.996Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:35.997Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:18:35.997Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:35.999Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:35.999Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174715996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T02:18:36.099Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:36.100Z||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. 2022-03-25T02:18:36.100Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:36.110Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:36.110Z||pool-35-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:37.001Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 277f479e-d0e3-4e61-9d3b-d7adfda3f749 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T02:18:37.001Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-25T02:18:37.001Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:37.183Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-25T02:18:37.184Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 277f479e-d0e3-4e61-9d3b-d7adfda3f749 828 2022-03-25T02:18:37.184Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:37.184Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:37.184Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:18:37.184Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:37.186Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:37.186Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174717184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T02:18:37.286Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:37.287Z||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. 2022-03-25T02:18:37.288Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:37.299Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:37.300Z||pool-36-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:18:38.187Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7ff16393-283a-4663-b3ba-3a13f190d681", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2f0539ba-3f67-4a8e-8722-bbbc67830316", "vfModuleModelCustomizationUUID": "7ec397f1-dede-4089-b3e7-d4c5e1167aed", "isBase": true, "artifacts": [ "46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f", "ac521eb2-53b7-4870-b6b7-5252039766d7", "9ecbb064-2f42-44e6-b3a6-d7671408ced8" ], "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": "" } } ] 2022-03-25T02:18:38.192Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2f0539ba-3f67-4a8e-8722-bbbc67830316 VfModuleModelInvariantUUID:7ff16393-283a-4663-b3ba-3a13f190d681 VfModuleModelDescription:NULL Artifacts UUID List:{ 46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f , ac521eb2-53b7-4870-b6b7-5252039766d7 , 9ecbb064-2f42-44e6-b3a6-d7671408ced8 } 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 } 2022-03-25T02:18:38.196Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "7ff16393-283a-4663-b3ba-3a13f190d681", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2f0539ba-3f67-4a8e-8722-bbbc67830316", "vfModuleModelCustomizationUUID": "7ec397f1-dede-4089-b3e7-d4c5e1167aed", "isBase": true, "artifacts": [ "46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f", "ac521eb2-53b7-4870-b6b7-5252039766d7", "9ecbb064-2f42-44e6-b3a6-d7671408ced8" ], "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": "" } } ] 2022-03-25T02:18:38.196Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2f0539ba-3f67-4a8e-8722-bbbc67830316 VfModuleModelInvariantUUID:7ff16393-283a-4663-b3ba-3a13f190d681 VfModuleModelDescription:NULL Artifacts UUID List:{ 46bf2b5d-9e7e-418a-9ee8-ddc65cd2233f , ac521eb2-53b7-4870-b6b7-5252039766d7 , 9ecbb064-2f42-44e6-b3a6-d7671408ced8 } 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 } 2022-03-25T02:18:38.196Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ac521eb2-53b7-4870-b6b7-5252039766d7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T02:18:38.197Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-25T02:18:38.197Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T02:18:38.391Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-25T02:18:38.392Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ac521eb2-53b7-4870-b6b7-5252039766d7 1164 2022-03-25T02:18:38.392Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:38.392Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:38.392Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:18:38.393Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:38.395Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:38.395Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174718392, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T02:18:38.495Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:38.496Z||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. 2022-03-25T02:18:38.496Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:38.510Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:38.510Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:18:39.396Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ecbb064-2f42-44e6-b3a6-d7671408ced8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T02:18:39.397Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-25T02:18:39.397Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T02:18:39.691Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-25T02:18:39.691Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 9ecbb064-2f42-44e6-b3a6-d7671408ced8 200 2022-03-25T02:18:39.692Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:39.692Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:39.692Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:18:39.692Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:39.695Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:39.695Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174719692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T02:18:39.795Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:39.796Z||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. 2022-03-25T02:18:39.797Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:39.809Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:39.809Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:18:40.696Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 77f8c36d-06eb-4719-adb9-1b2ad3d303ef 2022-03-25T02:18:40.696Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ee1890f6-11d1-4083-8543-628fe2494751 ASDC 2022-03-25T02:18:40.703Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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=? 2022-03-25T02:18:40.713Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70431769, org.onap.sdc.toscaparser.api.parameters.Input@b9fe7b9, org.onap.sdc.toscaparser.api.parameters.Input@3d132768, org.onap.sdc.toscaparser.api.parameters.Input@5ad9e21, org.onap.sdc.toscaparser.api.parameters.Input@6dbd39a2] 2022-03-25T02:18:40.714Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.715Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:40.715Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-25T02:18:40.715Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 4d4b2a46-1290-482f-a92b-921f4652c4f5 2022-03-25T02:18:40.715Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4d4b2a46-1290-482f-a92b-921f4652c4f5 matches Tosca VF Customization UUID: 4d4b2a46-1290-482f-a92b-921f4652c4f5 2022-03-25T02:18:40.715Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 4d4b2a46-1290-482f-a92b-921f4652c4f5 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=? 2022-03-25T02:18:40.718Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.718Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:40.719Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 4d4b2a46-1290-482f-a92b-921f4652c4f5: {\"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\"} 2022-03-25T02:18:40.719Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54d228ba 2022-03-25T02:18:40.719Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.720Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T02:18:40.720Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ec397f1-dede-4089-b3e7-d4c5e1167aed 2022-03-25T02:18:40.720Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ec397f1-dede-4089-b3e7-d4c5e1167aed 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=? 2022-03-25T02:18:40.723Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.723Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T02:18:40.723Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:18:40.723Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.724Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T02:18:40.724Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:18:40.724Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.724Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T02:18:40.724Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-25T02:18:40.725Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=a5345d88-98d9-4b59-8b80-641e6b5fdb70 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=? 2022-03-25T02:18:40.727Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.728Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T02:18:40.728Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T02:18:40.728Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.728Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T02:18:40.728Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4d4b2a46-1290-482f-a92b-921f4652c4f5 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=? 2022-03-25T02:18:40.730Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.730Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:40.730Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 77f8c36d-06eb-4719-adb9-1b2ad3d303ef: basic_cnf 2022-03-25T02:18:40.730Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.730Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:40.730Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.730Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:40.731Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.731Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:40.731Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.731Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:40.731Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:18:40.731Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:18:40.731Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 (?, ?, ?, ?, ?) 2022-03-25T02:18:40.795Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ee1890f6-11d1-4083-8543-628fe2494751 1 ASDC deployResourceStructure 2022-03-25T02:18:40.796Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:40.796Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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) 2022-03-25T02:18:40.796Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-25T02:18:40.796Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:40.798Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:40.798Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174720795, "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" } 2022-03-25T02:18:40.900Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-25T02:18:40.901Z||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. 2022-03-25T02:18:40.901Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:40.913Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:40.914Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:18:41.799Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:41.800Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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) 2022-03-25T02:18:41.800Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-25T02:18:41.801Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:41.803Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:41.803Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174721798, "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" } 2022-03-25T02:18:41.903Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:41.904Z||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. 2022-03-25T02:18:41.904Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:41.916Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:41.917Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:42.804Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:42.805Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:42.805Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:18:42.805Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:42.807Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:42.808Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174722804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T02:18:42.908Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:42.909Z||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. 2022-03-25T02:18:42.909Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:42.922Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:42.922Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:18:43.809Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:43.810Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:43.810Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:18:43.810Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:43.812Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:43.812Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174723809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-25T02:18:43.913Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T02:18:43.914Z||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. 2022-03-25T02:18:43.914Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:43.927Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:43.928Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:18:44.813Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:44.814Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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 2022-03-25T02:18:44.814Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:18:44.814Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:44.816Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:44.816Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174724813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-25T02:18:44.916Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:44.917Z||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. 2022-03-25T02:18:44.917Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:44.928Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:44.928Z||pool-43-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:18:45.817Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-25T02:18:45.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T02:18:45.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:18:45.819Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:18:45.821Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:18:45.821Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174725817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:18:45.921Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:18:45.922Z||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. 2022-03-25T02:18:45.922Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:18:45.934Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:18:45.934Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:18:46.821Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:18:46.832Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:18:46.834Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:18:46.835Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:18:46.835Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:19:16.835Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:19:16.844Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:19:16.845Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:19:16.846Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:19:16.846Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:19:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:19:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:19:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:19:22.844Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:19:22.845Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:19:22.845Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174693746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:19:22.846Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:19:22.846Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:19:22.846Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:19:22.846Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:19:46.846Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:19:46.856Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:19:46.858Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:19:46.859Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:19:46.859Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:20:16.859Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:20:16.868Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:20:16.870Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:20:16.870Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:20:16.870Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:20:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:20:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:20:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:20:22.844Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:20:22.844Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:20:22.844Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174696624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:20:22.845Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:20:46.870Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:20:46.884Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:20:46.886Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:20:46.886Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:20:46.886Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:21:16.886Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:21:16.897Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:21:16.900Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:21:16.900Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:21:16.900Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:21:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:21:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:21:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:21:23.348Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:21:23.349Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "ves-openapi-manager", "timestamp": 1648174694094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174693746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.350Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174696624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "ves-openapi-manager", "timestamp": 1648174694094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174693746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174696624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.351Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "ves-openapi-manager", "timestamp": 1648174694094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174693746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174696624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "ves-openapi-manager", "timestamp": 1648174694094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174693746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.352Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174696624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "ves-openapi-manager", "timestamp": 1648174694094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174693746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174696624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "ves-openapi-manager", "timestamp": 1648174694094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.353Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174693746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174696624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "ves-openapi-manager", "timestamp": 1648174694094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174693746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.354Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174696624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "ves-openapi-manager", "timestamp": 1648174694094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174695620, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174693746, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174696624, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174702817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174712504, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.355Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174712579, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174712592, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174712685, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.356Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "cds", "timestamp": 1648174713508, "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=? 2022-03-25T02:21:23.363Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde 2022-03-25T02:21:23.363Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde 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 (?, ?, ?, ?, ?) 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174713768, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174713795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174714543, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.370Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174714807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.371Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.371Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.371Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174714807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.371Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.371Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.371Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174713795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.371Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.371Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.371Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648174715553, "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=? 2022-03-25T02:21:23.375Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde 2022-03-25T02:21:23.375Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde 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 (?, ?, ?, ?, ?) 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174715991, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174715996, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174713795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.381Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174717036, "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=? 2022-03-25T02:21:23.385Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde 2022-03-25T02:21:23.385Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde 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 (?, ?, ?, ?, ?) 2022-03-25T02:21:23.391Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.391Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174717184, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.392Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.392Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.392Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174713795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.392Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.392Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.392Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "multicloud-k8s-id", "timestamp": 1648174718039, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T02:21:23.392Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.392Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.393Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174718392, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.393Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.393Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.393Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174713795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.393Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.393Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.394Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174713795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.394Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.394Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.394Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174719692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.394Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.394Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.395Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174713795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.395Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.395Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.395Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174720795, "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" } 2022-03-25T02:21:23.395Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.395Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.396Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174713795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:21:23.396Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.396Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.396Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174721798, "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" } 2022-03-25T02:21:23.396Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.396Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.396Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174713795, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174722804, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174723598, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174723809, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174724813, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-25T02:21:23.397Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.398Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.398Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174725817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:21:23.398Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.398Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.398Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174730414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:21:23.398Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:21:23.398Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:21:23.398Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "aai-ml", "timestamp": 1648174731417, "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=? 2022-03-25T02:21:23.403Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde 2022-03-25T02:21:23.403Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde 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 (?, ?, ?, ?, ?) 2022-03-25T02:21:46.900Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:21:46.914Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:21:46.917Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:21:46.917Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T02:21:46.917Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T02:21:46.917Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T02:21:46.917Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:21:46.918Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:21:46.918Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:21:46.918Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:21:46.918Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:21:46.918Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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=? 2022-03-25T02:21:46.923Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T02:22:16.924Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde 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=? 2022-03-25T02:22:16.929Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde and serviceModelVersionId: 77f8c36d-06eb-4719-adb9-1b2ad3d303ef 2022-03-25T02:22:16.930Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5957d8bf-9aab-465f-9ccf-2011c0e4ce58 2022-03-25T02:22:16.931Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5957d8bf-9aab-465f-9ccf-2011c0e4ce58/model-vers/model-ver/77f8c36d-06eb-4719-adb9-1b2ad3d303ef?depth=0 2022-03-25T02:22:16.936Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T02:22:16.971Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5957d8bf-9aab-465f-9ccf-2011c0e4ce58/model-vers/model-ver/77f8c36d-06eb-4719-adb9-1b2ad3d303ef?depth=0|INFO|500||Invoke 2022-03-25T02:22:16.971Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5957d8bf-9aab-465f-9ccf-2011c0e4ce58/model-vers/model-ver/77f8c36d-06eb-4719-adb9-1b2ad3d303ef?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5957d8bf-9aab-465f-9ccf-2011c0e4ce58/model-vers/model-ver/77f8c36d-06eb-4719-adb9-1b2ad3d303ef?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3f6d457b-a217-4a9d-8e1f-6f3310b7fbde], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[25cc7122-e69a-40a2-a1f0-c6cfe13da294], X-ECOMP-RequestID=[3f6d457b-a217-4a9d-8e1f-6f3310b7fbde], X-TransactionId=[], X-ONAP-RequestID=[3f6d457b-a217-4a9d-8e1f-6f3310b7fbde], Content-Type=[application/merge-patch+json]} 2022-03-25T02:22:16.992Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5957d8bf-9aab-465f-9ccf-2011c0e4ce58/model-vers/model-ver/77f8c36d-06eb-4719-adb9-1b2ad3d303ef?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T02:22:17.313Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5957d8bf-9aab-465f-9ccf-2011c0e4ce58/model-vers/model-ver/77f8c36d-06eb-4719-adb9-1b2ad3d303ef?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/5957d8bf-9aab-465f-9ccf-2011c0e4ce58/model-vers/model-ver/77f8c36d-06eb-4719-adb9-1b2ad3d303ef?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-02:22:16:999-25442], vertex-id=[213168], Content-Length=[0], Date=[Fri, 25 Mar 2022 02:22:16 GMT], Content-Type=[application/json]} 2022-03-25T02:22:17.313Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5957d8bf-9aab-465f-9ccf-2011c0e4ce58/model-vers/model-ver/77f8c36d-06eb-4719-adb9-1b2ad3d303ef?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T02:22:17.314Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5957d8bf-9aab-465f-9ccf-2011c0e4ce58/model-vers/model-ver/77f8c36d-06eb-4719-adb9-1b2ad3d303ef?depth=0|INFO|500||InvokeReturn 2022-03-25T02:22:17.314Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T02:22:17.314Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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=? 2022-03-25T02:22:17.319Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||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) 2022-03-25T02:22:17.319Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3f6d457b-a217-4a9d-8e1f-6f3310b7fbde and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T02:22:17.320Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T02:22:17.320Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:22:17.321Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:22:17.321Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174937320, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T02:22:17.422Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:22:17.422Z||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. 2022-03-25T02:22:17.423Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:22:17.439Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:22:17.440Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T02:22:18.334Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:22:18.334Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:22:18.335Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:22:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:22:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:22:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:22:23.444Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:22:23.444Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T02:22:23.445Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3f6d457b-a217-4a9d-8e1f-6f3310b7fbde", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648174937320, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T02:22:23.446Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:22:29.746Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:22:29.747Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:22:29.747Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:22:29.747Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:22:39.286Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:22:39.286Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:22:39.287Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:22:39.287Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:22:48.825Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:22:48.826Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:22:48.826Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:22:48.826Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:22:58.371Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:23:22.817Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:23:22.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:23:22.819Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:23:22.820Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:23:22.821Z||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. 2022-03-25T02:23:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:23:32.368Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:23:32.368Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:24:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:24:22.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:24:22.821Z||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. 2022-03-25T02:24:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:24:22.821Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:24:22.821Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:24:32.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:24:32.368Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:25:22.817Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:25:22.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:25:22.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:25:22.820Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:25:22.820Z||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. 2022-03-25T02:25:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:25:32.367Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:25:32.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:26:22.817Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:26:22.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:26:22.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:26:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:26:22.821Z||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. 2022-03-25T02:26:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:26:32.363Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:26:32.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:27:22.817Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:27:22.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:27:22.818Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:27:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:27:22.820Z||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. 2022-03-25T02:27:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:27:32.362Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:27:32.362Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:28:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:28:22.818Z||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. 2022-03-25T02:28:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:28:22.821Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:28:22.821Z||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. 2022-03-25T02:28:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:28:32.365Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:28:32.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:29:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:29:22.818Z||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. 2022-03-25T02:29:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:29:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:29:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:29:22.821Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:29:32.387Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:29:32.387Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:30:22.817Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:30:22.818Z||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. 2022-03-25T02:30:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:30:22.820Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:30:22.820Z||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. 2022-03-25T02:30:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:30:32.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:30:32.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:31:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:31:22.818Z||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. 2022-03-25T02:31:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:31:22.820Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:31:22.820Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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. 2022-03-25T02:31:22.821Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:31:32.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:31:32.364Z|3f6d457b-a217-4a9d-8e1f-6f3310b7fbde|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:22.817Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:32:22.818Z||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. 2022-03-25T02:32:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:32:22.820Z||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. 2022-03-25T02:32:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:22.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:22.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175521624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175523795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "multicloud-k8s-id", "timestamp": 1648175515620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175521624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175523795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "multicloud-k8s-id", "timestamp": 1648175515620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175521624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175523795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "multicloud-k8s-id", "timestamp": 1648175515620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175523795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175521624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "multicloud-k8s-id", "timestamp": 1648175515620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175523795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175521624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "multicloud-k8s-id", "timestamp": 1648175515620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175523795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175521624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "multicloud-k8s-id", "timestamp": 1648175515620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175521624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175523795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "multicloud-k8s-id", "timestamp": 1648175515620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175523795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175521624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "multicloud-k8s-id", "timestamp": 1648175515620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175521624, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175523795, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "multicloud-k8s-id", "timestamp": 1648175515620, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175533746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175534094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175534894, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175534899, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175533746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175534094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175533746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175534094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "cds", "timestamp": 1648175537100, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2022-03-25T02:32:22.982Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d0a9872-59d8-4794-9145-ede7237cd30f 2022-03-25T02:32:22.982Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a9872-59d8-4794-9145-ede7237cd30f 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 (?, ?, ?, ?, ?) 2022-03-25T02:32:22.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175533746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175534094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175533746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175534094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175539116, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175533746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175534094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:22.990Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:22.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:22.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "aai-ml", "timestamp": 1648175540120, "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=? 2022-03-25T02:32:22.994Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d0a9872-59d8-4794-9145-ede7237cd30f 2022-03-25T02:32:22.994Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a9872-59d8-4794-9145-ede7237cd30f 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 (?, ?, ?, ?, ?) 2022-03-25T02:32:23.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:23.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175533746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:23.003Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:23.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:23.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175534094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175533746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175534094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175533746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:32:23.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:32:23.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:23.447Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-25T02:32:23.447Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d0a9872-59d8-4794-9145-ede7237cd30f","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c9edfe45-dd46-4d70-91f2-573632e7f444","serviceDescription":"service","serviceInvariantUUID":"d46621ee-5d12-445d-ad37-d3b9f721846a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1c5ac578-ca3b-4f82-8c95-b1141c44abae","resourceInvariantUUID":"1337a476-7037-43ad-ac75-1177e06c6551","resourceCustomizationUUID":"e5c0c315-b5da-4b62-8b50-13b272ac7dc7","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":"NWJjMDQ4YmJiOTM3MGRjZDEwNWM4N2JkNDBmMmMwMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ed1ee92-2bf1-4344-8c40-8a19705ae304","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":"c30570bd-e9ef-4ce5-8583-4c6dbff683d3","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":"a596708e-e9fa-4485-9745-f2ea8affe219","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":"MDdiMzgyZDRlOTZjYTQzMWRhYjg5NWYyNDY2ODEwZjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3134c792-1d14-474e-a7e8-6d3ba61d45ec","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":"1cdc37c9-6be0-40d7-87e6-aa8a2efdb5d0","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":"b056d280-df71-4c64-8d27-6000d19e2895","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":"894f1cf5-5886-44ee-93e7-bec5e966f19a","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":"NDcyMWU3YTZjYjA3ZWIwZGQ1ZTE3Y2ZmNTViYjU0M2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"91e346fa-008a-4eeb-9bac-a2bfa904131d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTNiZGMwNGVkMzg2ZDk4ZmMwYTRlODdjNDNjMGQ1MWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"446804f9-f83a-4013-b22c-5d7f317da4b0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T02:32:23.450Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:32:23.450Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:23.453Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:23.453Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:23.553Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:32:23.554Z||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. 2022-03-25T02:32:23.554Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:23.567Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:23.567Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:32:24.454Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:32:24.455Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:24.457Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:24.457Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:24.558Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T02:32:24.559Z||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. 2022-03-25T02:32:24.560Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:24.571Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:24.571Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:32:25.457Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:32:25.459Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:25.461Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:25.461Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:25.561Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:32:25.562Z||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. 2022-03-25T02:32:25.562Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:25.576Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:25.577Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:32:26.462Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:32:26.463Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:26.465Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:26.465Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:26.565Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:32:26.568Z||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. 2022-03-25T02:32:26.568Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:26.581Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:26.582Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:32:27.465Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:32:27.467Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:27.469Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:27.469Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:27.569Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:32:27.570Z||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. 2022-03-25T02:32:27.571Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:27.584Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:27.584Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:32:28.470Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:32:28.471Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:28.473Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:28.473Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:28.573Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:32:28.574Z||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. 2022-03-25T02:32:28.574Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:28.588Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:28.588Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:32:29.473Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:32:29.475Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:29.477Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:29.477Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:29.577Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:32:29.578Z||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. 2022-03-25T02:32:29.578Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:29.591Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:29.592Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:32:30.478Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:32:30.479Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:30.481Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:30.481Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:32:30.581Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:32:30.583Z||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. 2022-03-25T02:32:30.583Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:30.597Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:30.597Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-25T02:32:31.482Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T02:32:31.483Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:31.484Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:31.484Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:32:31.585Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T02:32:31.585Z||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. 2022-03-25T02:32:31.585Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:31.597Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:31.598Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:32:32.486Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "c9edfe45-dd46-4d70-91f2-573632e7f444", "serviceDescription": "service", "serviceInvariantUUID": "d46621ee-5d12-445d-ad37-d3b9f721846a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "e5c0c315-b5da-4b62-8b50-13b272ac7dc7", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1c5ac578-ca3b-4f82-8c95-b1141c44abae", "resourceInvariantUUID": "1337a476-7037-43ad-ac75-1177e06c6551", "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": "NTNiZGMwNGVkMzg2ZDk4ZmMwYTRlODdjNDNjMGQ1MWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "446804f9-f83a-4013-b22c-5d7f317da4b0" } ], "workloadContext": "Production" } 2022-03-25T02:32:32.486Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T02:32:32.486Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c9edfe45-dd46-4d70-91f2-573632e7f444 ASDC 2022-03-25T02:32:32.487Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:8d0a9872-59d8-4794-9145-ede7237cd30f ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:c9edfe45-dd46-4d70-91f2-573632e7f444 ServiceInvariantUUID:d46621ee-5d12-445d-ad37-d3b9f721846a 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:446804f9-f83a-4013-b22c-5d7f317da4b0 ArtifactChecksum:NTNiZGMwNGVkMzg2ZDk4ZmMwYTRlODdjNDNjMGQ1MWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:e5c0c315-b5da-4b62-8b50-13b272ac7dc7 ResourceInvariantUUID:1337a476-7037-43ad-ac75-1177e06c6551 ResourceName:test-pnf ResourceType:PNF ResourceUUID:1c5ac578-ca3b-4f82-8c95-b1141c44abae ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-25T02:32:32.487Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c9edfe45-dd46-4d70-91f2-573632e7f444 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=? 2022-03-25T02:32:32.512Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T02:32:32.513Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-25T02:32:32.513Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-25T02:32:32.514Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 446804f9-f83a-4013-b22c-5d7f317da4b0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T02:32:32.514Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-03-25T02:32:32.514Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T02:32:32.686Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-03-25T02:32:32.692Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 446804f9-f83a-4013-b22c-5d7f317da4b0 105666 2022-03-25T02:32:32.693Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-25T02:32:32.693Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T02:32:32.693Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T02:32:32.693Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:32.695Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:32.695Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175552693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:32:32.796Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T02:32:32.796Z||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. 2022-03-25T02:32:32.796Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:32.807Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:32.808Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:32:33.696Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T02:32:33.697Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-03-25T02:32:33.697Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 446804f9-f83a-4013-b22c-5d7f317da4b0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:33.697Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-25T02:32:33.698Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:33.698Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:33.791Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16233298117349868740/Definitions/service-TestPnfMacro-template.yml 2022-03-25T02:32:34.396Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T02:32:34.397Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-25T02:32:34.397Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:34.397Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-25T02:32:34.397Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:34.397Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:34.397Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:34.397Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:34.397Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:34.398Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:34.398Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T02:32:34.398Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-03-25T02:32:34.398Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:32:34.398Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:32:34.398Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-25T02:32:34.399Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-25T02:32:34.399Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T02:32:34.399Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:32:34.399Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:32:34.399Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-25T02:32:34.399Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-03-25T02:32:34.399Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T02:32:34.400Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:32:34.400Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:32:34.400Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:32:34.400Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:32:34.400Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:32:34.400Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:32:34.400Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:32:34.401Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:32:34.401Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:32:34.401Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:32:34.401Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:c9edfe45-dd46-4d70-91f2-573632e7f444 Model Version:NULL Model InvariantUuid:d46621ee-5d12-445d-ad37-d3b9f721846a 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=? 2022-03-25T02:32:34.408Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1c5ac578-ca3b-4f82-8c95-b1141c44abae 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=? 2022-03-25T02:32:34.411Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||test-pnf 0 2022-03-25T02:32:34.411Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1c5ac578-ca3b-4f82-8c95-b1141c44abae 2022-03-25T02:32:34.411Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||No resources found for Service: c9edfe45-dd46-4d70-91f2-573632e7f444 2022-03-25T02:32:34.412Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c9edfe45-dd46-4d70-91f2-573632e7f444 2022-03-25T02:32:34.412Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1c5ac578-ca3b-4f82-8c95-b1141c44abae 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=? 2022-03-25T02:32:34.416Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e0f760e, org.onap.sdc.toscaparser.api.parameters.Input@7515ca8e, org.onap.sdc.toscaparser.api.parameters.Input@36d87dfe, org.onap.sdc.toscaparser.api.parameters.Input@174f2a17, org.onap.sdc.toscaparser.api.parameters.Input@325581f6] 2022-03-25T02:32:34.416Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:32:34.416Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:32:34.417Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c9edfe45-dd46-4d70-91f2-573632e7f444: test-pnf 2022-03-25T02:32:34.417Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||Processing PNF resource: 1c5ac578-ca3b-4f82-8c95-b1141c44abae 2022-03-25T02:32:34.417Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T02:32:34.418Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T02:32:34.418Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||Resource customization UUID: e5c0c315-b5da-4b62-8b50-13b272ac7dc7 is the same as notified resource customizationUUID: e5c0c315-b5da-4b62-8b50-13b272ac7dc7 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 (?, ?) 2022-03-25T02:32:34.459Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1c5ac578-ca3b-4f82-8c95-b1141c44abae 0 ASDC deployResourceStructure 2022-03-25T02:32:34.459Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-25T02:32:34.459Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T02:32:34.460Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T02:32:34.460Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:32:34.462Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:32:34.462Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175554459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:32:34.562Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:32:34.563Z||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. 2022-03-25T02:32:34.563Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:32:34.575Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:32:34.576Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T02:32:35.463Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:32:35.474Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:32:35.477Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:32:35.477Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T02:32:35.477Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:32:35.477Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:33:05.477Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:33:05.487Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:33:05.489Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:33:05.489Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T02:33:05.489Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:33:05.489Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:33:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:33:22.821Z||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. 2022-03-25T02:33:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:33:22.850Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:33:22.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:33:22.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175534094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:33:22.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:33:35.490Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:33:35.501Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:33:35.503Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:33:35.503Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T02:33:35.504Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:33:35.504Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:34:05.504Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:34:05.514Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:34:05.516Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:34:05.516Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T02:34:05.516Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T02:34:05.516Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T02:34:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:34:22.821Z||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. 2022-03-25T02:34:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:34:23.346Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:34:23.347Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:34:23.348Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:34:23.348Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.348Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175543542, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175543931, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175545141, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.349Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175545163, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:34:23.350Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:34:23.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T02:34:23.350Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:34:23.350Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.350Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "ves-openapi-manager", "timestamp": 1648175546144, "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=? 2022-03-25T02:34:23.357Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8d0a9872-59d8-4794-9145-ede7237cd30f 2022-03-25T02:34:23.357Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a9872-59d8-4794-9145-ede7237cd30f 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 (?, ?, ?, ?, ?) 2022-03-25T02:34:23.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648175546169, "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=? 2022-03-25T02:34:23.368Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d0a9872-59d8-4794-9145-ede7237cd30f 2022-03-25T02:34:23.369Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0a9872-59d8-4794-9145-ede7237cd30f 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 (?, ?, ?, ?, ?) 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175542817, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175552693, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175554459, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T02:34:23.376Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:34:35.516Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2022-03-25T02:34:35.527Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T02:34:35.530Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T02:34:35.530Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T02:34:35.530Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T02:34:35.530Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T02:34:35.530Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:34:35.530Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:34:35.530Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:34:35.530Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:34:35.530Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T02:34:35.531Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T02:34:35.535Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T02:35:05.536Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d0a9872-59d8-4794-9145-ede7237cd30f 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=? 2022-03-25T02:35:05.542Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d0a9872-59d8-4794-9145-ede7237cd30f and serviceModelVersionId: c9edfe45-dd46-4d70-91f2-573632e7f444 2022-03-25T02:35:05.542Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d46621ee-5d12-445d-ad37-d3b9f721846a 2022-03-25T02:35:05.543Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d46621ee-5d12-445d-ad37-d3b9f721846a/model-vers/model-ver/c9edfe45-dd46-4d70-91f2-573632e7f444?depth=0 2022-03-25T02:35:05.550Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T02:35:05.584Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d46621ee-5d12-445d-ad37-d3b9f721846a/model-vers/model-ver/c9edfe45-dd46-4d70-91f2-573632e7f444?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]} 2022-03-25T02:35:05.585Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d46621ee-5d12-445d-ad37-d3b9f721846a/model-vers/model-ver/c9edfe45-dd46-4d70-91f2-573632e7f444?depth=0|INFO|500||Invoke 2022-03-25T02:35:05.606Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d46621ee-5d12-445d-ad37-d3b9f721846a/model-vers/model-ver/c9edfe45-dd46-4d70-91f2-573632e7f444?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T02:35:06.098Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d46621ee-5d12-445d-ad37-d3b9f721846a/model-vers/model-ver/c9edfe45-dd46-4d70-91f2-573632e7f444?depth=0|INFO|500||InvokeReturn 2022-03-25T02:35:06.099Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d46621ee-5d12-445d-ad37-d3b9f721846a/model-vers/model-ver/c9edfe45-dd46-4d70-91f2-573632e7f444?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-02:35:05:612-94026], vertex-id=[233520], Content-Length=[0], Date=[Fri, 25 Mar 2022 02:35:05 GMT], Content-Type=[application/json]} 2022-03-25T02:35:06.099Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T02:35:06.099Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T02:35:06.099Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T02:35:06.105Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T02:35:06.105Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d0a9872-59d8-4794-9145-ede7237cd30f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T02:35:06.105Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T02:35:06.106Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-03-25T02:35:06.107Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T02:35:06.107Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175706105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T02:35:06.207Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T02:35:06.208Z||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. 2022-03-25T02:35:06.208Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:35:06.232Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:35:06.232Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":8,"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=? 2022-03-25T02:35:07.116Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:35:07.117Z|8d0a9872-59d8-4794-9145-ede7237cd30f|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. 2022-03-25T02:35:07.117Z|8d0a9872-59d8-4794-9145-ede7237cd30f|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:35:20.137Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:35:20.138Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:35:20.138Z|8d0a9872-59d8-4794-9145-ede7237cd30f|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. 2022-03-25T02:35:20.139Z|8d0a9872-59d8-4794-9145-ede7237cd30f|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:35:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:35:22.821Z||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. 2022-03-25T02:35:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:35:23.445Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:35:23.445Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-25T02:35:23.445Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0a9872-59d8-4794-9145-ede7237cd30f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648175706105, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T02:35:23.446Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T02:35:29.680Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:35:29.681Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:35:29.682Z|8d0a9872-59d8-4794-9145-ede7237cd30f|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. 2022-03-25T02:35:29.683Z|8d0a9872-59d8-4794-9145-ede7237cd30f|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:35:39.223Z|8d0a9872-59d8-4794-9145-ede7237cd30f|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:36:22.817Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:36:22.818Z||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. 2022-03-25T02:36:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:36:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:36:22.821Z||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. 2022-03-25T02:36:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:36:32.370Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:36:32.370Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:37:22.817Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:37:22.818Z||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. 2022-03-25T02:37:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:37:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:37:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:37:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:37:32.366Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:37:32.366Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:38:22.817Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:38:22.818Z||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. 2022-03-25T02:38:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:38:22.820Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:38:22.820Z||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. 2022-03-25T02:38:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:38:32.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:38:32.368Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:39:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:39:22.818Z||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. 2022-03-25T02:39:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:39:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:39:22.821Z||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. 2022-03-25T02:39:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:39:32.367Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:39:32.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:40:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:40:22.818Z||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. 2022-03-25T02:40:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:40:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:40:22.821Z||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. 2022-03-25T02:40:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:40:32.359Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:40:32.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:41:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:41:22.818Z||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. 2022-03-25T02:41:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:41:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:41:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:41:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:41:32.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:41:32.363Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:42:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:42:22.818Z||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. 2022-03-25T02:42:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:42:22.820Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:42:22.821Z||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. 2022-03-25T02:42:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:42:32.360Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:42:32.361Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:43:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:43:22.818Z||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. 2022-03-25T02:43:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:43:22.820Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:43:22.821Z||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. 2022-03-25T02:43:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:43:32.364Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:43:32.364Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:44:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:44:22.818Z||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. 2022-03-25T02:44:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:44:22.820Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:44:22.821Z||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. 2022-03-25T02:44:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:44:32.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:44:32.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:45:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:45:22.818Z||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. 2022-03-25T02:45:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:45:22.820Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:45:22.820Z||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. 2022-03-25T02:45:22.820Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:45:32.358Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:45:32.362Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:46:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:46:22.818Z||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. 2022-03-25T02:46:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:46:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:46:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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. 2022-03-25T02:46:22.820Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:46:32.361Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:46:32.368Z|5fd9bca8-81e6-4d64-bf63-156d0e570a95|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:47:22.817Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:47:22.818Z||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. 2022-03-25T02:47:22.818Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:47:22.820Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T02:47:22.820Z||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. 2022-03-25T02:47:22.821Z||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 1RsHvi1ptVCbAe8r) ... 2022-03-25T02:47:32.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T02:47:32.365Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK