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) 2023-02-20T17:32:41.531Z||main|||||INFO|500||The following profiles are active: basic 2023-02-20T17:33:03.133Z||main|||||INFO|500||Starting service [Tomcat] 2023-02-20T17:33:03.134Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-02-20T17:33:03.522Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-02-20T17:33:15.219Z||main|||||INFO|500||catdb-pool - Starting... 2023-02-20T17:33:16.218Z||main|||||INFO|500||catdb-pool - Start completed. 2023-02-20T17:33:17.329Z||main|||||INFO|500||reqdb-pool - Starting... 2023-02-20T17:33:17.399Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-02-20T17:33:17.637Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-02-20T17:33:18.179Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-02-20T17:33:19.478Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-02-20T17:33:22.990Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-20T17:33:27.668Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-20T17:33:27.863Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-02-20T17:33:30.174Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-02-20T17:33:30.859Z||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. 2023-02-20T17:33:33.590Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-20T17:33:36.106Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-02-20T17:33:36.137Z||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$$b3d2088f.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) 2023-02-20T17:33:36.138Z||main|||||WARN|500||The sdc end point is not alive 2023-02-20T17:33:41.825Z||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 2023-02-20T17:33:47.069Z||main|||||WARN|500||--- 2023-02-20T17:33:47.070Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-02-20T17:33:47.071Z||main|||||WARN|500||--- 2023-02-20T17:33:47.771Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-02-20T17:33:56.575Z||main|||||INFO|500||Started Application in 81.21 seconds (JVM running for 87.507) 2023-02-20T17:33:56.605Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-02-20T17:33:56.607Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-02-20T17:33:56.641Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-02-20T17:33:56.701Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-02-20T17:33:56.784Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e356ed8b-c4e2-4751-bf8b-c38d22b497d0 url= /sdc/v1/artifactTypes 2023-02-20T17:33:56.785Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-02-20T17:33:57.317Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-02-20T17:33:57.424Z||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 2023-02-20T17:33:57.476Z||scheduling-1|||||DEBUG|500||create keys 2023-02-20T17:33:57.491Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-02-20T17:33:57.557Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:33:57.635Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 79ca711b-4db3-4a07-9e97-4937d65961a6 url= /sdc/v1/registerForDistribution 2023-02-20T17:33:57.825Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 79ca711b-4db3-4a07-9e97-4937d65961a6 url= /sdc/v1/registerForDistribution 2023-02-20T17:33:57.826Z||scheduling-1|||||INFO|500||start DistributionClient 2023-02-20T17:33:57.910Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-02-20T17:33:57.913Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:33:57.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:33:58.023Z||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. 2023-02-20T17:33:58.024Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:33:58.025Z||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. 2023-02-20T17:33:58.025Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:34:08.419Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:34:08.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:34:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:34:57.884Z||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. 2023-02-20T17:34:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:34:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:34:57.893Z||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. 2023-02-20T17:34:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:35:07.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:35:07.457Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:35:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:35:57.882Z||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. 2023-02-20T17:35:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:35:57.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:35:57.910Z||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. 2023-02-20T17:35:57.910Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:36:07.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:36:07.487Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:36:57.885Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:36:57.886Z||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. 2023-02-20T17:36:57.887Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:36:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:36:57.896Z||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. 2023-02-20T17:36:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:37:07.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:37:07.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:37:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:37:57.883Z||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. 2023-02-20T17:37:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:37:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:37:57.894Z||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. 2023-02-20T17:37:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:38:07.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:38:07.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:38:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:38:57.883Z||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. 2023-02-20T17:38:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:38:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:38:57.893Z||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. 2023-02-20T17:38:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:39:07.515Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:39:07.516Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:39:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:39:57.882Z||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. 2023-02-20T17:39:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:39:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:39:57.894Z||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. 2023-02-20T17:39:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:40:07.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:40:07.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:40:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:40:57.882Z||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. 2023-02-20T17:40:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:40:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:40:57.896Z||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. 2023-02-20T17:40:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:41:07.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:41:07.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:41:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:41:57.883Z||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. 2023-02-20T17:41:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:41:57.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:41:57.894Z||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. 2023-02-20T17:41:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:42:07.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:42:07.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:42:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:42:57.881Z||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. 2023-02-20T17:42:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:42:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:42:57.893Z||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. 2023-02-20T17:42:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:43:01.291Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-02-20T17:43:07.525Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:43:07.541Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:43:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:43:57.882Z||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. 2023-02-20T17:43:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:43:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:43:57.893Z||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. 2023-02-20T17:43:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:44:07.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:44:07.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:44:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:44:57.881Z||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. 2023-02-20T17:44:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:44:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:44:57.893Z||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. 2023-02-20T17:44:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:45:07.439Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:45:07.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:45:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:45:57.881Z||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. 2023-02-20T17:45:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:45:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:45:57.900Z||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. 2023-02-20T17:45:57.901Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:46:07.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:46:07.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:46:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:46:57.881Z||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. 2023-02-20T17:46:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:46:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:46:57.893Z||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. 2023-02-20T17:46:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:47:07.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:47:07.489Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:47:57.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:47:57.884Z||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. 2023-02-20T17:47:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:47:57.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:47:57.895Z||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. 2023-02-20T17:47:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:48:07.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:48:07.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:48:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:48:57.881Z||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. 2023-02-20T17:48:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:48:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:48:57.893Z||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. 2023-02-20T17:48:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:49:07.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:49:07.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:49:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:49:57.881Z||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. 2023-02-20T17:49:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:49:57.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:49:57.893Z||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. 2023-02-20T17:49:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:50:07.455Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:50:07.478Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:50:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:50:57.881Z||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. 2023-02-20T17:50:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:50:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:50:57.893Z||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. 2023-02-20T17:50:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:51:07.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:51:07.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:51:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:51:57.882Z||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. 2023-02-20T17:51:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:51:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:51:57.894Z||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. 2023-02-20T17:51:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:52:07.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:52:07.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:52:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:52:57.882Z||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. 2023-02-20T17:52:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:52:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:52:57.893Z||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. 2023-02-20T17:52:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:53:07.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:53:07.483Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:53:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:53:57.881Z||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. 2023-02-20T17:53:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:53:57.899Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:53:57.901Z||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. 2023-02-20T17:53:57.901Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:54:07.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:54:07.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:54:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:54:57.881Z||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. 2023-02-20T17:54:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:54:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:54:57.893Z||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. 2023-02-20T17:54:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:55:07.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:55:07.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:55:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:55:57.882Z||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. 2023-02-20T17:55:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:55:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:55:57.893Z||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. 2023-02-20T17:55:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:56:07.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:56:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:56:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:56:57.882Z||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. 2023-02-20T17:56:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:56:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:56:57.893Z||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. 2023-02-20T17:56:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:57:07.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:57:07.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:57:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:57:57.881Z||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. 2023-02-20T17:57:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:57:57.895Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:57:57.896Z||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. 2023-02-20T17:57:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:58:07.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:58:07.503Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:58:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:58:57.882Z||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. 2023-02-20T17:58:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:58:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:58:57.893Z||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. 2023-02-20T17:58:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:59:07.464Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:59:07.490Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T17:59:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:59:57.882Z||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. 2023-02-20T17:59:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T17:59:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T17:59:57.893Z||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. 2023-02-20T17:59:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:00:07.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:00:07.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:00:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:00:57.882Z||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. 2023-02-20T18:00:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:00:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:00:57.893Z||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. 2023-02-20T18:00:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:01:07.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:01:07.457Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:01:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:01:57.881Z||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. 2023-02-20T18:01:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:01:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:01:57.893Z||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. 2023-02-20T18:01:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:02:07.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:02:07.466Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:02:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:02:57.881Z||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. 2023-02-20T18:02:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:02:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:02:57.893Z||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. 2023-02-20T18:02:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:03:07.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:03:07.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:03:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:03:57.881Z||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. 2023-02-20T18:03:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:03:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:03:57.894Z||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. 2023-02-20T18:03:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:04:07.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:04:07.459Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:04:57.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:04:57.883Z||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. 2023-02-20T18:04:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:04:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:04:57.893Z||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. 2023-02-20T18:04:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:05:07.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:05:07.467Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:05:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:05:57.885Z||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. 2023-02-20T18:05:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:05:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:05:57.893Z||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. 2023-02-20T18:05:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:06:07.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:06:07.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:06:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:06:57.883Z||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. 2023-02-20T18:06:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:06:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:06:57.893Z||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. 2023-02-20T18:06:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:07:07.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:07:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:07:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:07:57.882Z||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. 2023-02-20T18:07:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:07:57.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:07:57.894Z||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. 2023-02-20T18:07:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:08:07.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:08:07.458Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:08:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:08:57.881Z||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. 2023-02-20T18:08:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:08:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:08:57.893Z||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. 2023-02-20T18:08:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:09:07.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:09:07.461Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:09:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:09:57.884Z||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. 2023-02-20T18:09:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:09:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:09:57.895Z||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. 2023-02-20T18:09:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:10:07.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:10:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:10:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:10:57.881Z||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. 2023-02-20T18:10:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:10:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:10:57.893Z||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. 2023-02-20T18:10:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:11:07.491Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:11:07.491Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:11:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:11:57.881Z||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. 2023-02-20T18:11:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:11:57.896Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:11:57.897Z||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. 2023-02-20T18:11:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:12:07.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:12:07.451Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:12:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:12:57.882Z||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. 2023-02-20T18:12:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:12:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:12:57.893Z||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. 2023-02-20T18:12:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:13:07.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:13:07.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:13:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:13:57.882Z||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. 2023-02-20T18:13:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:13:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:13:57.893Z||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. 2023-02-20T18:13:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:14:07.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:14:07.486Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:14:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:14:57.883Z||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. 2023-02-20T18:14:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:14:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:14:57.894Z||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. 2023-02-20T18:14:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:15:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:15:07.444Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:15:57.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:15:57.884Z||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. 2023-02-20T18:15:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:15:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:15:57.893Z||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. 2023-02-20T18:15:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:16:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:16:07.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:16:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:16:57.881Z||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. 2023-02-20T18:16:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:16:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:16:57.893Z||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. 2023-02-20T18:16:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:17:07.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:17:07.441Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:17:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:17:57.882Z||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. 2023-02-20T18:17:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:17:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:17:57.894Z||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. 2023-02-20T18:17:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:18:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:18:07.485Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:18:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:18:57.882Z||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. 2023-02-20T18:18:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:18:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:18:57.893Z||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. 2023-02-20T18:18:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:19:07.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:19:07.490Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:19:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:19:57.881Z||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. 2023-02-20T18:19:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:19:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:19:57.894Z||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. 2023-02-20T18:19:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:20:07.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:20:07.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:20:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:20:57.882Z||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. 2023-02-20T18:20:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:20:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:20:57.893Z||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. 2023-02-20T18:20:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:21:07.443Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:21:07.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:21:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:21:57.882Z||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. 2023-02-20T18:21:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:21:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:21:57.894Z||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. 2023-02-20T18:21:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:22:07.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:22:07.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:22:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:22:57.881Z||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. 2023-02-20T18:22:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:22:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:22:57.893Z||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. 2023-02-20T18:22:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:23:07.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:23:07.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:23:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:23:57.882Z||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. 2023-02-20T18:23:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:23:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:23:57.893Z||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. 2023-02-20T18:23:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:24:07.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:24:07.451Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:24:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:24:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:24:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:24:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:24:57.893Z||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. 2023-02-20T18:24:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:25:07.436Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:25:07.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:25:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:25:57.890Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:25:57.890Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:25:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:25:57.893Z||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. 2023-02-20T18:25:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:26:07.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:26:07.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:26:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:26:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:26:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:26:57.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:26:57.894Z||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. 2023-02-20T18:26:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:27:07.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:27:07.482Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:27:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:27:57.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:27:57.882Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:27:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:27:57.893Z||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. 2023-02-20T18:27:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:28:07.483Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:28:07.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:28:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:28:57.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:28:57.882Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:28:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:28:57.893Z||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. 2023-02-20T18:28:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:29:07.454Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:29:07.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:29:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:29:57.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:29:57.885Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:29:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:29:57.893Z||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. 2023-02-20T18:29:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:30:07.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:30:07.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:30:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:30:57.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:30:57.883Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:30:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:30:57.893Z||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. 2023-02-20T18:30:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:31:07.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:31:07.439Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:31:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:31:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:31:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:31:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:31:57.892Z||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. 2023-02-20T18:31:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:32:07.441Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:32:07.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:32:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:32:57.880Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:32:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:32:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:32:57.893Z||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. 2023-02-20T18:32:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:33:07.430Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:33:07.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:33:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:33:57.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:33:57.884Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:33:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:33:57.893Z||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. 2023-02-20T18:33:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:34:07.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:34:07.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:34:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:34:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:34:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:34:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:34:57.893Z||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. 2023-02-20T18:34:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:35:07.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:35:07.482Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:35:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:35:57.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:35:57.882Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:35:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:35:57.895Z||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. 2023-02-20T18:35:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:36:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:36:07.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:36:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:36:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:36:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:36:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:36:57.893Z||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. 2023-02-20T18:36:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:37:07.452Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:37:07.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:37:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:37:57.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:37:57.883Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:37:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:37:57.894Z||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. 2023-02-20T18:37:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:38:07.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:38:07.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:38:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:38:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:38:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:38:57.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:38:57.895Z||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. 2023-02-20T18:38:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:39:07.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:39:07.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:39:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:39:57.880Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:39:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:39:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:39:57.893Z||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. 2023-02-20T18:39:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:40:07.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:40:07.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:40:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:40:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:40:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:40:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:40:57.893Z||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. 2023-02-20T18:40:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:41:07.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:41:07.448Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:41:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:41:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T18:41:57.882Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T18:41:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:41:57.893Z||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. 2023-02-20T18:41:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:42:07.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:42:07.485Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:42:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:42:57.882Z||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. 2023-02-20T18:42:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:42:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:42:57.893Z||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. 2023-02-20T18:42:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:43:07.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:43:07.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:43:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:43:57.888Z||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. 2023-02-20T18:43:57.888Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:43:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:43:57.894Z||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. 2023-02-20T18:43:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:44:07.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:44:07.457Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:44:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:44:57.881Z||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. 2023-02-20T18:44:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:44:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:44:57.893Z||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. 2023-02-20T18:44:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:45:07.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:45:07.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:45:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:45:57.881Z||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. 2023-02-20T18:45:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:45:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:45:57.893Z||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. 2023-02-20T18:45:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:46:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:46:07.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:46:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:46:57.881Z||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. 2023-02-20T18:46:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:46:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:46:57.895Z||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. 2023-02-20T18:46:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:47:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:47:07.439Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:47:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:47:57.880Z||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. 2023-02-20T18:47:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:47:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:47:57.892Z||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. 2023-02-20T18:47:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:48:07.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:48:07.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:48:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:48:57.881Z||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. 2023-02-20T18:48:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:48:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:48:57.893Z||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. 2023-02-20T18:48:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:49:07.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:49:07.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:49:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:49:57.883Z||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. 2023-02-20T18:49:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:49:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:49:57.893Z||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. 2023-02-20T18:49:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:50:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:50:07.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:50:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:50:57.882Z||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. 2023-02-20T18:50:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:50:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:50:57.893Z||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. 2023-02-20T18:50:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:51:07.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:51:07.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:51:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:51:57.882Z||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. 2023-02-20T18:51:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:51:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:51:57.893Z||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. 2023-02-20T18:51:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:52:07.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:52:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:52:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:52:57.882Z||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. 2023-02-20T18:52:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:52:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:52:57.893Z||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. 2023-02-20T18:52:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:53:07.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:53:07.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:53:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:53:57.881Z||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. 2023-02-20T18:53:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:53:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:53:57.893Z||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. 2023-02-20T18:53:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:54:07.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:54:07.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:54:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:54:57.881Z||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. 2023-02-20T18:54:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:54:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:54:57.892Z||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. 2023-02-20T18:54:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:55:07.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:55:07.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:55:57.884Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:55:57.885Z||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. 2023-02-20T18:55:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:55:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:55:57.893Z||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. 2023-02-20T18:55:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:56:07.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:56:07.447Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:56:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:56:57.883Z||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. 2023-02-20T18:56:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:56:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:56:57.893Z||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. 2023-02-20T18:56:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:57:07.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:57:07.436Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:57:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:57:57.883Z||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. 2023-02-20T18:57:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:57:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:57:57.895Z||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. 2023-02-20T18:57:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:58:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:58:07.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:58:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:58:57.882Z||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. 2023-02-20T18:58:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:58:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:58:57.893Z||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. 2023-02-20T18:58:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:59:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:59:07.495Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T18:59:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:59:57.883Z||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. 2023-02-20T18:59:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T18:59:57.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T18:59:57.893Z||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. 2023-02-20T18:59:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:00:07.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:00:07.485Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:00:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:00:57.881Z||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. 2023-02-20T19:00:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:00:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:00:57.893Z||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. 2023-02-20T19:00:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:01:07.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:01:07.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:01:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:01:57.881Z||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. 2023-02-20T19:01:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:01:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:01:57.893Z||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. 2023-02-20T19:01:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:02:07.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:02:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:02:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:02:57.881Z||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. 2023-02-20T19:02:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:02:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:02:57.893Z||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. 2023-02-20T19:02:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:03:07.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:03:07.452Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:03:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:03:57.883Z||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. 2023-02-20T19:03:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:03:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:03:57.893Z||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. 2023-02-20T19:03:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:04:07.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:04:07.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:04:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:04:57.883Z||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. 2023-02-20T19:04:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:04:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:04:57.894Z||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. 2023-02-20T19:04:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:05:07.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:05:07.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:05:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:05:57.881Z||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. 2023-02-20T19:05:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:05:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:05:57.892Z||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. 2023-02-20T19:05:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:06:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:06:07.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:06:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:06:57.881Z||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. 2023-02-20T19:06:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:06:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:06:57.893Z||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. 2023-02-20T19:06:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:07:07.455Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:07:07.460Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:07:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:07:57.881Z||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. 2023-02-20T19:07:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:07:57.893Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:07:57.894Z||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. 2023-02-20T19:07:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:08:07.437Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:08:07.498Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:08:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:08:57.880Z||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. 2023-02-20T19:08:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:08:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:08:57.894Z||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. 2023-02-20T19:08:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:09:07.435Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:09:07.440Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:09:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:09:57.881Z||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. 2023-02-20T19:09:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:09:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:09:57.893Z||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. 2023-02-20T19:09:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:10:07.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:10:07.448Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:10:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:10:57.882Z||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. 2023-02-20T19:10:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:10:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:10:57.893Z||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. 2023-02-20T19:10:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:11:07.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:11:07.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:11:57.882Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:11:57.883Z||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. 2023-02-20T19:11:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:11:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:11:57.893Z||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. 2023-02-20T19:11:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:12:07.479Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:12:07.507Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:12:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:12:57.882Z||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. 2023-02-20T19:12:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:12:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:12:57.893Z||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. 2023-02-20T19:12:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:13:07.440Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:13:07.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:13:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:13:57.882Z||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. 2023-02-20T19:13:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:13:57.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:13:57.893Z||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. 2023-02-20T19:13:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:14:07.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:14:07.471Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:14:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:14:57.881Z||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. 2023-02-20T19:14:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:14:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:14:57.892Z||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. 2023-02-20T19:14:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:15:07.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:15:07.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:15:57.883Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:15:57.885Z||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. 2023-02-20T19:15:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:15:57.894Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:15:57.897Z||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. 2023-02-20T19:15:57.898Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:16:07.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:16:07.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:16:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:16:57.881Z||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. 2023-02-20T19:16:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:16:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:16:57.893Z||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. 2023-02-20T19:16:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:17:07.467Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:17:07.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:17:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:17:57.881Z||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. 2023-02-20T19:17:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:17:57.894Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:17:57.895Z||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. 2023-02-20T19:17:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:18:07.487Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:18:07.496Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:18:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:18:57.882Z||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. 2023-02-20T19:18:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:18:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:18:57.893Z||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. 2023-02-20T19:18:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:19:07.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:19:07.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:19:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:19:57.881Z||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. 2023-02-20T19:19:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:19:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:19:57.893Z||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. 2023-02-20T19:19:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:20:07.443Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:20:07.445Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:20:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:20:57.884Z||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. 2023-02-20T19:20:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:20:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:20:57.896Z||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. 2023-02-20T19:20:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:21:07.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:21:07.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:21:57.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:21:57.885Z||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. 2023-02-20T19:21:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:21:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:21:57.893Z||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. 2023-02-20T19:21:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:22:07.455Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:22:07.472Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:22:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:22:57.882Z||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. 2023-02-20T19:22:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:22:57.893Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:22:57.894Z||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. 2023-02-20T19:22:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:23:07.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:23:07.468Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:23:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:23:57.881Z||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. 2023-02-20T19:23:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:23:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:23:57.893Z||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. 2023-02-20T19:23:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:24:07.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:24:07.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:24:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:24:57.880Z||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. 2023-02-20T19:24:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:24:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:24:57.893Z||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. 2023-02-20T19:24:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:25:07.433Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:25:07.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:25:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:25:57.881Z||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. 2023-02-20T19:25:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:25:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:25:57.893Z||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. 2023-02-20T19:25:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:26:07.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:26:07.456Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:26:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:26:57.880Z||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. 2023-02-20T19:26:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:26:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:26:57.893Z||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. 2023-02-20T19:26:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:27:07.447Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:27:07.462Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:27:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:27:57.881Z||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. 2023-02-20T19:27:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:27:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:27:57.894Z||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. 2023-02-20T19:27:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:28:07.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:28:07.436Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:28:57.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:28:57.884Z||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. 2023-02-20T19:28:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:28:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:28:57.893Z||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. 2023-02-20T19:28:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:29:07.449Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:29:07.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:29:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:29:57.882Z||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. 2023-02-20T19:29:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:29:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:29:57.894Z||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. 2023-02-20T19:29:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:30:07.446Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:30:07.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:30:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:30:57.881Z||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. 2023-02-20T19:30:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:30:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:30:57.893Z||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. 2023-02-20T19:30:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:31:07.452Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:31:07.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:31:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:31:57.881Z||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. 2023-02-20T19:31:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:31:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:31:57.893Z||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. 2023-02-20T19:31:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:32:07.502Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:32:07.526Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:32:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:32:57.881Z||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. 2023-02-20T19:32:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:32:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:32:57.893Z||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. 2023-02-20T19:32:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:33:07.462Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:33:07.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:33:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:33:57.882Z||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. 2023-02-20T19:33:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:33:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:33:57.894Z||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. 2023-02-20T19:33:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:34:07.448Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:34:07.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:34:57.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:34:57.883Z||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. 2023-02-20T19:34:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:34:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:34:57.893Z||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. 2023-02-20T19:34:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:35:07.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:35:07.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:35:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:35:57.881Z||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. 2023-02-20T19:35:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:35:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:35:57.893Z||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. 2023-02-20T19:35:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:36:07.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:36:07.452Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:36:57.881Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:36:57.884Z||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. 2023-02-20T19:36:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:36:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:36:57.894Z||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. 2023-02-20T19:36:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:37:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:37:07.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:37:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:37:57.881Z||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. 2023-02-20T19:37:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:37:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:37:57.892Z||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. 2023-02-20T19:37:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:38:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:38:07.447Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:38:57.882Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:38:57.884Z||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. 2023-02-20T19:38:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:38:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:38:57.893Z||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. 2023-02-20T19:38:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:39:07.481Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:39:07.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:39:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:39:57.881Z||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. 2023-02-20T19:39:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:39:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:39:57.892Z||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. 2023-02-20T19:39:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:40:07.439Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:40:07.481Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:40:57.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:40:57.884Z||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. 2023-02-20T19:40:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:40:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:40:57.893Z||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. 2023-02-20T19:40:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:41:07.490Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:41:07.508Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:41:57.880Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:41:57.881Z||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. 2023-02-20T19:41:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:41:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:41:57.896Z||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. 2023-02-20T19:41:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:42:07.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:42:07.464Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:42:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:42:57.881Z||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. 2023-02-20T19:42:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:42:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:42:57.893Z||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. 2023-02-20T19:42:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:43:07.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:43:07.483Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:43:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:43:57.882Z||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. 2023-02-20T19:43:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:43:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:43:57.894Z||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. 2023-02-20T19:43:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:44:07.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:44:07.452Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:44:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:44:57.882Z||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. 2023-02-20T19:44:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:44:57.895Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:44:57.896Z||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. 2023-02-20T19:44:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:45:07.472Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:45:07.483Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:45:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:45:57.882Z||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. 2023-02-20T19:45:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:45:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:45:57.892Z||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. 2023-02-20T19:45:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:46:07.445Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:46:07.445Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:46:57.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:46:57.888Z||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. 2023-02-20T19:46:57.889Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:46:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:46:57.892Z||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. 2023-02-20T19:46:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:47:07.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:47:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:47:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:47:57.881Z||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. 2023-02-20T19:47:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:47:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:47:57.893Z||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. 2023-02-20T19:47:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:48:07.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:48:07.450Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:48:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:48:57.881Z||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. 2023-02-20T19:48:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:48:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:48:57.893Z||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. 2023-02-20T19:48:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:49:07.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:49:07.447Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:49:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:49:57.882Z||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. 2023-02-20T19:49:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:49:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:49:57.893Z||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. 2023-02-20T19:49:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:50:07.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:50:07.498Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:50:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:50:57.881Z||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. 2023-02-20T19:50:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:50:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:50:57.894Z||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. 2023-02-20T19:50:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:51:07.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:51:07.444Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:51:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:51:57.881Z||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. 2023-02-20T19:51:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:51:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:51:57.894Z||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. 2023-02-20T19:51:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:52:07.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:52:07.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:52:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:52:57.881Z||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. 2023-02-20T19:52:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:52:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:52:57.893Z||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. 2023-02-20T19:52:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:53:07.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:53:07.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:53:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:53:57.881Z||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. 2023-02-20T19:53:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:53:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:53:57.892Z||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. 2023-02-20T19:53:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:54:07.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:54:07.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:54:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:54:57.881Z||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. 2023-02-20T19:54:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:54:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:54:57.893Z||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. 2023-02-20T19:54:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:55:07.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:55:07.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:55:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:55:57.881Z||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. 2023-02-20T19:55:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:55:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:55:57.893Z||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. 2023-02-20T19:55:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:56:07.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:56:07.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:56:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:56:57.880Z||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. 2023-02-20T19:56:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:56:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:56:57.893Z||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. 2023-02-20T19:56:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:57:07.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:57:07.473Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:57:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:57:57.881Z||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. 2023-02-20T19:57:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:57:57.893Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:57:57.894Z||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. 2023-02-20T19:57:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:58:07.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:58:07.454Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:58:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:58:57.880Z||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. 2023-02-20T19:58:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:58:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:58:57.893Z||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. 2023-02-20T19:58:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:59:07.432Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:59:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T19:59:57.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:59:57.883Z||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. 2023-02-20T19:59:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T19:59:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T19:59:57.893Z||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. 2023-02-20T19:59:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:00:07.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:00:07.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:00:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:00:57.881Z||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. 2023-02-20T20:00:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:00:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:00:57.893Z||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. 2023-02-20T20:00:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:01:07.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:01:07.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:01:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:01:57.881Z||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. 2023-02-20T20:01:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:01:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:01:57.893Z||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. 2023-02-20T20:01:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:02:07.465Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:02:07.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:02:57.882Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:02:57.883Z||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. 2023-02-20T20:02:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:02:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:02:57.893Z||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. 2023-02-20T20:02:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:03:07.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:03:07.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:03:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:03:57.881Z||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. 2023-02-20T20:03:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:03:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:03:57.892Z||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. 2023-02-20T20:03:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:04:07.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:04:07.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:04:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:04:57.881Z||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. 2023-02-20T20:04:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:04:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:04:57.893Z||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. 2023-02-20T20:04:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:05:07.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:05:07.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:05:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:05:57.881Z||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. 2023-02-20T20:05:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:05:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:05:57.893Z||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. 2023-02-20T20:05:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:06:07.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:06:07.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:06:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:06:57.880Z||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. 2023-02-20T20:06:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:06:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:06:57.893Z||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. 2023-02-20T20:06:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:07:07.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:07:07.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:07:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:07:57.881Z||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. 2023-02-20T20:07:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:07:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:07:57.894Z||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. 2023-02-20T20:07:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:08:07.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:08:07.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:08:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:08:57.883Z||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. 2023-02-20T20:08:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:08:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:08:57.893Z||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. 2023-02-20T20:08:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:09:07.434Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:09:07.441Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:09:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:09:57.881Z||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. 2023-02-20T20:09:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:09:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:09:57.893Z||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. 2023-02-20T20:09:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:10:07.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:10:07.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:10:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:10:57.881Z||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. 2023-02-20T20:10:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:10:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:10:57.893Z||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. 2023-02-20T20:10:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:11:07.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:11:07.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:11:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:11:57.882Z||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. 2023-02-20T20:11:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:11:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:11:57.893Z||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. 2023-02-20T20:11:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:12:07.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:12:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:12:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:12:57.881Z||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. 2023-02-20T20:12:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:12:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:12:57.892Z||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. 2023-02-20T20:12:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:13:07.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:13:07.449Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:13:57.883Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:13:57.884Z||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. 2023-02-20T20:13:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:13:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:13:57.892Z||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. 2023-02-20T20:13:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:14:07.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:14:07.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:14:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:14:57.880Z||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. 2023-02-20T20:14:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:14:57.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:14:57.894Z||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. 2023-02-20T20:14:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:15:07.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:15:07.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:15:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:15:57.880Z||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. 2023-02-20T20:15:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:15:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:15:57.894Z||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. 2023-02-20T20:15:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:16:07.441Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:16:07.457Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:16:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:16:57.884Z||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. 2023-02-20T20:16:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:16:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:16:57.892Z||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. 2023-02-20T20:16:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:17:07.479Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:17:07.482Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:17:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:17:57.884Z||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. 2023-02-20T20:17:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:17:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:17:57.893Z||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. 2023-02-20T20:17:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:18:07.450Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:18:07.478Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:18:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:18:57.881Z||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. 2023-02-20T20:18:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:18:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:18:57.892Z||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. 2023-02-20T20:18:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:19:07.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:19:07.446Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:19:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:19:57.881Z||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. 2023-02-20T20:19:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:19:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:19:57.893Z||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. 2023-02-20T20:19:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:20:07.437Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:20:07.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:20:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:20:57.881Z||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. 2023-02-20T20:20:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:20:57.894Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:20:57.895Z||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. 2023-02-20T20:20:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:21:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:21:07.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:21:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:21:57.880Z||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. 2023-02-20T20:21:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:21:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:21:57.893Z||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. 2023-02-20T20:21:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:22:07.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:22:07.449Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:22:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:22:57.880Z||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. 2023-02-20T20:22:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:22:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:22:57.893Z||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. 2023-02-20T20:22:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:23:07.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:23:07.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:23:57.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:23:57.882Z||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. 2023-02-20T20:23:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:23:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:23:57.892Z||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. 2023-02-20T20:23:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:24:07.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:24:07.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:24:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:24:57.881Z||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. 2023-02-20T20:24:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:24:57.893Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:24:57.894Z||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. 2023-02-20T20:24:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:25:07.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:25:07.448Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:25:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:25:57.881Z||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. 2023-02-20T20:25:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:25:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:25:57.893Z||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. 2023-02-20T20:25:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:26:07.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:26:07.497Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:26:57.881Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:26:57.882Z||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. 2023-02-20T20:26:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:26:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:26:57.893Z||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. 2023-02-20T20:26:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:27:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:27:07.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:27:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:27:57.882Z||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. 2023-02-20T20:27:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:27:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:27:57.893Z||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. 2023-02-20T20:27:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:28:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:28:07.449Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:28:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:28:57.882Z||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. 2023-02-20T20:28:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:28:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:28:57.893Z||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. 2023-02-20T20:28:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:29:07.452Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:29:07.454Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:29:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:29:57.881Z||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. 2023-02-20T20:29:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:29:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:29:57.893Z||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. 2023-02-20T20:29:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:30:07.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:30:07.474Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:30:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:30:57.881Z||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. 2023-02-20T20:30:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:30:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:30:57.893Z||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. 2023-02-20T20:30:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:31:07.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:31:07.464Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:31:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:31:57.881Z||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. 2023-02-20T20:31:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:31:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:31:57.893Z||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. 2023-02-20T20:31:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:32:07.448Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:32:07.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:32:57.879Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:32:57.881Z||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. 2023-02-20T20:32:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:32:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:32:57.893Z||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. 2023-02-20T20:32:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:33:07.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:33:07.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:33:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:33:57.884Z||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. 2023-02-20T20:33:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:33:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:33:57.899Z||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. 2023-02-20T20:33:57.900Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:34:07.483Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:34:07.487Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:34:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:34:57.883Z||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. 2023-02-20T20:34:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:34:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:34:57.893Z||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. 2023-02-20T20:34:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:35:07.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:35:07.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:35:57.880Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:35:57.882Z||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. 2023-02-20T20:35:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:35:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:35:57.893Z||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. 2023-02-20T20:35:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:36:07.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:36:07.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:36:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:36:57.881Z||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. 2023-02-20T20:36:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:36:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:36:57.893Z||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. 2023-02-20T20:36:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:37:07.478Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:37:07.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:37:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:37:57.881Z||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. 2023-02-20T20:37:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:37:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:37:57.893Z||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. 2023-02-20T20:37:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:38:07.442Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:38:07.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:38:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:38:57.881Z||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. 2023-02-20T20:38:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:38:57.892Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:38:57.893Z||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. 2023-02-20T20:38:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:39:07.444Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:39:07.444Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:39:57.879Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:39:57.881Z||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. 2023-02-20T20:39:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:39:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:39:57.893Z||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. 2023-02-20T20:39:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:40:07.439Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:40:07.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:40:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:40:57.882Z||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. 2023-02-20T20:40:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:40:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:40:57.893Z||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. 2023-02-20T20:40:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:41:07.474Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:41:07.480Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:41:57.880Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:41:57.883Z||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. 2023-02-20T20:41:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:41:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:41:57.893Z||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. 2023-02-20T20:41:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:41:58.516Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:41:58.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"42f8b899-d399-4cf9-83b9-c92c288e54f4","serviceName":"vFW 2023-02-20 20-39-40","serviceVersion":"1.0","serviceUUID":"de23227b-3861-4add-aa71-efcab162c92a","serviceDescription":"catalog service description","serviceInvariantUUID":"d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e","resources":[{"resourceInstanceName":"vFW 6c1838f4-0347 0","resourceName":"vFW 6c1838f4-0347","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce117245-d10f-4d21-a6e9-432142467f07","resourceInvariantUUID":"17244ae6-0300-4860-a537-84256aac30d6","resourceCustomizationUUID":"4f1fb9dd-90e6-4d44-9c1f-a46e71510c87","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml","artifactChecksum":"NjdmNWJkMjFkZGQ1NDVjMWIyNGRhYThlNzZhMTQwMTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f9fdd8f6-f16c-4979-9415-68d3fc1b50c4","artifactVersion":"1"},{"artifactName":"vfw6c1838f403470_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json","artifactChecksum":"Y2FjYWQxNGEwZGRlODM0NjhhM2I0ZWNkMDIyOTBiZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"324feebe-b8ec-4833-95e7-bac916711fdd","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"15b10821-cf26-4b7b-8e90-e58d4c30be78","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml","artifactChecksum":"YWZmZGUyOTg2NDBkOWMwMDNiNmQ5ZTczOTVhMWM4NDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"276118f3-e88c-46c1-a60c-f42b276b7532","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346","artifactVersion":"2","generatedFromUUID":"15b10821-cf26-4b7b-8e90-e58d4c30be78"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230220203940-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml","artifactChecksum":"NWE1MWI4MWNjMWQzMWMzNmVlZjA1YTAxMzhmZTdkNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"92db2837-e0ec-439b-b393-aa7138968cc2","artifactVersion":"1"},{"artifactName":"service-Vfw20230220203940-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar","artifactChecksum":"OWVhZTMzZDAwOGJhZTBiYWVlMTgxMTQ0Mzk4YzcwOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c8d4d77-ec2b-4879-a139-a5dcf3a911a4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-20T20:41:58.529Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:41:58.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925689996, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.541Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T20:41:58.550Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:41:58.567Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:41:58.571Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925686428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925689996, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "NOTIFIED" } 2023-02-20T20:41:58.574Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925686428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.575Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.575Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.575Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925689996, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-20T20:41:58.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.576Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925686428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "cds", "timestamp": 1676925698593, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "cds", "timestamp": 1676925698593, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925689996, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925686428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "cds", "timestamp": 1676925698593, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925689996, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-20T20:41:58.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925686428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "cds", "timestamp": 1676925698593, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925689996, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.590Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.590Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925686428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.591Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.591Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.591Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "cds", "timestamp": 1676925698593, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.592Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925689996, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "NOTIFIED" } 2023-02-20T20:41:58.592Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.592Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925686428, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "NOTIFIED" } 2023-02-20T20:41:58.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.593Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.593Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925702737, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "cds", "timestamp": 1676925698593, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.594Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925703917, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T20:41:58.595Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:41:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925703956, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T20:41:58.595Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:41:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925702737, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "cds", "timestamp": 1676925698593, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "NOTIFIED" } 2023-02-20T20:41:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "ves-openapi-manager", "timestamp": 1676925706117, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925705087, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T20:41:58.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925702737, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.601Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "cds", "timestamp": 1676925706547, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T20:41:58.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:41:58.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "ves-openapi-manager", "timestamp": 1676925706117, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.602Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925706280, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-20T20:41:58.602Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925702737, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.603Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.603Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.603Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "cds", "timestamp": 1676925707568, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2023-02-20T20:41:58.667Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms 2023-02-20T20:41:58.674Z||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. 2023-02-20T20:41:58.674Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:41:58.700Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:41:58.710Z||pool-3-thread-1|||||INFO|500||cambria reply ok (36 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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 (?, ?, ?, ?, ?) 2023-02-20T20:41:58.927Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 42f8b899-d399-4cf9-83b9-c92c288e54f4 2023-02-20T20:41:58.955Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42f8b899-d399-4cf9-83b9-c92c288e54f4 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 (?, ?, ?, ?, ?) 2023-02-20T20:41:58.988Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.989Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "ves-openapi-manager", "timestamp": 1676925706117, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:58.990Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:58.990Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:58.990Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925707383, "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=? 2023-02-20T20:41:59.014Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 42f8b899-d399-4cf9-83b9-c92c288e54f4 2023-02-20T20:41:59.015Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42f8b899-d399-4cf9-83b9-c92c288e54f4 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 (?, ?, ?, ?, ?) 2023-02-20T20:41:59.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925702737, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:59.029Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:59.029Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "ves-openapi-manager", "timestamp": 1676925706117, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:59.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:59.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "multicloud-k8s-id", "timestamp": 1676925708388, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "DEPLOY_OK" } 2023-02-20T20:41:59.030Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:41:59.030Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.030Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925702737, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:59.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:59.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "ves-openapi-manager", "timestamp": 1676925706117, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:59.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:59.031Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.031Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925702737, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "NOTIFIED" } 2023-02-20T20:41:59.031Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:59.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "ves-openapi-manager", "timestamp": 1676925706117, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:59.032Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:59.032Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.032Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925710541, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T20:41:59.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:41:59.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925710718, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T20:41:59.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:41:59.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "ves-openapi-manager", "timestamp": 1676925706117, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-20T20:41:59.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:41:59.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:41:59.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676925711546, "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=? 2023-02-20T20:41:59.041Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 42f8b899-d399-4cf9-83b9-c92c288e54f4 2023-02-20T20:41:59.041Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42f8b899-d399-4cf9-83b9-c92c288e54f4 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 (?, ?, ?, ?, ?) 2023-02-20T20:41:59.602Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T20:41:59.602Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:41:59.605Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:41:59.605Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "NOTIFIED" } 2023-02-20T20:41:59.705Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T20:41:59.710Z||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. 2023-02-20T20:41:59.717Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:41:59.732Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:41:59.733Z||pool-4-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-02-20T20:42:00.606Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T20:42:00.607Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:00.609Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:00.609Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-20T20:42:00.710Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T20:42:00.711Z||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. 2023-02-20T20:42:00.711Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:00.727Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:00.728Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-20T20:42:01.611Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T20:42:01.612Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:01.615Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:01.616Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:42:01.715Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T20:42:01.717Z||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. 2023-02-20T20:42:01.717Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:01.730Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:01.731Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-20T20:42:02.617Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T20:42:02.617Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:02.620Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:02.620Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-20T20:42:02.720Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T20:42:02.721Z||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. 2023-02-20T20:42:02.722Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:02.736Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:02.737Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-20T20:42:03.621Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T20:42:03.622Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:03.625Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:03.625Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T20:42:03.725Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T20:42:03.726Z||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. 2023-02-20T20:42:03.727Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:03.747Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:03.748Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2023-02-20T20:42:04.626Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T20:42:04.627Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:04.629Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:04.629Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "NOTIFIED" } 2023-02-20T20:42:04.730Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-20T20:42:04.733Z||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. 2023-02-20T20:42:04.734Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:04.751Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:04.752Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-20T20:42:05.632Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "serviceName": "vFW 2023-02-20 20-39-40", "serviceVersion": "1.0", "serviceUUID": "de23227b-3861-4add-aa71-efcab162c92a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e", "resources": [ { "resourceInstanceName": "vFW 6c1838f4-0347 0", "resourceCustomizationUUID": "4f1fb9dd-90e6-4d44-9c1f-a46e71510c87", "resourceName": "vFW 6c1838f4-0347", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ce117245-d10f-4d21-a6e9-432142467f07", "resourceInvariantUUID": "17244ae6-0300-4860-a537-84256aac30d6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6c1838f403470_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "artifactChecksum": "Y2FjYWQxNGEwZGRlODM0NjhhM2I0ZWNkMDIyOTBiZWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "324feebe-b8ec-4833-95e7-bac916711fdd", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "15b10821-cf26-4b7b-8e90-e58d4c30be78", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346", "generatedFromUUID": "15b10821-cf26-4b7b-8e90-e58d4c30be78" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230220203940-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "artifactChecksum": "OWVhZTMzZDAwOGJhZTBiYWVlMTgxMTQ0Mzk4YzcwOTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9c8d4d77-ec2b-4879-a139-a5dcf3a911a4" } ], "workloadContext": "Production" } 2023-02-20T20:42:05.634Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-20T20:42:05.635Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 de23227b-3861-4add-aa71-efcab162c92a ASDC 2023-02-20T20:42:05.793Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:42f8b899-d399-4cf9-83b9-c92c288e54f4 ServiceName:vFW 2023-02-20 20-39-40 ServiceVersion:1.0 ServiceUUID:de23227b-3861-4add-aa71-efcab162c92a ServiceInvariantUUID:d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230220203940-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar ArtifactUUID:9c8d4d77-ec2b-4879-a139-a5dcf3a911a4 ArtifactChecksum:OWVhZTMzZDAwOGJhZTBiYWVlMTgxMTQ0Mzk4YzcwOTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6c1838f4-0347 0 ResourceCustomizationUUID:4f1fb9dd-90e6-4d44-9c1f-a46e71510c87 ResourceInvariantUUID:17244ae6-0300-4860-a537-84256aac30d6 ResourceName:vFW 6c1838f4-0347 ResourceType:VF ResourceUUID:ce117245-d10f-4d21-a6e9-432142467f07 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6c1838f403470_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json ArtifactUUID:324feebe-b8ec-4833-95e7-bac916711fdd ArtifactChecksum:Y2FjYWQxNGEwZGRlODM0NjhhM2I0ZWNkMDIyOTBiZWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml ArtifactUUID:15b10821-cf26-4b7b-8e90-e58d4c30be78 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env ArtifactUUID:d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env ArtifactUUID:d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-20T20:42:05.794Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de23227b-3861-4add-aa71-efcab162c92a 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=? 2023-02-20T20:42:05.873Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T20:42:05.875Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T20:42:05.876Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T20:42:05.877Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9c8d4d77-ec2b-4879-a139-a5dcf3a911a4 from URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:05.877Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T20:42:05.878Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:06.239Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T20:42:06.277Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar 9c8d4d77-ec2b-4879-a139-a5dcf3a911a4 100646 2023-02-20T20:42:06.280Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar ASDC sendASDCNotification 2023-02-20T20:42:06.280Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:06.282Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T20:42:06.284Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:06.287Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:06.288Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925726278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T20:42:06.387Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T20:42:06.388Z||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. 2023-02-20T20:42:06.389Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:06.410Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:06.411Z||pool-10-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":3,"count":1} 2023-02-20T20:42:07.289Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T20:42:07.290Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T20:42:07.291Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9c8d4d77-ec2b-4879-a139-a5dcf3a911a4, URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar to file: /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:07.291Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230220203940-csar.csar 2023-02-20T20:42:07.420Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:07.421Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:08.247Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3787311352117987555/Definitions/service-Vfw20230220203940-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_key_name" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided 2023-02-20T20:42:12.337Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-20T20:42:12.347Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T20:42:12.348Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.349Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-02-20T20:42:12.349Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.349Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.350Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.350Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.350Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.351Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.351Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.351Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.352Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.352Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.352Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6c1838f4-0347 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:12.353Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T20:42:12.363Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.368Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:12.374Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:12.375Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T20:42:12.378Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T20:42:12.383Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.383Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:12.383Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:12.384Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T20:42:12.384Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T20:42:12.385Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.386Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:12.394Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.395Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria 2023-02-20T20:42:12.395Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-20T20:42:12.395Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-20T20:42:12.395Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-20T20:42:12.396Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:12.397Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-20T20:42:12.398Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.398Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-20T20:42:12.398Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.398Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T20:42:12.400Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.400Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:12.401Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T20:42:12.401Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.401Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:12.401Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.402Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria 2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-20T20:42:12.403Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-20T20:42:12.404Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1c51419-3d04-4bfc-92e8-24e007fd4daf 2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria 2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-20T20:42:12.405Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-20T20:42:12.406Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.406Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-20T20:42:12.409Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.410Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0317fb95-f08d-4b17-80f9-016a05924b47 2023-02-20T20:42:12.410Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.410Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria 2023-02-20T20:42:12.410Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.411Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-20T20:42:12.412Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3d26160-b68e-4198-a0bc-e25e37f05a49 2023-02-20T20:42:12.413Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.413Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:12.413Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.413Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:12.414Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-02-20 20-39-40 Description:catalog service description Model UUID:de23227b-3861-4add-aa71-efcab162c92a Model Version:NULL Model InvariantUuid:d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6c1838f4-0347 Model UUID:ac7defd5-a944-4c2a-8d40-e4ced0f8d650 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:17244ae6-0300-4860-a537-84256aac30d6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4f1fb9dd-90e6-4d44-9c1f-a46e71510c87 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0f361681-19aa-4012-a0f6-ed99aaa8e8c4 ModelName:Vfw6c1838f40347..base_vfw..module-0 ModelUuid:954408fa-aae1-44f1-8555-2349380a9444 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e1c51419-3d04-4bfc-92e8-24e007fd4daf ModelInvariantUuid:00683ac3-7bf5-47eb-998e-a8cbe58af477 ModelName:vFW 6c1838f4-0347-nodes.vfwCvfc ModelUuid:34ff1e9f-3e8f-47ea-8553-08ccaa7a4cb0 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:c0c0a36c-002d-4701-bd15-7a5be3b5b6b1 ModelInvariantUuid:5bf934e6-171f-4632-a7a7-1644b1ea3440 ModelName:Vfw6c1838f40347.compute.nodes.heat.vfw ModelUuid:a4314a25-2632-40e0-b76f-0b16b8d9c913 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:0317fb95-f08d-4b17-80f9-016a05924b47 ModelInvariantUuid:c555c8c3-5037-45c1-bd82-a23da20bceec ModelName:vFW 6c1838f4-0347-nodes.vsnCvfc ModelUuid:d1b457c3-2ae0-4da4-9a1d-e152cb57fe4c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:585d940d-5b3a-4f23-9ba8-1e35a9aff002 ModelInvariantUuid:b2efa65c-1de9-406c-9e30-4e2507c3ae77 ModelName:Vfw6c1838f40347.compute.nodes.heat.vsn ModelUuid:a6bca9e1-0f06-4dc2-a04e-f8bcbd02ecba ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d3d26160-b68e-4198-a0bc-e25e37f05a49 ModelInvariantUuid:5eab2098-8cc0-4652-9209-b28958d3e3bf ModelName:vFW 6c1838f4-0347-nodes.vpgCvfc ModelUuid:73fd0c53-ee7b-4a3d-982f-df56a2b7a781 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:9d00992e-78f3-4ff5-96c6-cd60769e277d ModelInvariantUuid:abf3f741-76cf-455e-bdd3-d7c8046b9f9b ModelName:Vfw6c1838f40347.compute.nodes.heat.vpg ModelUuid:e31d8e4c-0692-4be6-be39-320ff0acc2e7 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=? 2023-02-20T20:42:12.429Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ce117245-d10f-4d21-a6e9-432142467f07 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=? 2023-02-20T20:42:12.540Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||vFW 6c1838f4-0347 0 2023-02-20T20:42:12.547Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce117245-d10f-4d21-a6e9-432142467f07 2023-02-20T20:42:12.547Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 324feebe-b8ec-4833-95e7-bac916711fdd from URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json 2023-02-20T20:42:12.547Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T20:42:12.548Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json 2023-02-20T20:42:12.661Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T20:42:12.661Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json 324feebe-b8ec-4833-95e7-bac916711fdd 785 2023-02-20T20:42:12.662Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json ASDC sendASDCNotification 2023-02-20T20:42:12.662Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json 2023-02-20T20:42:12.662Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T20:42:12.662Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:12.665Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:12.665Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925732662, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T20:42:12.766Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T20:42:12.767Z||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. 2023-02-20T20:42:12.767Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:12.782Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:12.783Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T20:42:13.667Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6c1838f40347..base_vfw..module-0", "vfModuleModelInvariantUUID": "0f361681-19aa-4012-a0f6-ed99aaa8e8c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "954408fa-aae1-44f1-8555-2349380a9444", "vfModuleModelCustomizationUUID": "117c61bd-c06d-4fb7-96ce-5b3a9f8f811f", "isBase": true, "artifacts": [ "15b10821-cf26-4b7b-8e90-e58d4c30be78", "d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-20T20:42:13.688Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6c1838f40347..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:954408fa-aae1-44f1-8555-2349380a9444 VfModuleModelInvariantUUID:0f361681-19aa-4012-a0f6-ed99aaa8e8c4 VfModuleModelDescription:NULL Artifacts UUID List:{ 15b10821-cf26-4b7b-8e90-e58d4c30be78 , d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-20T20:42:13.693Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6c1838f40347..base_vfw..module-0", "vfModuleModelInvariantUUID": "0f361681-19aa-4012-a0f6-ed99aaa8e8c4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "954408fa-aae1-44f1-8555-2349380a9444", "vfModuleModelCustomizationUUID": "117c61bd-c06d-4fb7-96ce-5b3a9f8f811f", "isBase": true, "artifacts": [ "15b10821-cf26-4b7b-8e90-e58d4c30be78", "d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-20T20:42:13.693Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6c1838f40347..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:954408fa-aae1-44f1-8555-2349380a9444 VfModuleModelInvariantUUID:0f361681-19aa-4012-a0f6-ed99aaa8e8c4 VfModuleModelDescription:NULL Artifacts UUID List:{ 15b10821-cf26-4b7b-8e90-e58d4c30be78 , d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-20T20:42:13.693Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 15b10821-cf26-4b7b-8e90-e58d4c30be78 from URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml 2023-02-20T20:42:13.694Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T20:42:13.694Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml 2023-02-20T20:42:13.793Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T20:42:13.794Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml 15b10821-cf26-4b7b-8e90-e58d4c30be78 20368 2023-02-20T20:42:13.795Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-20T20:42:13.795Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml 2023-02-20T20:42:13.795Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T20:42:13.796Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:13.798Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:13.798Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925733795, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T20:42:13.899Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T20:42:13.900Z||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. 2023-02-20T20:42:13.900Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:13.920Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:13.920Z||pool-12-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-02-20T20:42:14.800Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346 from URL: /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env 2023-02-20T20:42:14.800Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T20:42:14.800Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env 2023-02-20T20:42:14.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T20:42:14.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env d9845ac5-d2b8-41a2-9c3f-4f5f3afd9346 2098 2023-02-20T20:42:14.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-20T20:42:14.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env 2023-02-20T20:42:14.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T20:42:14.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:14.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:14.885Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925734880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-20T20:42:14.985Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T20:42:14.986Z||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. 2023-02-20T20:42:14.986Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:15.001Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:15.002Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T20:42:15.885Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: de23227b-3861-4add-aa71-efcab162c92a 2023-02-20T20:42:15.886Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6c1838f4-0347 0 ce117245-d10f-4d21-a6e9-432142467f07 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-20T20:42:15.956Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d9dfb45, org.onap.sdc.toscaparser.api.parameters.Input@16289bc0, org.onap.sdc.toscaparser.api.parameters.Input@4163f73b, org.onap.sdc.toscaparser.api.parameters.Input@57745395, org.onap.sdc.toscaparser.api.parameters.Input@1571dded] 2023-02-20T20:42:15.960Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:15.961Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:15.962Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-02-20T20:42:15.962Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87 2023-02-20T20:42:15.962Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87 matches Tosca VF Customization UUID: 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87 2023-02-20T20:42:15.962Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87 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=? 2023-02-20T20:42:15.974Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:15.975Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:15.977Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 4f1fb9dd-90e6-4d44-9c1f-a46e71510c87: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-20T20:42:15.977Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ee2ecb3 2023-02-20T20:42:15.977Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:15.978Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T20:42:15.979Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 117c61bd-c06d-4fb7-96ce-5b3a9f8f811f 2023-02-20T20:42:15.982Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 117c61bd-c06d-4fb7-96ce-5b3a9f8f811f 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=? 2023-02-20T20:42:15.994Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:15.995Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:15.995Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T20:42:15.996Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:15.997Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:15.997Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T20:42:15.997Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:15.998Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria 2023-02-20T20:42:15.998Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-20T20:42:15.998Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-20T20:42:15.998Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-02-20T20:42:15.999Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-20T20:42:15.999Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-20T20:42:15.999Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:15.999Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:16.000Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-20T20:42:16.000Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:16.000Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-20T20:42:16.000Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:16.003Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e1c51419-3d04-4bfc-92e8-24e007fd4daf 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=? 2023-02-20T20:42:16.018Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.018Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:16.018Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T20:42:16.019Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.019Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria 2023-02-20T20:42:16.019Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-20T20:42:16.020Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-20T20:42:16.020Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-20T20:42:16.020Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-02-20T20:42:16.021Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-02-20T20:42:16.022Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:16.022Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2023-02-20T20:42:16.022Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:16.022Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0317fb95-f08d-4b17-80f9-016a05924b47 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=? 2023-02-20T20:42:16.025Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.026Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:16.026Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T20:42:16.029Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.029Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is not matching search criteria 2023-02-20T20:42:16.029Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-02-20T20:42:16.030Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-02-20T20:42:16.030Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-02-20T20:42:16.030Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:16.030Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:16.031Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-02-20T20:42:16.031Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2023-02-20T20:42:16.031Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-02-20T20:42:16.032Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2023-02-20T20:42:16.032Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-02-20T20:42:16.032Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-02-20T20:42:16.032Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-02-20T20:42:16.033Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d3d26160-b68e-4198-a0bc-e25e37f05a49 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=? 2023-02-20T20:42:16.038Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.038Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:16.038Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T20:42:16.039Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.039Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Node template vFW 6c1838f4-0347 0 is matching search criteria 2023-02-20T20:42:16.039Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 6c1838f4-0347 0] matching following query criteria: sdcType=VF, customizationUUID=4f1fb9dd-90e6-4d44-9c1f-a46e71510c87 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=? 2023-02-20T20:42:16.043Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.044Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:16.044Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid de23227b-3861-4add-aa71-efcab162c92a: vFW 6c1838f4-0347 2023-02-20T20:42:16.045Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.045Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:16.045Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.045Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:16.046Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T20:42:16.047Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-02-20 20-39-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T20:42:16.047Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2023-02-20 20-39-40 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-20T20:42:16.426Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6c1838f4-0347 ce117245-d10f-4d21-a6e9-432142467f07 1 ASDC deployResourceStructure 2023-02-20T20:42:16.427Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json ASDC sendASDCNotification 2023-02-20T20:42:16.427Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json 2023-02-20T20:42:16.427Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T20:42:16.427Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:16.429Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:16.429Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925736427, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "DEPLOY_OK" } 2023-02-20T20:42:16.531Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T20:42:16.532Z||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. 2023-02-20T20:42:16.532Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:16.547Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:16.547Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T20:42:17.431Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-02-20T20:42:17.431Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml 2023-02-20T20:42:17.432Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T20:42:17.432Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:17.434Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:17.434Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925737430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-20T20:42:17.534Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T20:42:17.535Z||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. 2023-02-20T20:42:17.537Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:17.551Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:17.552Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-02-20T20:42:18.435Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env ASDC sendASDCNotification 2023-02-20T20:42:18.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env 2023-02-20T20:42:18.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T20:42:18.437Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:18.439Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:18.439Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925738435, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-20T20:42:18.539Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T20:42:18.541Z||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. 2023-02-20T20:42:18.541Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:18.556Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:18.557Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-02-20T20:42:19.440Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar ASDC sendASDCNotification 2023-02-20T20:42:19.441Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar 2023-02-20T20:42:19.441Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T20:42:19.442Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:42:19.444Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:42:19.444Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925739440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T20:42:19.544Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T20:42:19.546Z||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. 2023-02-20T20:42:19.546Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:19.560Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:19.561Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T20:42:20.446Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T20:42:20.475Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T20:42:20.480Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T20:42:20.480Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T20:42:20.481Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T20:42:50.482Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T20:42:50.502Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T20:42:50.506Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T20:42:50.507Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T20:42:50.507Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T20:42:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:42:57.893Z||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. 2023-02-20T20:42:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:42:58.027Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:42:58.028Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:42:58.028Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:42:58.030Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:43:20.507Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T20:43:20.520Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T20:43:20.524Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T20:43:20.525Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T20:43:20.525Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T20:43:50.525Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T20:43:50.551Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T20:43:50.555Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T20:43:50.556Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T20:43:50.556Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T20:43:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:43:57.893Z||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. 2023-02-20T20:43:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:43:58.431Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:43:58.433Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.434Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "NOTIFIED" } 2023-02-20T20:43:58.436Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:43:58.436Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.436Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-02-20T20:43:58.437Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:43:58.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.437Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T20:43:58.438Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:43:58.438Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-02-20T20:43:58.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:43:58.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T20:43:58.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:43:58.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925717879, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "NOTIFIED" } 2023-02-20T20:43:58.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T20:43:58.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925726278, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T20:43:58.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:43:58.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925728556, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T20:43:58.442Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:43:58.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "aai-ml", "timestamp": 1676925729565, "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=? 2023-02-20T20:43:58.462Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 42f8b899-d399-4cf9-83b9-c92c288e54f4 2023-02-20T20:43:58.463Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 42f8b899-d399-4cf9-83b9-c92c288e54f4 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 (?, ?, ?, ?, ?) 2023-02-20T20:43:58.476Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925732662, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T20:43:58.477Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:43:58.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925733795, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T20:43:58.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:43:58.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925734880, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-02-20T20:43:58.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:43:58.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925736427, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/vfw6c1838f403470_modules.json", "status": "DEPLOY_OK" } 2023-02-20T20:43:58.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:43:58.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925737430, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-02-20T20:43:58.482Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:43:58.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925738435, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/resourceInstances/vfw6c1838f403470/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-02-20T20:43:58.483Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:43:58.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T20:43:58.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925739440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230220203940/1.0/artifacts/service-Vfw20230220203940-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T20:43:58.484Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:44:20.556Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T20:44:20.574Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T20:44:20.581Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T20:44:20.582Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T20:44:20.582Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-20T20:44:20.582Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-20T20:44:20.583Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T20:44:20.584Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T20:44:20.584Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T20:44:20.584Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T20:44:20.585Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T20:44:20.585Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-20T20:44:20.593Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-20T20:44:50.594Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 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=? 2023-02-20T20:44:50.609Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 42f8b899-d399-4cf9-83b9-c92c288e54f4 and serviceModelVersionId: de23227b-3861-4add-aa71-efcab162c92a 2023-02-20T20:44:50.609Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e 2023-02-20T20:44:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:44:57.893Z||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. 2023-02-20T20:44:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:45:07.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:45:11.594Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0 2023-02-20T20:45:11.758Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-20T20:45:12.641Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?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]} 2023-02-20T20:45:12.649Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0|INFO|500||Invoke 2023-02-20T20:45:12.804Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-20T20:45:13.071Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0|INFO|500||InvokeReturn 2023-02-20T20:45:13.072Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d45fb19b-6a14-4aa1-a5e6-31c449e7dc5e/model-vers/model-ver/de23227b-3861-4add-aa71-efcab162c92a?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 20:45:14 GMT], content-length=[0], vertex-id=[180312], x-aai-txid=[1-aai-resources-230220-20:45:14:359-59263], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-20T20:45:13.076Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-02-20T20:45:13.086Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-20T20:45:13.086Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||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=? 2023-02-20T20:45:13.095Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-20T20:45:13.098Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 42f8b899-d399-4cf9-83b9-c92c288e54f4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-20T20:45:13.100Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-20T20:45:13.101Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T20:45:13.106Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T20:45:13.106Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925913098, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T20:45:13.206Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T20:45:13.207Z||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. 2023-02-20T20:45:13.208Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T20:45:13.223Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:45:13.224Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-20T20:45:14.123Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:45:14.124Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T20:45:14.124Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:45:24.502Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:45:24.504Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:45:24.504Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T20:45:24.504Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:45:34.061Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:45:34.062Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:45:34.062Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T20:45:34.063Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:45:43.649Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:45:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:45:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T20:45:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:45:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:45:57.893Z||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. 2023-02-20T20:45:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:45:58.526Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:45:58.527Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T20:45:58.527Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "42f8b899-d399-4cf9-83b9-c92c288e54f4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676925913098, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T20:45:58.528Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T20:46:07.455Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:46:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:46:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T20:46:57.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:46:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:46:57.893Z||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. 2023-02-20T20:46:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:47:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:47:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:47:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:47:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T20:47:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:47:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:47:57.893Z||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. 2023-02-20T20:47:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:48:07.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:48:07.447Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:48:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:48:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T20:48:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:48:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:48:57.893Z||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. 2023-02-20T20:48:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:49:07.444Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:49:07.446Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:49:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:49:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T20:49:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:49:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:49:57.893Z||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. 2023-02-20T20:49:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:50:07.455Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:50:07.459Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:50:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:50:57.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T20:50:57.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:50:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:50:57.893Z||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. 2023-02-20T20:50:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:51:07.447Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:51:07.447Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:51:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:51:57.883Z||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. 2023-02-20T20:51:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:51:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:51:57.893Z||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. 2023-02-20T20:51:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:52:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:52:07.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:52:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:52:57.881Z||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. 2023-02-20T20:52:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:52:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:52:57.892Z||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. 2023-02-20T20:52:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:53:07.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:53:07.476Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:53:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:53:57.880Z||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. 2023-02-20T20:53:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:53:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:53:57.892Z||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. 2023-02-20T20:53:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:54:07.435Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:54:07.436Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:54:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:54:57.880Z||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. 2023-02-20T20:54:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:54:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:54:57.892Z||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. 2023-02-20T20:54:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:55:07.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:55:07.516Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:55:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:55:57.881Z||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. 2023-02-20T20:55:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:55:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:55:57.893Z||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. 2023-02-20T20:55:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:56:07.449Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:56:07.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:56:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:56:57.881Z||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. 2023-02-20T20:56:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:56:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:56:57.893Z||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. 2023-02-20T20:56:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:57:07.467Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:57:07.488Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:57:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:57:57.881Z||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. 2023-02-20T20:57:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:57:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:57:57.892Z||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. 2023-02-20T20:57:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:58:07.428Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:58:07.455Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:58:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:58:57.881Z||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. 2023-02-20T20:58:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:58:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:58:57.893Z||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. 2023-02-20T20:58:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:59:07.433Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:59:07.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T20:59:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:59:57.881Z||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. 2023-02-20T20:59:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T20:59:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T20:59:57.893Z||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. 2023-02-20T20:59:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:00:07.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:00:07.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:00:57.880Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:00:57.882Z||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. 2023-02-20T21:00:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:00:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:00:57.893Z||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. 2023-02-20T21:00:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:01:07.456Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:01:07.456Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:01:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:01:57.885Z||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. 2023-02-20T21:01:57.886Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:01:57.892Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:01:57.893Z||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. 2023-02-20T21:01:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:02:07.453Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:02:07.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:02:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:02:57.881Z||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. 2023-02-20T21:02:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:02:57.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:02:57.893Z||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. 2023-02-20T21:02:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:03:07.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:03:07.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:03:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:03:57.881Z||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. 2023-02-20T21:03:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:03:57.891Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:03:57.892Z||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. 2023-02-20T21:03:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:04:07.438Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:04:07.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:04:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:04:57.883Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:04:57.887Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:04:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:04:57.894Z||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. 2023-02-20T21:04:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:05:07.456Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:05:07.463Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:05:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:05:57.880Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:05:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:05:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:05:57.893Z||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. 2023-02-20T21:05:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:06:07.435Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:06:07.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:06:57.880Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:06:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:06:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:06:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:06:57.893Z||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. 2023-02-20T21:06:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:07:07.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:07:07.444Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:07:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:07:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:07:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:07:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:07:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:07:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:08:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:08:07.438Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:08:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:08:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:08:57.881Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:08:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:08:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:08:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:09:07.481Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:09:07.484Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:09:57.879Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:09:57.881Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:09:57.882Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:09:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:09:57.893Z||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. 2023-02-20T21:09:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:10:07.451Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:10:07.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:10:57.881Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:10:57.882Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:10:57.882Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:10:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:10:57.894Z||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. 2023-02-20T21:10:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:10:58.526Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:10:58.529Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:10:58.531Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.531Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bbf41e90-0130-44f0-bc9c-ff241a14c095","serviceName":"basic_onboard_CnwVLE","serviceVersion":"1.0","serviceUUID":"b83d5b36-2d24-4bdb-9611-0ca031092b7d","serviceDescription":"service","serviceInvariantUUID":"9b20a2cc-4605-4093-b7c7-3739deecfba5","resources":[{"resourceInstanceName":"basic_onboard_CnwVLE 0","resourceName":"basic_onboard_CnwVLE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4c797db-14ef-4e2f-bc13-7242ba192a63","resourceInvariantUUID":"f0f807ba-4b00-4dfa-854f-fc3aaf1d266f","resourceCustomizationUUID":"4442a4b4-91a2-43d5-854f-98fda9fa5570","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml","artifactChecksum":"ZjMyNmE2M2QwOTMxN2MwYTU5YTMxNzA3YzE0YzA5YzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0aeeb999-4c43-40f7-89c2-f6ef0dc96f14","artifactVersion":"1"},{"artifactName":"basic_onboard_cnwvle0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json","artifactChecksum":"NTc5ODBlODg5MWYxNTA3MmM5OTk4YTZlZjQ1ZjYzOTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"522f1680-2f37-455a-895b-14d33312b947","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23366a91-639b-4d78-af6a-7a139e63eed1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a90c1737-b543-44c6-9cfb-274487ba0bed","artifactVersion":"2","generatedFromUUID":"11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCnwvle-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml","artifactChecksum":"ZjAzYjkwZjc1NWQ3ZDhkYTZkMzg1OTNiNjg3YTc5YWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"846d8525-3514-4b78-9f76-7eb4c1d7fe8b","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCnwvle-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar","artifactChecksum":"ZmY5ZGJjYWEwMzVmZjRhZTdkNGE5OWU1YWE5NzY4YTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-20T21:10:58.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927429994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927426427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927429994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "NOTIFIED" } 2023-02-20T21:10:58.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927426427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927429994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-20T21:10:58.539Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T21:10:58.543Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:10:58.549Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:10:58.549Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927426427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927429994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927426427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "cds", "timestamp": 1676927438593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.569Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927429994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-20T21:10:58.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927426427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "cds", "timestamp": 1676927438593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927429994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927426427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "cds", "timestamp": 1676927438593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927429994, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "NOTIFIED" } 2023-02-20T21:10:58.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927426427, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "NOTIFIED" } 2023-02-20T21:10:58.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.597Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.597Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "cds", "timestamp": 1676927438593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927441847, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T21:10:58.606Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:10:58.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927441896, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T21:10:58.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:10:58.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "cds", "timestamp": 1676927438593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927442929, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T21:10:58.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:10:58.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927442737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.610Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "cds", "timestamp": 1676927438593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927444003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-20T21:10:58.613Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:10:58.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927442737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "cds", "timestamp": 1676927438593, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "NOTIFIED" } 2023-02-20T21:10:58.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927444781, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T21:10:58.616Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:10:58.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "ves-openapi-manager", "timestamp": 1676927446117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927445066, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-20T21:10:58.643Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bbf41e90-0130-44f0-bc9c-ff241a14c095 2023-02-20T21:10:58.644Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf41e90-0130-44f0-bc9c-ff241a14c095 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=? 2023-02-20T21:10:58.648Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T21:10:58.649Z||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. 2023-02-20T21:10:58.649Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-20T21:10:58.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.658Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927442737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.659Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "cds", "timestamp": 1676927446477, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T21:10:58.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:10:58.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676927445786, "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=? 2023-02-20T21:10:58.666Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:10:58.667Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:10:58.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bbf41e90-0130-44f0-bc9c-ff241a14c095 2023-02-20T21:10:58.670Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf41e90-0130-44f0-bc9c-ff241a14c095 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 (?, ?, ?, ?, ?) 2023-02-20T21:10:58.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "ves-openapi-manager", "timestamp": 1676927446117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "multicloud-k8s-id", "timestamp": 1676927446073, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T21:10:58.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:10:58.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927442737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "cds", "timestamp": 1676927447486, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-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=? 2023-02-20T21:10:58.706Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bbf41e90-0130-44f0-bc9c-ff241a14c095 2023-02-20T21:10:58.707Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf41e90-0130-44f0-bc9c-ff241a14c095 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 (?, ?, ?, ?, ?) 2023-02-20T21:10:58.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "ves-openapi-manager", "timestamp": 1676927446117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927442737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "ves-openapi-manager", "timestamp": 1676927446117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927442737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "ves-openapi-manager", "timestamp": 1676927446117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927442737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "NOTIFIED" } 2023-02-20T21:10:58.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "ves-openapi-manager", "timestamp": 1676927446117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:58.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927450586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T21:10:58.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:10:58.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:10:58.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "ves-openapi-manager", "timestamp": 1676927446117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-20T21:10:58.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:10:59.550Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T21:10:59.550Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:10:59.553Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:10:59.553Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "NOTIFIED" } 2023-02-20T21:10:59.653Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:10:59.654Z||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. 2023-02-20T21:10:59.654Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:10:59.669Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:10:59.670Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:00.554Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T21:11:00.555Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:00.557Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:00.557Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-20T21:11:00.657Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:00.659Z||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. 2023-02-20T21:11:00.659Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:00.690Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:00.691Z||pool-21-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:01.558Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T21:11:01.559Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:01.561Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:01.561Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:11:01.664Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-20T21:11:01.665Z||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. 2023-02-20T21:11:01.666Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:01.678Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:01.679Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:02.562Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T21:11:02.563Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:02.566Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:02.566Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-20T21:11:02.666Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:02.668Z||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. 2023-02-20T21:11:02.668Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:02.681Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:02.682Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:03.567Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T21:11:03.568Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:03.570Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:03.570Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T21:11:03.671Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:03.672Z||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. 2023-02-20T21:11:03.672Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:03.685Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:03.685Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:04.571Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T21:11:04.571Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:04.575Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:04.575Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "NOTIFIED" } 2023-02-20T21:11:04.675Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:04.676Z||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. 2023-02-20T21:11:04.676Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:04.691Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:04.692Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:05.577Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "serviceName": "basic_onboard_CnwVLE", "serviceVersion": "1.0", "serviceUUID": "b83d5b36-2d24-4bdb-9611-0ca031092b7d", "serviceDescription": "service", "serviceInvariantUUID": "9b20a2cc-4605-4093-b7c7-3739deecfba5", "resources": [ { "resourceInstanceName": "basic_onboard_CnwVLE 0", "resourceCustomizationUUID": "4442a4b4-91a2-43d5-854f-98fda9fa5570", "resourceName": "basic_onboard_CnwVLE", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d4c797db-14ef-4e2f-bc13-7242ba192a63", "resourceInvariantUUID": "f0f807ba-4b00-4dfa-854f-fc3aaf1d266f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cnwvle0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "artifactChecksum": "NTc5ODBlODg5MWYxNTA3MmM5OTk4YTZlZjQ1ZjYzOTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "522f1680-2f37-455a-895b-14d33312b947", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a90c1737-b543-44c6-9cfb-274487ba0bed", "generatedFromUUID": "11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a90c1737-b543-44c6-9cfb-274487ba0bed", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCnwvle-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "artifactChecksum": "ZmY5ZGJjYWEwMzVmZjRhZTdkNGE5OWU1YWE5NzY4YTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0" } ], "workloadContext": "Production" } 2023-02-20T21:11:05.578Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-20T21:11:05.578Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b83d5b36-2d24-4bdb-9611-0ca031092b7d ASDC 2023-02-20T21:11:05.579Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:bbf41e90-0130-44f0-bc9c-ff241a14c095 ServiceName:basic_onboard_CnwVLE ServiceVersion:1.0 ServiceUUID:b83d5b36-2d24-4bdb-9611-0ca031092b7d ServiceInvariantUUID:9b20a2cc-4605-4093-b7c7-3739deecfba5 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCnwvle-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar ArtifactUUID:2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0 ArtifactChecksum:ZmY5ZGJjYWEwMzVmZjRhZTdkNGE5OWU1YWE5NzY4YTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_CnwVLE 0 ResourceCustomizationUUID:4442a4b4-91a2-43d5-854f-98fda9fa5570 ResourceInvariantUUID:f0f807ba-4b00-4dfa-854f-fc3aaf1d266f ResourceName:basic_onboard_CnwVLE ResourceType:VF ResourceUUID:d4c797db-14ef-4e2f-bc13-7242ba192a63 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cnwvle0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json ArtifactUUID:522f1680-2f37-455a-895b-14d33312b947 ArtifactChecksum:NTc5ODBlODg5MWYxNTA3MmM5OTk4YTZlZjQ1ZjYzOTE= 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/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml ArtifactUUID:11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b 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/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env ArtifactUUID:a90c1737-b543-44c6-9cfb-274487ba0bed 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/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env ArtifactUUID:a90c1737-b543-44c6-9cfb-274487ba0bed ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-20T21:11:05.579Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b83d5b36-2d24-4bdb-9611-0ca031092b7d 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=? 2023-02-20T21:11:05.621Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T21:11:05.623Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-20T21:11:05.623Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-20T21:11:05.623Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0 from URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:05.623Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-20T21:11:05.624Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:05.777Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-20T21:11:05.782Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar 2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0 75301 2023-02-20T21:11:05.782Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar ASDC sendASDCNotification 2023-02-20T21:11:05.782Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:05.782Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T21:11:05.783Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:05.786Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:05.786Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927465782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T21:11:05.886Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:05.887Z||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. 2023-02-20T21:11:05.888Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:05.902Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:05.903Z||pool-26-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:06.786Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T21:11:06.788Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2023-02-20T21:11:06.789Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 2da4c1f4-6d0f-4ea5-88a8-9f6dd3de8cb0, URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar to file: /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:06.789Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:06.790Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:06.791Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:06.992Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2054237972588720178/Definitions/service-BasicOnboardCnwvle-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-02-20T21:11:08.685Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-20T21:11:08.686Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-02-20T21:11:08.686Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:08.686Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-20T21:11:08.687Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:08.687Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||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-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:08.687Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||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-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:08.687Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||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-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:08.688Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:08.688Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_CnwVLE 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:08.688Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||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-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:08.688Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||#################################################################################################### 2023-02-20T21:11:08.689Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.689Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:08.689Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria 2023-02-20T21:11:08.690Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-02-20T21:11:08.690Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T21:11:08.691Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.691Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:08.691Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria 2023-02-20T21:11:08.691Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2023-02-20T21:11:08.692Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T21:11:08.692Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.692Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:08.693Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.693Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is not matching search criteria 2023-02-20T21:11:08.694Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-02-20T21:11:08.694Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-02-20T21:11:08.694Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-02-20T21:11:08.694Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-20T21:11:08.695Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-20T21:11:08.695Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.695Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T21:11:08.696Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.696Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria 2023-02-20T21:11:08.696Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T21:11:08.697Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.697Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria 2023-02-20T21:11:08.697Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T21:11:08.698Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.698Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria 2023-02-20T21:11:08.698Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T21:11:08.699Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.699Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is not matching search criteria 2023-02-20T21:11:08.699Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-20T21:11:08.699Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-20T21:11:08.700Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b6c266b-6223-42e0-b299-0c7f1d669121 2023-02-20T21:11:08.700Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.700Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:08.701Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.701Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:08.701Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.701Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:08.702Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:08.702Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:08.702Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_CnwVLE Description:service Model UUID:b83d5b36-2d24-4bdb-9611-0ca031092b7d Model Version:NULL Model InvariantUuid:9b20a2cc-4605-4093-b7c7-3739deecfba5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_CnwVLE Model UUID:6d7cfa9e-be88-428d-81ee-adac392f6e45 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f0f807ba-4b00-4dfa-854f-fc3aaf1d266f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4442a4b4-91a2-43d5-854f-98fda9fa5570 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:60c8c7df-0f52-4a32-816d-f7b7b24716f0 ModelName:BasicOnboardCnwvle..base_ubuntu18..module-0 ModelUuid:93a88eb7-4db9-43ea-b595-87fc74ad0784 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2b6c266b-6223-42e0-b299-0c7f1d669121 ModelInvariantUuid:a36eb009-9980-491f-adb3-c94f18cf84b6 ModelName:basic_onboard_CnwVLE-nodes.ubuntu18Cvfc ModelUuid:014727ef-3753-4048-bf52-260ba0837503 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7979d642-b27a-49d6-8503-285a1724a9da ModelInvariantUuid:85226914-fe13-44c1-94d8-a5727fe0c016 ModelName:BasicOnboardCnwvle.compute.nodes.heat.ubuntu18 ModelUuid:1539eddd-b3ae-4fe7-990e-3a7460b61b8c 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=? 2023-02-20T21:11:08.711Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d4c797db-14ef-4e2f-bc13-7242ba192a63 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=? 2023-02-20T21:11:08.717Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||basic_onboard_CnwVLE 0 2023-02-20T21:11:08.717Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4c797db-14ef-4e2f-bc13-7242ba192a63 2023-02-20T21:11:08.718Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 522f1680-2f37-455a-895b-14d33312b947 from URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json 2023-02-20T21:11:08.718Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-20T21:11:08.718Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json 2023-02-20T21:11:08.799Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-20T21:11:08.800Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json 522f1680-2f37-455a-895b-14d33312b947 798 2023-02-20T21:11:08.800Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json ASDC sendASDCNotification 2023-02-20T21:11:08.801Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json 2023-02-20T21:11:08.801Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T21:11:08.802Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:08.804Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:08.804Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927468800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T21:11:08.905Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:08.906Z||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. 2023-02-20T21:11:08.907Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:08.922Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:08.923Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:09.805Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCnwvle..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "60c8c7df-0f52-4a32-816d-f7b7b24716f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "93a88eb7-4db9-43ea-b595-87fc74ad0784", "vfModuleModelCustomizationUUID": "589d1b84-7153-40a3-9885-667758386f18", "isBase": true, "artifacts": [ "11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b", "a90c1737-b543-44c6-9cfb-274487ba0bed" ], "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": "" } } ] 2023-02-20T21:11:09.813Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCnwvle..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:93a88eb7-4db9-43ea-b595-87fc74ad0784 VfModuleModelInvariantUUID:60c8c7df-0f52-4a32-816d-f7b7b24716f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b , a90c1737-b543-44c6-9cfb-274487ba0bed } 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 } 2023-02-20T21:11:09.817Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCnwvle..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "60c8c7df-0f52-4a32-816d-f7b7b24716f0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "93a88eb7-4db9-43ea-b595-87fc74ad0784", "vfModuleModelCustomizationUUID": "589d1b84-7153-40a3-9885-667758386f18", "isBase": true, "artifacts": [ "11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b", "a90c1737-b543-44c6-9cfb-274487ba0bed" ], "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": "" } } ] 2023-02-20T21:11:09.818Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCnwvle..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:93a88eb7-4db9-43ea-b595-87fc74ad0784 VfModuleModelInvariantUUID:60c8c7df-0f52-4a32-816d-f7b7b24716f0 VfModuleModelDescription:NULL Artifacts UUID List:{ 11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b , a90c1737-b543-44c6-9cfb-274487ba0bed } 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 } 2023-02-20T21:11:09.818Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b from URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml 2023-02-20T21:11:09.820Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-20T21:11:09.821Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml 2023-02-20T21:11:09.897Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-20T21:11:09.898Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml 11eb7b72-0e9e-4ed6-b3c5-01ce105f1d8b 5033 2023-02-20T21:11:09.898Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-20T21:11:09.898Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml 2023-02-20T21:11:09.899Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T21:11:09.899Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:09.902Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:09.902Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927469898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T21:11:10.002Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:10.003Z||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. 2023-02-20T21:11:10.003Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:10.019Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:10.019Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:10.903Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a90c1737-b543-44c6-9cfb-274487ba0bed from URL: /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env 2023-02-20T21:11:10.904Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - download 2023-02-20T21:11:10.904Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env 2023-02-20T21:11:10.974Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2023-02-20T21:11:10.975Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env a90c1737-b543-44c6-9cfb-274487ba0bed 909 2023-02-20T21:11:10.975Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-20T21:11:10.975Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env 2023-02-20T21:11:10.976Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T21:11:10.976Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:10.979Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:10.979Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927470975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-20T21:11:11.079Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:11.080Z||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. 2023-02-20T21:11:11.080Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:11.091Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:11.092Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:11.980Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: b83d5b36-2d24-4bdb-9611-0ca031092b7d 2023-02-20T21:11:11.981Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_CnwVLE 0 d4c797db-14ef-4e2f-bc13-7242ba192a63 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-20T21:11:12.002Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45d0fcf9, org.onap.sdc.toscaparser.api.parameters.Input@7cd53d34, org.onap.sdc.toscaparser.api.parameters.Input@309b0459, org.onap.sdc.toscaparser.api.parameters.Input@41a001b7, org.onap.sdc.toscaparser.api.parameters.Input@3d50a4e] 2023-02-20T21:11:12.004Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.005Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:12.005Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2023-02-20T21:11:12.006Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4442a4b4-91a2-43d5-854f-98fda9fa5570 2023-02-20T21:11:12.006Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4442a4b4-91a2-43d5-854f-98fda9fa5570 matches Tosca VF Customization UUID: 4442a4b4-91a2-43d5-854f-98fda9fa5570 2023-02-20T21:11:12.006Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4442a4b4-91a2-43d5-854f-98fda9fa5570 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=? 2023-02-20T21:11:12.010Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.011Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:12.012Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4442a4b4-91a2-43d5-854f-98fda9fa5570: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-20T21:11:12.012Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7f01c71c 2023-02-20T21:11:12.012Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.013Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T21:11:12.013Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 589d1b84-7153-40a3-9885-667758386f18 2023-02-20T21:11:12.013Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 589d1b84-7153-40a3-9885-667758386f18 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=? 2023-02-20T21:11:12.017Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.017Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria 2023-02-20T21:11:12.017Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T21:11:12.018Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.018Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria 2023-02-20T21:11:12.018Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T21:11:12.019Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.019Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is not matching search criteria 2023-02-20T21:11:12.019Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-02-20T21:11:12.020Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-02-20T21:11:12.020Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=2b6c266b-6223-42e0-b299-0c7f1d669121 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=? 2023-02-20T21:11:12.024Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.024Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria 2023-02-20T21:11:12.025Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T21:11:12.025Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.026Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_CnwVLE 0 is matching search criteria 2023-02-20T21:11:12.026Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_CnwVLE 0] matching following query criteria: sdcType=VF, customizationUUID=4442a4b4-91a2-43d5-854f-98fda9fa5570 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=? 2023-02-20T21:11:12.029Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.029Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:12.030Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid b83d5b36-2d24-4bdb-9611-0ca031092b7d: basic_onboard_CnwVLE 2023-02-20T21:11:12.030Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.030Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:12.031Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.031Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:12.031Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.032Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:12.032Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.032Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:12.033Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T21:11:12.033Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_CnwVLE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T21:11:12.034Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_CnwVLE 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 (?, ?, ?, ?, ?) 2023-02-20T21:11:12.145Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_CnwVLE d4c797db-14ef-4e2f-bc13-7242ba192a63 1 ASDC deployResourceStructure 2023-02-20T21:11:12.146Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json ASDC sendASDCNotification 2023-02-20T21:11:12.146Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json 2023-02-20T21:11:12.146Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T21:11:12.147Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:12.149Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:12.149Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927472146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T21:11:12.251Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-20T21:11:12.252Z||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. 2023-02-20T21:11:12.252Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:12.266Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:12.267Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:13.150Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-02-20T21:11:13.151Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml 2023-02-20T21:11:13.151Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T21:11:13.152Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:13.154Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:13.154Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927473150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-20T21:11:13.255Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:13.255Z||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. 2023-02-20T21:11:13.256Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:13.270Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:13.271Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:14.156Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-02-20T21:11:14.157Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env 2023-02-20T21:11:14.157Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T21:11:14.157Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:14.160Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:14.163Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927474155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-20T21:11:14.261Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-02-20T21:11:14.262Z||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. 2023-02-20T21:11:14.263Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:14.276Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:14.277Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:15.164Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar ASDC sendASDCNotification 2023-02-20T21:11:15.165Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar 2023-02-20T21:11:15.165Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T21:11:15.166Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:11:15.169Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:11:15.169Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927475164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T21:11:15.269Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:11:15.270Z||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. 2023-02-20T21:11:15.270Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:15.282Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:15.283Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T21:11:16.170Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T21:11:16.185Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T21:11:16.190Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T21:11:16.190Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T21:11:16.191Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T21:11:46.191Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T21:11:46.213Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T21:11:46.216Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T21:11:46.216Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T21:11:46.216Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T21:11:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:11:57.893Z||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. 2023-02-20T21:11:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:11:58.030Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:11:58.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T21:11:58.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:11:58.033Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T21:12:16.217Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T21:12:16.231Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T21:12:16.235Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T21:12:16.235Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T21:12:16.235Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T21:12:46.235Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T21:12:46.251Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T21:12:46.254Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T21:12:46.254Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T21:12:46.255Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T21:12:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:12:57.894Z||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. 2023-02-20T21:12:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:12:58.424Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:12:58.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927458698, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T21:12:58.430Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:12:58.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "NOTIFIED" } 2023-02-20T21:12:58.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-20T21:12:58.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "aai-ml", "timestamp": 1676927459703, "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=? 2023-02-20T21:12:58.456Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bbf41e90-0130-44f0-bc9c-ff241a14c095 2023-02-20T21:12:58.456Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bbf41e90-0130-44f0-bc9c-ff241a14c095 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 (?, ?, ?, ?, ?) 2023-02-20T21:12:58.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-02-20T21:12:58.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-20T21:12:58.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T21:12:58.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-20T21:12:58.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-02-20T21:12:58.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-20T21:12:58.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T21:12:58.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-20T21:12:58.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927457881, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "NOTIFIED" } 2023-02-20T21:12:58.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-02-20T21:12:58.495Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.495Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927465782, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T21:12:58.495Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:12:58.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927468800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T21:12:58.496Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:12:58.496Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.496Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927469898, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T21:12:58.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:12:58.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927470975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-02-20T21:12:58.497Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:12:58.497Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.497Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927472146, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/basic_onboard_cnwvle0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T21:12:58.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:12:58.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927473150, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-02-20T21:12:58.498Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:12:58.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927474155, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/resourceInstances/basic_onboard_cnwvle0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-02-20T21:12:58.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:12:58.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:12:58.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927475164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCnwvle/1.0/artifacts/service-BasicOnboardCnwvle-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T21:12:58.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:13:16.255Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T21:13:16.296Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T21:13:16.300Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T21:13:16.300Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T21:13:16.300Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-20T21:13:16.300Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T21:13:16.301Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||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=? 2023-02-20T21:13:16.308Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-20T21:13:46.308Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 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=? 2023-02-20T21:13:46.317Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bbf41e90-0130-44f0-bc9c-ff241a14c095 and serviceModelVersionId: b83d5b36-2d24-4bdb-9611-0ca031092b7d 2023-02-20T21:13:46.317Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b20a2cc-4605-4093-b7c7-3739deecfba5 2023-02-20T21:13:46.319Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0 2023-02-20T21:13:46.328Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2023-02-20T21:13:46.411Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?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]} 2023-02-20T21:13:46.413Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0|INFO|500||Invoke 2023-02-20T21:13:46.449Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-20T21:13:46.585Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0|INFO|500||InvokeReturn 2023-02-20T21:13:46.585Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b20a2cc-4605-4093-b7c7-3739deecfba5/model-vers/model-ver/b83d5b36-2d24-4bdb-9611-0ca031092b7d?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 21:13:48 GMT], content-length=[0], vertex-id=[172160], x-aai-txid=[0-aai-resources-230220-21:13:48:135-86228], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-20T21:13:46.589Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2023-02-20T21:13:46.590Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-20T21:13:46.590Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||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=? 2023-02-20T21:13:46.596Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||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) 2023-02-20T21:13:46.597Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bbf41e90-0130-44f0-bc9c-ff241a14c095 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-20T21:13:46.597Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-20T21:13:46.598Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2023-02-20T21:13:46.601Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T21:13:46.601Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927626597, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T21:13:46.701Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T21:13:46.702Z||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. 2023-02-20T21:13:46.702Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:13:46.720Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:13:46.721Z||pool-34-thread-1|||||INFO|500||cambria reply ok (20 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=? 2023-02-20T21:13:47.621Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:13:47.621Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:13:47.622Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:13:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:13:57.893Z||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. 2023-02-20T21:13:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:13:57.982Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:13:57.983Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:13:57.983Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:13:57.983Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:13:58.530Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:13:58.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-02-20T21:13:58.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bbf41e90-0130-44f0-bc9c-ff241a14c095", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676927626597, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T21:13:58.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T21:14:07.529Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:14:07.529Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:14:07.530Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:14:07.530Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:14:17.103Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:14:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:14:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:14:57.884Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:14:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:14:57.892Z||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. 2023-02-20T21:14:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:15:07.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:15:07.458Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:15:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:15:57.886Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:15:57.886Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:15:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:15:57.892Z||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. 2023-02-20T21:15:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:16:07.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:16:07.463Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:16:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:16:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:16:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:16:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:16:57.892Z||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. 2023-02-20T21:16:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:17:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:17:07.444Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:17:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:17:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:17:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:17:57.895Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:17:57.896Z||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. 2023-02-20T21:17:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:18:07.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:18:07.441Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:18:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:18:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:18:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:18:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:18:57.894Z||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. 2023-02-20T21:18:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:19:07.438Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:19:07.438Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:19:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:19:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:19:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:19:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:19:57.892Z||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. 2023-02-20T21:19:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:20:07.471Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:20:07.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:20:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:20:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:20:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:20:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:20:57.893Z||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. 2023-02-20T21:20:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:21:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:21:07.447Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:21:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:21:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:21:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:21:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:21:57.893Z||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. 2023-02-20T21:21:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:22:07.443Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:22:07.478Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:22:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:22:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:22:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:22:57.893Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:22:57.894Z||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. 2023-02-20T21:22:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:23:07.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:23:07.475Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:23:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:23:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:23:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:23:57.895Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:23:57.896Z||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. 2023-02-20T21:23:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:24:07.491Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:24:07.499Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:24:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:24:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:24:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:24:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:24:57.892Z||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. 2023-02-20T21:24:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:25:07.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:25:07.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:25:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:25:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:25:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:25:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:25:57.893Z||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. 2023-02-20T21:25:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:26:07.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:26:07.442Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:26:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:26:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:26:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:26:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:26:57.892Z||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. 2023-02-20T21:26:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:27:07.431Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:27:07.469Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:27:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:27:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:27:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:27:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:27:57.893Z||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. 2023-02-20T21:27:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:28:07.465Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:28:07.483Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:28:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:28:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:28:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:28:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:28:57.893Z||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. 2023-02-20T21:28:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:29:07.440Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:29:07.440Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:29:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:29:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:29:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:29:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:29:57.892Z||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. 2023-02-20T21:29:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:30:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:30:07.483Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:30:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:30:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:30:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:30:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:30:57.892Z||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. 2023-02-20T21:30:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:31:07.430Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:31:07.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:31:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:31:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:31:57.883Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:31:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:31:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:31:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:32:07.463Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:32:07.463Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:32:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:32:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:32:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:32:57.891Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:32:57.897Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:32:57.898Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:33:07.452Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:33:07.454Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:33:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:33:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:33:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:33:57.891Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:33:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:33:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:34:07.462Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:34:07.465Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:34:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:34:57.880Z||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. 2023-02-20T21:34:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:34:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:34:57.893Z||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. 2023-02-20T21:34:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:35:07.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:35:07.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:35:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:35:57.880Z||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. 2023-02-20T21:35:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:35:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:35:57.893Z||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. 2023-02-20T21:35:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:36:07.489Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:36:07.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:36:57.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:36:57.882Z||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. 2023-02-20T21:36:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:36:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:36:57.892Z||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. 2023-02-20T21:36:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:37:07.436Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:37:07.437Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:37:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:37:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:37:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:37:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:37:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:37:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:38:07.447Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:38:07.449Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:38:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:38:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:38:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:38:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:38:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:38:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:39:07.446Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:39:07.459Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:39:57.880Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:39:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:39:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:39:57.891Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:39:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:39:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:40:07.461Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:40:07.461Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:40:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:40:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T21:40:57.882Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T21:40:57.891Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:40:57.892Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:40:57.893Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:41:07.447Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:41:07.447Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:41:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:41:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:41:57.883Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:41:57.893Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:41:57.900Z||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. 2023-02-20T21:41:57.901Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:42:07.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:42:07.465Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:42:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:42:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:42:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:42:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:42:57.892Z||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. 2023-02-20T21:42:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:43:07.434Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:43:07.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:43:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:43:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:43:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:43:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:43:57.894Z||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. 2023-02-20T21:43:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:44:07.445Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:44:07.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:44:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:44:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:44:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:44:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:44:57.893Z||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. 2023-02-20T21:44:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:45:07.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:45:07.456Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:45:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:45:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:45:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:45:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:45:57.893Z||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. 2023-02-20T21:45:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:46:07.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:46:07.442Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:46:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:46:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:46:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:46:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:46:57.892Z||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. 2023-02-20T21:46:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:47:07.434Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:47:07.438Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:47:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:47:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:47:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:47:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:47:57.892Z||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. 2023-02-20T21:47:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:48:07.450Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:48:07.451Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:48:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:48:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:48:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:48:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:48:57.893Z||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. 2023-02-20T21:48:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:49:07.431Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:49:07.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:49:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:49:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:49:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:49:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:49:57.892Z||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. 2023-02-20T21:49:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:50:07.474Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:50:07.478Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:50:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:50:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:50:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:50:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:50:57.893Z||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. 2023-02-20T21:50:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:51:07.443Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:51:07.443Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:51:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:51:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:51:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:51:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:51:57.892Z||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. 2023-02-20T21:51:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:52:07.431Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:52:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:52:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:52:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:52:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:52:57.893Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:52:57.893Z||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. 2023-02-20T21:52:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:53:07.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:53:07.444Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:53:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:53:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:53:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:53:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:53:57.893Z||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. 2023-02-20T21:53:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:54:07.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:54:07.467Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:54:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:54:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:54:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:54:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:54:57.893Z||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. 2023-02-20T21:54:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:55:07.432Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:55:07.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:55:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:55:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:55:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:55:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:55:57.893Z||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. 2023-02-20T21:55:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:56:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:56:07.473Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:56:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:56:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:56:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:56:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:56:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T21:56:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:57:07.435Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:57:07.443Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:57:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:57:57.884Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:57:57.885Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:57:57.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:57:57.895Z||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. 2023-02-20T21:57:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:58:07.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:58:07.475Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:58:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:58:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:58:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:58:57.895Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:58:57.896Z||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. 2023-02-20T21:58:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:59:07.445Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:59:07.455Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T21:59:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:59:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T21:59:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T21:59:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T21:59:57.892Z||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. 2023-02-20T21:59:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:00:07.451Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:00:07.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:00:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:00:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:00:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:00:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:00:57.892Z||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. 2023-02-20T22:00:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:01:07.433Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:01:07.437Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:01:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:01:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:01:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:01:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:01:57.893Z||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. 2023-02-20T22:01:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:02:07.441Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:02:07.442Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:02:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:02:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:02:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:02:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:02:57.892Z||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. 2023-02-20T22:02:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:03:07.464Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:03:07.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:03:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:03:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:03:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:03:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:03:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T22:03:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:04:07.435Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:04:07.446Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:04:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:04:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:04:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:04:57.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:04:57.894Z||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. 2023-02-20T22:04:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:05:07.448Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:05:07.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:05:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:05:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:05:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:05:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:05:57.892Z||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. 2023-02-20T22:05:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:06:07.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:06:07.436Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:06:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:06:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:06:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:06:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:06:57.893Z||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. 2023-02-20T22:06:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:07:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:07:07.446Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:07:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:07:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:07:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:07:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:07:57.893Z||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. 2023-02-20T22:07:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:08:07.453Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:08:07.453Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:08:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:08:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:08:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:08:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:08:57.892Z||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. 2023-02-20T22:08:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:09:07.451Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:09:07.452Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:09:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:09:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:09:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:09:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:09:57.893Z||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. 2023-02-20T22:09:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:10:07.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:10:07.473Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:10:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:10:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:10:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:10:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:10:57.893Z||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. 2023-02-20T22:10:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:11:07.456Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:11:07.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:11:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:11:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:11:57.882Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:11:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:11:57.893Z||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. 2023-02-20T22:11:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:12:07.434Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:12:07.434Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:12:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:12:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:12:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:12:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:12:57.893Z||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. 2023-02-20T22:12:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:13:07.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:13:07.471Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:13:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:13:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:13:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:13:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:13:57.892Z||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. 2023-02-20T22:13:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:14:07.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:14:07.450Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:14:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:14:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:14:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:14:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:14:57.893Z||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. 2023-02-20T22:14:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:15:07.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:15:07.520Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:15:57.879Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:15:57.880Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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. 2023-02-20T22:15:57.881Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:15:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:15:57.893Z||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. 2023-02-20T22:15:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:15:58.367Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:15:58.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "ves-openapi-manager", "timestamp": 1676931306116, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.374Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.374Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "cds", "timestamp": 1676931308593, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.375Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.375Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "ves-openapi-manager", "timestamp": 1676931306116, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.375Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "cds", "timestamp": 1676931308593, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "multicloud-k8s-id", "timestamp": 1676931309994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "cds", "timestamp": 1676931312430, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.376Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "multicloud-k8s-id", "timestamp": 1676931309994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:15:58.377Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.377Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "cds", "timestamp": 1676931313436, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-20T22:15:58.433Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 415115e1-1c55-4da8-9c72-5dc721c69584 2023-02-20T22:15:58.434Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415115e1-1c55-4da8-9c72-5dc721c69584 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 (?, ?, ?, ?, ?) 2023-02-20T22:15:58.450Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "aai-ml", "timestamp": 1676931312737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "aai-ml", "timestamp": 1676931312737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:15:58.451Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.451Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.451Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "aai-ml", "timestamp": 1676931315555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:15:58.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.452Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.452Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "aai-ml", "timestamp": 1676931320345, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:15:58.452Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.453Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.453Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "aai-ml", "timestamp": 1676931321350, "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=? 2023-02-20T22:15:58.462Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 415115e1-1c55-4da8-9c72-5dc721c69584 2023-02-20T22:15:58.463Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415115e1-1c55-4da8-9c72-5dc721c69584 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 (?, ?, ?, ?, ?) 2023-02-20T22:15:58.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931326427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931326427, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:15:58.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931329266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:15:58.498Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931331018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:15:58.499Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931332023, "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=? 2023-02-20T22:15:58.505Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 415115e1-1c55-4da8-9c72-5dc721c69584 2023-02-20T22:15:58.506Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 415115e1-1c55-4da8-9c72-5dc721c69584 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 (?, ?, ?, ?, ?) 2023-02-20T22:15:58.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "multicloud-k8s-id", "timestamp": 1676931329994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.520Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.520Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.520Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "multicloud-k8s-id", "timestamp": 1676931329994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "multicloud-k8s-id", "timestamp": 1676931329994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931338595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.521Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.521Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "multicloud-k8s-id", "timestamp": 1676931329994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.522Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931338595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.522Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.522Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "multicloud-k8s-id", "timestamp": 1676931329994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931338595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "multicloud-k8s-id", "timestamp": 1676931329994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.523Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.523Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931338595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.524Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.524Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.524Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "multicloud-k8s-id", "timestamp": 1676931329994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931338595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "multicloud-k8s-id", "timestamp": 1676931329994, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:15:58.525Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.525Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931342737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931338595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931342737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.526Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931338595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931346117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931342737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931338595, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:15:58.528Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931346117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931342737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931346117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931347378, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:15:58.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931342737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931346117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "cds", "timestamp": 1676931348383, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-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 (?, ?, ?, ?, ?) 2023-02-20T22:15:58.549Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad5ad310-278a-4d23-9fe5-0e1133dc9273 2023-02-20T22:15:58.549Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad5ad310-278a-4d23-9fe5-0e1133dc9273 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=? 2023-02-20T22:15:58.553Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:15:58.554Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||received message from topic Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-20T22:15:58.554Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"415115e1-1c55-4da8-9c72-5dc721c69584","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"16453600-ee5e-414c-96f1-dc74a003df21","serviceDescription":"service","serviceInvariantUUID":"6de3f836-265c-4024-b898-1d8df8ce1b13","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"be11b5bf-a5d6-4f79-8efb-39af4d33d48a","resourceInvariantUUID":"7071b65e-8992-46b9-896b-f7998e487d2a","resourceCustomizationUUID":"3014bdf7-54dd-4851-866b-84028c473369","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":"N2YwY2I4MWRhNjgxNWEzNjM5ZmJkZWY3ZmE0MmUxN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45a56733-c6e8-4f03-ae35-3441719b1ca2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2U5Yjc2Yjg5OGM0Mzk2N2E1NTA2ZWJlMzhlYzViNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b799a686-a58d-4c4a-8475-d6a37482e461","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-20T22:15:58.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931342737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931346117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.563Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:15:58.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931342737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.564Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:15:58.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931346117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-20T22:15:58.564Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931342737, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:15:58.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931346117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931346117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.566Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931351534, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:15:58.566Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.566Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931354952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T22:15:58.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.567Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.567Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931356245, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-20T22:15:58.567Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.568Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.568Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "ves-openapi-manager", "timestamp": 1676931357250, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 2023-02-20T22:15:58.569Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:15:58.569Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-20T22:15:58.575Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ad5ad310-278a-4d23-9fe5-0e1133dc9273 2023-02-20T22:15:58.575Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad5ad310-278a-4d23-9fe5-0e1133dc9273 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 (?, ?, ?, ?, ?) 2023-02-20T22:15:58.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931356884, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:15:58.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:15:58.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:15:58.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931356427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:15:58.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:15:58.669Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:15:58.670Z||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. 2023-02-20T22:15:58.670Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:15:58.682Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:15:58.683Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:15:59.569Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:15:59.570Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:15:59.572Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:15:59.572Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:15:59.674Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-20T22:15:59.676Z||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. 2023-02-20T22:15:59.676Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:15:59.694Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:15:59.694Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:16:00.573Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "16453600-ee5e-414c-96f1-dc74a003df21", "serviceDescription": "service", "serviceInvariantUUID": "6de3f836-265c-4024-b898-1d8df8ce1b13", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "3014bdf7-54dd-4851-866b-84028c473369", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "be11b5bf-a5d6-4f79-8efb-39af4d33d48a", "resourceInvariantUUID": "7071b65e-8992-46b9-896b-f7998e487d2a", "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": "Y2U5Yjc2Yjg5OGM0Mzk2N2E1NTA2ZWJlMzhlYzViNjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b799a686-a58d-4c4a-8475-d6a37482e461" } ], "workloadContext": "Production" } 2023-02-20T22:16:00.574Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-20T22:16:00.574Z|42f8b899-d399-4cf9-83b9-c92c288e54f4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 16453600-ee5e-414c-96f1-dc74a003df21 ASDC 2023-02-20T22:16:00.575Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:415115e1-1c55-4da8-9c72-5dc721c69584 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:16453600-ee5e-414c-96f1-dc74a003df21 ServiceInvariantUUID:6de3f836-265c-4024-b898-1d8df8ce1b13 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:b799a686-a58d-4c4a-8475-d6a37482e461 ArtifactChecksum:Y2U5Yjc2Yjg5OGM0Mzk2N2E1NTA2ZWJlMzhlYzViNjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:3014bdf7-54dd-4851-866b-84028c473369 ResourceInvariantUUID:7071b65e-8992-46b9-896b-f7998e487d2a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:be11b5bf-a5d6-4f79-8efb-39af4d33d48a ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-02-20T22:16:00.576Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 16453600-ee5e-414c-96f1-dc74a003df21 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=? 2023-02-20T22:16:00.611Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T22:16:00.612Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:16:00.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:16:00.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b799a686-a58d-4c4a-8475-d6a37482e461 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-20T22:16:00.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:16:00.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-20T22:16:00.759Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:16:00.763Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b799a686-a58d-4c4a-8475-d6a37482e461 57663 2023-02-20T22:16:00.764Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-20T22:16:00.764Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-20T22:16:00.764Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:16:00.765Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:00.767Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:00.767Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931360764, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:16:00.867Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:16:00.869Z||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. 2023-02-20T22:16:00.869Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:00.885Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:00.887Z||pool-37-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:16:01.768Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T22:16:01.769Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:16:01.770Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: b799a686-a58d-4c4a-8475-d6a37482e461, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:01.770Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-02-20T22:16:01.770Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:01.771Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.012Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9323539897290624773/Definitions/service-BasicNetwork-template.yml 2023-02-20T22:16:02.592Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-20T22:16:02.592Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T22:16:02.592Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.592Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.593Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T22:16:02.594Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.595Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.596Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.597Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.597Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.597Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.597Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:16453600-ee5e-414c-96f1-dc74a003df21 Model Version:NULL Model InvariantUuid:6de3f836-265c-4024-b898-1d8df8ce1b13 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:7071b65e-8992-46b9-896b-f7998e487d2a Model UUID:98970751-624d-4b6e-9ef2-09598f0fe47e Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:3014bdf7-54dd-4851-866b-84028c473369 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=? 2023-02-20T22:16:02.604Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: be11b5bf-a5d6-4f79-8efb-39af4d33d48a 2023-02-20T22:16:02.605Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||No resources found for Service: 16453600-ee5e-414c-96f1-dc74a003df21 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=? 2023-02-20T22:16:02.612Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500|| 2023-02-20T22:16:02.613Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-02-20T22:16:02.614Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 16453600-ee5e-414c-96f1-dc74a003df21 2023-02-20T22:16:02.614Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 16453600-ee5e-414c-96f1-dc74a003df21 2023-02-20T22:16:02.614Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-02-20T22:16:02.615Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=? 2023-02-20T22:16:02.621Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a36b351, org.onap.sdc.toscaparser.api.parameters.Input@533e9171, org.onap.sdc.toscaparser.api.parameters.Input@27e9a8dc, org.onap.sdc.toscaparser.api.parameters.Input@7903907f, org.onap.sdc.toscaparser.api.parameters.Input@46101835] 2023-02-20T22:16:02.623Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.623Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.623Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.623Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.624Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 16453600-ee5e-414c-96f1-dc74a003df21: Generic NeutronNet 2023-02-20T22:16:02.624Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.624Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.624Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.625Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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=? 2023-02-20T22:16:02.676Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.676Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.676Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.676Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.677Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:02.677Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:02.677Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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 (?, ?) 2023-02-20T22:16:02.749Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-02-20T22:16:02.750Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-02-20T22:16:02.750Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-02-20T22:16:02.750Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:16:02.750Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:02.753Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:02.753Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931362750, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:16:02.853Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:16:02.854Z||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. 2023-02-20T22:16:02.854Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:02.867Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:02.868Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:16:03.754Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 415115e1-1c55-4da8-9c72-5dc721c69584 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T22:16:03.770Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 415115e1-1c55-4da8-9c72-5dc721c69584 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T22:16:03.777Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T22:16:03.777Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:16:03.778Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-20T22:16:03.785Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-20T22:16:33.786Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 415115e1-1c55-4da8-9c72-5dc721c69584 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=? 2023-02-20T22:16:33.796Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 415115e1-1c55-4da8-9c72-5dc721c69584 and serviceModelVersionId: 16453600-ee5e-414c-96f1-dc74a003df21 2023-02-20T22:16:33.796Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6de3f836-265c-4024-b898-1d8df8ce1b13 2023-02-20T22:16:33.813Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0 2023-02-20T22:16:33.822Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-20T22:16:33.890Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|INFO|500||Invoke 2023-02-20T22:16:33.891Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[415115e1-1c55-4da8-9c72-5dc721c69584], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b04c5773-7149-4043-af7b-c20041316876], X-ECOMP-RequestID=[415115e1-1c55-4da8-9c72-5dc721c69584], X-TransactionId=[], X-ONAP-RequestID=[415115e1-1c55-4da8-9c72-5dc721c69584], Content-Type=[application/merge-patch+json]} 2023-02-20T22:16:33.933Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-20T22:16:34.126Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?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/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 22:16:35 GMT], content-length=[0], vertex-id=[184448], x-aai-txid=[2-aai-resources-230220-22:16:35:915-43064], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-20T22:16:34.126Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-20T22:16:34.127Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6de3f836-265c-4024-b898-1d8df8ce1b13/model-vers/model-ver/16453600-ee5e-414c-96f1-dc74a003df21?depth=0|INFO|500||InvokeReturn 2023-02-20T22:16:34.128Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-20T22:16:34.129Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||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=? 2023-02-20T22:16:34.135Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-20T22:16:34.136Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 415115e1-1c55-4da8-9c72-5dc721c69584 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-20T22:16:34.136Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-20T22:16:34.137Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:34.139Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:34.139Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931394136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T22:16:34.241Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-20T22:16:34.242Z||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. 2023-02-20T22:16:34.242Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:34.258Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:34.258Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-20T22:16:35.162Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-20T22:16:35.162Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"ad5ad310-278a-4d23-9fe5-0e1133dc9273","serviceName":"Demo_pNF_3KvsYM95YHfaoiFmwuns","serviceVersion":"1.0","serviceUUID":"ce73ea77-29ba-4327-a549-999ad17294cc","serviceDescription":"catalog service description","serviceInvariantUUID":"897bab0b-cd1f-4317-a997-1297d017193d","resources":[{"resourceInstanceName":"pNF f6e8c704-cd36 0","resourceName":"pNF f6e8c704-cd36","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e3768f95-11e0-4730-8ad3-2aa4d1479ac6","resourceInvariantUUID":"e446e8c5-44ca-4214-af5a-6284d6aac591","resourceCustomizationUUID":"a9a5a4d7-ac84-4235-9468-b4fa4907ebc3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml","artifactChecksum":"NTA3YzUwYjJlYzc2NzkyZGI5OTE4ZTMyYmI4ZWQxNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3489b3f3-0f5e-40e5-bdd0-33f75a1f37aa","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar","artifactChecksum":"ZTRjYTVmODViNThhMDU1YmZhMTA5MGQ1M2YwODBlOWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7ed1d7f3-a319-4a49-941e-584c00a55c8e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1ae32f16-76c2-498e-b7d0-231e303b70a9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml","artifactChecksum":"MzI4Yzg1N2VlYWYzZDM2ZDM5NjBhNzlmMjAyNDg0ZDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ab7b04d-fd73-4fee-a2fc-f2ae59766e7f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4291ae3f-857c-4e01-b29f-d1654c062211","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"400f4fd8-472d-4002-ba80-7d134cee90f9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf3kvsym95yhfaoifmwuns-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml","artifactChecksum":"YTM5NDQ5MjliN2Y4OTlhOWZlMjA0Y2M5NDNmY2YwOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e944a6d-c081-4275-b634-1408169a8413","artifactVersion":"1"},{"artifactName":"service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar","artifactChecksum":"YmU0NmU3MjdmNzNhNWMxZDU4ZDhjNzNlOTY4ZmY1OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8e610484-d65f-487e-ad91-0016ae1fd305","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-20T22:16:35.163Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:16:35.163Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:35.166Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:35.166Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:16:35.269Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-20T22:16:35.270Z||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. 2023-02-20T22:16:35.270Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:35.282Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:35.282Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:16:36.167Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:16:36.169Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:36.172Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:36.172Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:16:36.272Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T22:16:36.273Z||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. 2023-02-20T22:16:36.273Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:36.284Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:36.284Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:16:37.174Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:16:37.175Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:37.177Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:37.177Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T22:16:37.277Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T22:16:37.278Z||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. 2023-02-20T22:16:37.278Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:37.292Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:37.293Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:16:38.178Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:16:38.179Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:38.182Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:38.182Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:16:38.282Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:16:38.283Z||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. 2023-02-20T22:16:38.283Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:38.301Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:38.302Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:16:39.182Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:16:39.183Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:39.186Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:39.186Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:16:39.286Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:16:39.287Z||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. 2023-02-20T22:16:39.287Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:39.302Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:39.302Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:16:40.187Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:16:40.187Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:40.190Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:40.190Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:16:40.290Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:16:40.291Z||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. 2023-02-20T22:16:40.291Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:40.306Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:40.307Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:16:41.190Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:16:41.191Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:41.194Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:41.194Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:16:41.294Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:16:41.295Z||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. 2023-02-20T22:16:41.295Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:41.308Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:41.308Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:16:42.195Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:16:42.196Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:42.198Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:42.198Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:16:42.301Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-20T22:16:42.302Z||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. 2023-02-20T22:16:42.302Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:42.314Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:42.314Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:16:43.199Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "serviceName": "Demo_pNF_3KvsYM95YHfaoiFmwuns", "serviceVersion": "1.0", "serviceUUID": "ce73ea77-29ba-4327-a549-999ad17294cc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "897bab0b-cd1f-4317-a997-1297d017193d", "resources": [ { "resourceInstanceName": "pNF f6e8c704-cd36 0", "resourceCustomizationUUID": "a9a5a4d7-ac84-4235-9468-b4fa4907ebc3", "resourceName": "pNF f6e8c704-cd36", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e3768f95-11e0-4730-8ad3-2aa4d1479ac6", "resourceInvariantUUID": "e446e8c5-44ca-4214-af5a-6284d6aac591", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "artifactChecksum": "YmU0NmU3MjdmNzNhNWMxZDU4ZDhjNzNlOTY4ZmY1OGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e610484-d65f-487e-ad91-0016ae1fd305" } ], "workloadContext": "Production" } 2023-02-20T22:16:43.199Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-20T22:16:43.199Z|415115e1-1c55-4da8-9c72-5dc721c69584|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ce73ea77-29ba-4327-a549-999ad17294cc ASDC 2023-02-20T22:16:43.200Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:ad5ad310-278a-4d23-9fe5-0e1133dc9273 ServiceName:Demo_pNF_3KvsYM95YHfaoiFmwuns ServiceVersion:1.0 ServiceUUID:ce73ea77-29ba-4327-a549-999ad17294cc ServiceInvariantUUID:897bab0b-cd1f-4317-a997-1297d017193d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar ArtifactUUID:8e610484-d65f-487e-ad91-0016ae1fd305 ArtifactChecksum:YmU0NmU3MjdmNzNhNWMxZDU4ZDhjNzNlOTY4ZmY1OGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f6e8c704-cd36 0 ResourceCustomizationUUID:a9a5a4d7-ac84-4235-9468-b4fa4907ebc3 ResourceInvariantUUID:e446e8c5-44ca-4214-af5a-6284d6aac591 ResourceName:pNF f6e8c704-cd36 ResourceType:PNF ResourceUUID:e3768f95-11e0-4730-8ad3-2aa4d1479ac6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-20T22:16:43.200Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ce73ea77-29ba-4327-a549-999ad17294cc 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=? 2023-02-20T22:16:43.229Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e610484-d65f-487e-ad91-0016ae1fd305 from URL: /sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:16:43.231Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:43.321Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 8e610484-d65f-487e-ad91-0016ae1fd305 87769 2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar ASDC sendASDCNotification 2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:16:43.325Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:43.327Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:43.327Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931403325, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:16:43.428Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:16:43.430Z||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. 2023-02-20T22:16:43.430Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:43.449Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:43.450Z||pool-48-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:16:44.328Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T22:16:44.329Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:16:44.330Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 8e610484-d65f-487e-ad91-0016ae1fd305, URL: /sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar to file: /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:44.330Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:44.331Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:44.331Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:44.453Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13774818781899611044/Definitions/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml 2023-02-20T22:16:45.482Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-20T22:16:45.483Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T22:16:45.484Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:45.484Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-20T22:16:45.485Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:45.485Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:45.485Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:45.486Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:45.486Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:45.486Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f6e8c704-cd36 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-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:45.487Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:45.487Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T22:16:45.487Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:45.487Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:45.488Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Node template pNF f6e8c704-cd36 0 is matching search criteria 2023-02-20T22:16:45.489Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T22:16:45.489Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f6e8c704-cd36 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T22:16:45.489Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:45.490Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:45.490Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Node template pNF f6e8c704-cd36 0 is matching search criteria 2023-02-20T22:16:45.490Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T22:16:45.490Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF f6e8c704-cd36 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T22:16:45.491Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:45.491Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:45.491Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:45.492Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:45.492Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:45.492Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:45.493Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:45.493Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:45.494Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:45.495Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:45.495Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_3KvsYM95YHfaoiFmwuns Description:catalog service description Model UUID:ce73ea77-29ba-4327-a549-999ad17294cc Model Version:NULL Model InvariantUuid:897bab0b-cd1f-4317-a997-1297d017193d 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=? 2023-02-20T22:16:45.508Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: e3768f95-11e0-4730-8ad3-2aa4d1479ac6 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=? 2023-02-20T22:16:45.514Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||pNF f6e8c704-cd36 0 2023-02-20T22:16:45.514Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e3768f95-11e0-4730-8ad3-2aa4d1479ac6 2023-02-20T22:16:45.514Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||No resources found for Service: ce73ea77-29ba-4327-a549-999ad17294cc 2023-02-20T22:16:45.514Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ce73ea77-29ba-4327-a549-999ad17294cc 2023-02-20T22:16:45.515Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f6e8c704-cd36 0 e3768f95-11e0-4730-8ad3-2aa4d1479ac6 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=? 2023-02-20T22:16:45.524Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@29d17096, org.onap.sdc.toscaparser.api.parameters.Input@200017e8, org.onap.sdc.toscaparser.api.parameters.Input@7b6ef32b, org.onap.sdc.toscaparser.api.parameters.Input@22554bfe, org.onap.sdc.toscaparser.api.parameters.Input@22cae2] 2023-02-20T22:16:45.525Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:45.525Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:45.526Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ce73ea77-29ba-4327-a549-999ad17294cc: pNF f6e8c704-cd36 2023-02-20T22:16:45.526Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Processing PNF resource: e3768f95-11e0-4730-8ad3-2aa4d1479ac6 2023-02-20T22:16:45.526Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:16:45.526Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_3KvsYM95YHfaoiFmwuns is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:16:45.527Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||Resource customization UUID: a9a5a4d7-ac84-4235-9468-b4fa4907ebc3 is the same as notified resource customizationUUID: a9a5a4d7-ac84-4235-9468-b4fa4907ebc3 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 (?, ?) 2023-02-20T22:16:45.626Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f6e8c704-cd36 e3768f95-11e0-4730-8ad3-2aa4d1479ac6 0 ASDC deployResourceStructure 2023-02-20T22:16:45.627Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar ASDC sendASDCNotification 2023-02-20T22:16:45.627Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar 2023-02-20T22:16:45.627Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:16:45.628Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:16:45.631Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:16:45.632Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931405627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:16:45.732Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:16:45.733Z||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. 2023-02-20T22:16:45.733Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:45.747Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:45.748Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:16:46.633Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T22:16:46.647Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T22:16:46.649Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T22:16:46.649Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T22:16:46.650Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T22:16:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:16:57.894Z||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. 2023-02-20T22:16:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:16:57.940Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:16:57.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:16:57.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "aai-ml", "timestamp": 1676931357891, "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=? 2023-02-20T22:16:57.990Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ad5ad310-278a-4d23-9fe5-0e1133dc9273 2023-02-20T22:16:57.990Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad5ad310-278a-4d23-9fe5-0e1133dc9273 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 (?, ?, ?, ?, ?) 2023-02-20T22:17:16.650Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T22:17:16.673Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T22:17:16.676Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T22:17:16.676Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T22:17:16.676Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T22:17:16.676Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T22:17:46.676Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T22:17:46.734Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T22:17:46.737Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T22:17:46.737Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T22:17:46.737Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T22:17:46.737Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T22:17:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:17:57.894Z||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. 2023-02-20T22:17:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:17:57.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:17:57.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:17:57.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931356427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:17:57.927Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:16.737Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T22:18:16.761Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T22:18:16.764Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T22:18:16.764Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T22:18:16.764Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T22:18:16.764Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T22:18:46.765Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T22:18:46.796Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T22:18:46.800Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T22:18:46.800Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T22:18:46.800Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T22:18:46.800Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T22:18:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:18:57.894Z||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. 2023-02-20T22:18:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:18:57.936Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:18:57.939Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.939Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931356427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.941Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.941Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.941Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:18:57.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931356427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931360764, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:57.942Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:57.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931356427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931356427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931362750, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:18:57.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:57.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931356427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.945Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931356427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:18:57.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931365261, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:57.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:57.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931367399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:18:57.947Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:57.947Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931368403, "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=? 2023-02-20T22:18:57.968Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad5ad310-278a-4d23-9fe5-0e1133dc9273 2023-02-20T22:18:57.970Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad5ad310-278a-4d23-9fe5-0e1133dc9273 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 (?, ?, ?, ?, ?) 2023-02-20T22:18:57.993Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "ves-openapi-manager", "timestamp": 1676931386116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.994Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931386428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "cds", "timestamp": 1676931383593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "ves-openapi-manager", "timestamp": 1676931386116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.997Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931386428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.998Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "cds", "timestamp": 1676931383593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.998Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:57.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931389994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:57.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:57.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "ves-openapi-manager", "timestamp": 1676931386116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931386428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "cds", "timestamp": 1676931383593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.002Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931389994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-20T22:18:58.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931386428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.003Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "ves-openapi-manager", "timestamp": 1676931386116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "cds", "timestamp": 1676931383593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931389994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-20T22:18:58.005Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.005Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.005Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931386428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.006Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.006Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "ves-openapi-manager", "timestamp": 1676931386116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.006Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "cds", "timestamp": 1676931383593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.007Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.007Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931389994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.007Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "ves-openapi-manager", "timestamp": 1676931386116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.008Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931386428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.008Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.008Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "415115e1-1c55-4da8-9c72-5dc721c69584", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931394136, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T22:18:58.009Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.009Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "cds", "timestamp": 1676931383593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.009Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.009Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931389994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-20T22:18:58.010Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.010Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.010Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "ves-openapi-manager", "timestamp": 1676931386116, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.011Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931386428, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:18:58.011Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "cds", "timestamp": 1676931383593, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:18:58.012Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.012Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931389994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "cds", "timestamp": 1676931397358, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:58.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931396657, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:58.015Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931389994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:18:58.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "cds", "timestamp": 1676931398366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-20T22:18:58.041Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9042784a-155e-46af-8f04-ca71c8d7bf17 2023-02-20T22:18:58.042Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9042784a-155e-46af-8f04-ca71c8d7bf17 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 (?, ?, ?, ?, ?) 2023-02-20T22:18:58.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931397769, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:58.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931398860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:58.061Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931399288, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:18:58.064Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.065Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931399372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.065Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/resourceInstances/pnff6e8c704cd360/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.066Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.066Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.066Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931399960, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:58.066Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.067Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.067Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931400292, "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=? 2023-02-20T22:18:58.080Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9042784a-155e-46af-8f04-ca71c8d7bf17 2023-02-20T22:18:58.080Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9042784a-155e-46af-8f04-ca71c8d7bf17 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 (?, ?, ?, ?, ?) 2023-02-20T22:18:58.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931399372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.097Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.098Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.098Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.099Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931400986, "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=? 2023-02-20T22:18:58.107Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9042784a-155e-46af-8f04-ca71c8d7bf17 2023-02-20T22:18:58.107Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9042784a-155e-46af-8f04-ca71c8d7bf17 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 (?, ?, ?, ?, ?) 2023-02-20T22:18:58.129Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.129Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931399372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931357879, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:18:58.130Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.130Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.130Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "multicloud-k8s-id", "timestamp": 1676931401991, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T22:18:58.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931399372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.131Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.131Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.131Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931403325, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:58.131Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931399372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.132Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.132Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.132Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931399372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.133Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "ves-openapi-manager", "timestamp": 1676931406116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.133Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.133Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931399372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931405627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf3kvsym95yhfaoifmwuns/1.0/artifacts/service-DemoPnf3kvsym95yhfaoifmwuns-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:18:58.134Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.134Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.134Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.134Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "ves-openapi-manager", "timestamp": 1676931406116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.135Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931399372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.135Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.135Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "ves-openapi-manager", "timestamp": 1676931406116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.136Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.136Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.136Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931399372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:18:58.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "ves-openapi-manager", "timestamp": 1676931406116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.137Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931409166, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:58.138Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.138Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "ves-openapi-manager", "timestamp": 1676931406116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.138Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.139Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "cds", "timestamp": 1676931410177, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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 (?, ?, ?, ?, ?) 2023-02-20T22:18:58.240Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2ef01b00-fab3-431d-b70b-8fcf0173222f 2023-02-20T22:18:58.241Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ef01b00-fab3-431d-b70b-8fcf0173222f 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 (?, ?, ?, ?, ?) 2023-02-20T22:18:58.275Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.275Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:18:58.276Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.276Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "ves-openapi-manager", "timestamp": 1676931406116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931410512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:18:58.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:18:58.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "ves-openapi-manager", "timestamp": 1676931406116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931409994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "ves-openapi-manager", "timestamp": 1676931406116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931409994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-20T22:18:58.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "ves-openapi-manager", "timestamp": 1676931406116, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931409994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-20T22:18:58.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931409994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-20T22:18:58.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931409994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-20T22:18:58.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931409994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931409994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-20T22:18:58.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:18:58.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T22:18:58.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931416427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:18:58.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:16.801Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T22:19:16.815Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T22:19:16.818Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T22:19:16.818Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T22:19:16.819Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-20T22:19:16.819Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-20T22:19:16.819Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:19:16.819Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:19:16.819Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:19:16.819Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:19:16.819Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:19:16.819Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-20T22:19:16.825Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-20T22:19:46.826Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 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=? 2023-02-20T22:19:46.838Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ad5ad310-278a-4d23-9fe5-0e1133dc9273 and serviceModelVersionId: ce73ea77-29ba-4327-a549-999ad17294cc 2023-02-20T22:19:46.838Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 897bab0b-cd1f-4317-a997-1297d017193d 2023-02-20T22:19:46.839Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/897bab0b-cd1f-4317-a997-1297d017193d/model-vers/model-ver/ce73ea77-29ba-4327-a549-999ad17294cc?depth=0 2023-02-20T22:19:46.848Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-20T22:19:46.917Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/897bab0b-cd1f-4317-a997-1297d017193d/model-vers/model-ver/ce73ea77-29ba-4327-a549-999ad17294cc?depth=0|INFO|500||Invoke 2023-02-20T22:19:46.918Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/897bab0b-cd1f-4317-a997-1297d017193d/model-vers/model-ver/ce73ea77-29ba-4327-a549-999ad17294cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/897bab0b-cd1f-4317-a997-1297d017193d/model-vers/model-ver/ce73ea77-29ba-4327-a549-999ad17294cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad5ad310-278a-4d23-9fe5-0e1133dc9273], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d33796b9-cb37-4718-8ef5-441af5fc6867], X-ECOMP-RequestID=[ad5ad310-278a-4d23-9fe5-0e1133dc9273], X-TransactionId=[], X-ONAP-RequestID=[ad5ad310-278a-4d23-9fe5-0e1133dc9273], Content-Type=[application/merge-patch+json]} 2023-02-20T22:19:46.950Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/897bab0b-cd1f-4317-a997-1297d017193d/model-vers/model-ver/ce73ea77-29ba-4327-a549-999ad17294cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-20T22:19:47.089Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/897bab0b-cd1f-4317-a997-1297d017193d/model-vers/model-ver/ce73ea77-29ba-4327-a549-999ad17294cc?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/897bab0b-cd1f-4317-a997-1297d017193d/model-vers/model-ver/ce73ea77-29ba-4327-a549-999ad17294cc?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 22:19:48 GMT], content-length=[0], vertex-id=[180464], x-aai-txid=[1-aai-resources-230220-22:19:48:948-42922], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-20T22:19:47.089Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/897bab0b-cd1f-4317-a997-1297d017193d/model-vers/model-ver/ce73ea77-29ba-4327-a549-999ad17294cc?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-20T22:19:47.090Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/897bab0b-cd1f-4317-a997-1297d017193d/model-vers/model-ver/ce73ea77-29ba-4327-a549-999ad17294cc?depth=0|INFO|500||InvokeReturn 2023-02-20T22:19:47.091Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-20T22:19:47.097Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||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=? 2023-02-20T22:19:47.102Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-20T22:19:47.102Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ad5ad310-278a-4d23-9fe5-0e1133dc9273 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-20T22:19:47.102Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-20T22:19:47.103Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:19:47.108Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:19:47.108Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931587102, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T22:19:47.209Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:19:47.210Z||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. 2023-02-20T22:19:47.210Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:47.226Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:47.227Z||pool-50-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=? 2023-02-20T22:19:48.144Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:19:48.145Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|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. 2023-02-20T22:19:48.145Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:52.636Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:52.637Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-20T22:19:52.637Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9042784a-155e-46af-8f04-ca71c8d7bf17","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3fa48091-6c4c-4599-9bb6-2bed82e5f7cc","serviceDescription":"service","serviceInvariantUUID":"2dd96b06-b4ac-43a4-968c-0ea6279b5e27","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ce1b69b8-4be3-4463-841e-d489b029ef8e","resourceInvariantUUID":"d6a345a6-13a6-4400-9cfd-2734ed88e9e2","resourceCustomizationUUID":"345416a5-4b16-4880-b93b-15d9721beede","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"ZmY4YjAyYmFkNTk4ZjllMGM4M2ViODAzNzc1ZmY0MzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"294acd69-17e5-4bb5-8d34-463554cc6751","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"ZjdmYmYxOWZkYmVhYzI1YTc4ZTkyM2RmOGI0MTliZDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b81ff1eb-be32-4ec9-b9e7-4929f2c29313","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"69a35b09-fd9f-4bc8-8300-fe31f85bf87d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7fb3f76f-2c06-4e94-b4e7-a215e88dc032","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3aff2772-0d0a-4a75-8473-9423ac1f0b45","artifactVersion":"2","generatedFromUUID":"69a35b09-fd9f-4bc8-8300-fe31f85bf87d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWVmNWI2YTk3Zjc5NWZjZGI3NzIwNzI5MjVmNDE1ZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"203fd419-cdd1-4ced-884d-2e62712e1044","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODI0OWMwMWM5OGU3ODU2M2M3NjMzODQ2MTdhM2U2YTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e91ad49a-32e5-4823-870a-122588eda546","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-20T22:19:52.643Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:19:52.644Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:19:52.646Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:19:52.646Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:52.746Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:19:52.747Z||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. 2023-02-20T22:19:52.747Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:52.759Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:52.760Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:19:53.646Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:19:53.647Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:19:53.650Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:19:53.650Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-20T22:19:53.750Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:19:53.751Z||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. 2023-02-20T22:19:53.752Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:53.774Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:53.775Z||pool-52-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:19:54.651Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:19:54.653Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:19:54.656Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:19:54.656Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-20T22:19:54.757Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:19:54.757Z||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. 2023-02-20T22:19:54.757Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:54.771Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:54.772Z||pool-53-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:19:55.657Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:19:55.658Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:19:55.660Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:19:55.660Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:55.760Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:19:55.761Z||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. 2023-02-20T22:19:55.762Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:55.776Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:55.777Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:19:56.661Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:19:56.662Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:19:56.665Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:19:56.665Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-20T22:19:56.765Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:19:56.766Z||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. 2023-02-20T22:19:56.766Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:56.781Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:56.782Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:19:57.665Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:19:57.666Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:19:57.669Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:19:57.669Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:57.770Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-20T22:19:57.771Z||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. 2023-02-20T22:19:57.772Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:57.789Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:57.790Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:19:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:19:57.894Z||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. 2023-02-20T22:19:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:57.966Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:57.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:57.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931409994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:57.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:57.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:57.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931416427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:57.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:57.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:57.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931418181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:19:57.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:57.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:57.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931409994, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:19:57.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:57.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:57.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931416427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:57.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:57.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:57.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "aai-ml", "timestamp": 1676931419186, "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=? 2023-02-20T22:19:57.998Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9042784a-155e-46af-8f04-ca71c8d7bf17 2023-02-20T22:19:57.998Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9042784a-155e-46af-8f04-ca71c8d7bf17 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 (?, ?, ?, ?, ?) 2023-02-20T22:19:58.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931419762, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T22:19:58.029Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:58.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931416427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.030Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.030Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931420894, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T22:19:58.032Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:58.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931416427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931416427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931421979, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-20T22:19:58.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:58.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931416427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931423048, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-20T22:19:58.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:58.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931416427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931424115, "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=? 2023-02-20T22:19:58.053Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2ef01b00-fab3-431d-b70b-8fcf0173222f 2023-02-20T22:19:58.054Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ef01b00-fab3-431d-b70b-8fcf0173222f 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 (?, ?, ?, ?, ?) 2023-02-20T22:19:58.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.089Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.089Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931416427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:19:58.090Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.090Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "multicloud-k8s-id", "timestamp": 1676931425122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T22:19:58.090Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:58.090Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.091Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931426215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:19:58.091Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:58.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.091Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:19:58.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931402737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:19:58.093Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:19:58.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931428841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:19:58.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:58.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931429308, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:19:58.094Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:58.094Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.094Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676931429845, "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=? 2023-02-20T22:19:58.102Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2ef01b00-fab3-431d-b70b-8fcf0173222f 2023-02-20T22:19:58.102Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ef01b00-fab3-431d-b70b-8fcf0173222f 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 (?, ?, ?, ?, ?) 2023-02-20T22:19:58.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931436658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:19:58.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:19:58.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:19:58.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "aai-ml", "timestamp": 1676931437663, "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=? 2023-02-20T22:19:58.128Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2ef01b00-fab3-431d-b70b-8fcf0173222f 2023-02-20T22:19:58.129Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2ef01b00-fab3-431d-b70b-8fcf0173222f 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 (?, ?, ?, ?, ?) 2023-02-20T22:19:58.670Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:19:58.671Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:19:58.673Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:19:58.673Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:19:58.773Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:19:58.774Z||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. 2023-02-20T22:19:58.775Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:58.789Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:58.790Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:19:59.675Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "3fa48091-6c4c-4599-9bb6-2bed82e5f7cc", "serviceDescription": "service", "serviceInvariantUUID": "2dd96b06-b4ac-43a4-968c-0ea6279b5e27", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "345416a5-4b16-4880-b93b-15d9721beede", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ce1b69b8-4be3-4463-841e-d489b029ef8e", "resourceInvariantUUID": "d6a345a6-13a6-4400-9cfd-2734ed88e9e2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "artifactChecksum": "ZjdmYmYxOWZkYmVhYzI1YTc4ZTkyM2RmOGI0MTliZDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b81ff1eb-be32-4ec9-b9e7-4929f2c29313", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "69a35b09-fd9f-4bc8-8300-fe31f85bf87d", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3aff2772-0d0a-4a75-8473-9423ac1f0b45", "generatedFromUUID": "69a35b09-fd9f-4bc8-8300-fe31f85bf87d" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3aff2772-0d0a-4a75-8473-9423ac1f0b45", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ODI0OWMwMWM5OGU3ODU2M2M3NjMzODQ2MTdhM2U2YTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e91ad49a-32e5-4823-870a-122588eda546" } ], "workloadContext": "Production" } 2023-02-20T22:19:59.675Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-20T22:19:59.675Z|ad5ad310-278a-4d23-9fe5-0e1133dc9273|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3fa48091-6c4c-4599-9bb6-2bed82e5f7cc ASDC 2023-02-20T22:19:59.676Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:9042784a-155e-46af-8f04-ca71c8d7bf17 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:3fa48091-6c4c-4599-9bb6-2bed82e5f7cc ServiceInvariantUUID:2dd96b06-b4ac-43a4-968c-0ea6279b5e27 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ArtifactUUID:e91ad49a-32e5-4823-870a-122588eda546 ArtifactChecksum:ODI0OWMwMWM5OGU3ODU2M2M3NjMzODQ2MTdhM2U2YTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:345416a5-4b16-4880-b93b-15d9721beede ResourceInvariantUUID:d6a345a6-13a6-4400-9cfd-2734ed88e9e2 ResourceName:basic_vm ResourceType:VF ResourceUUID:ce1b69b8-4be3-4463-841e-d489b029ef8e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ArtifactUUID:b81ff1eb-be32-4ec9-b9e7-4929f2c29313 ArtifactChecksum:ZjdmYmYxOWZkYmVhYzI1YTc4ZTkyM2RmOGI0MTliZDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ArtifactUUID:69a35b09-fd9f-4bc8-8300-fe31f85bf87d ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:3aff2772-0d0a-4a75-8473-9423ac1f0b45 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ArtifactUUID:3aff2772-0d0a-4a75-8473-9423ac1f0b45 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-20T22:19:59.677Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3fa48091-6c4c-4599-9bb6-2bed82e5f7cc 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=? 2023-02-20T22:19:59.721Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T22:19:59.722Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:19:59.722Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:19:59.722Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e91ad49a-32e5-4823-870a-122588eda546 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-20T22:19:59.722Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:19:59.722Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-20T22:19:59.861Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:19:59.866Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar e91ad49a-32e5-4823-870a-122588eda546 74818 2023-02-20T22:19:59.866Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-20T22:19:59.867Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-20T22:19:59.867Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:19:59.867Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:19:59.869Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:19:59.869Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931599866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:19:59.970Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:19:59.970Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:19:59.971Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:19:59.986Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:19:59.987Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:00.870Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T22:20:00.871Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:20:00.871Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e91ad49a-32e5-4823-870a-122588eda546, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:00.872Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-02-20T22:20:00.872Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:00.872Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:01.086Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3240271384669238178/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-02-20T22:20:02.904Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-20T22:20:02.905Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T22:20:02.905Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:02.905Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-20T22:20:02.905Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:02.906Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:02.906Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:02.906Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:02.906Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:02.906Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:02.906Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-02-20T22:20:02.906Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T22:20:02.906Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.906Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:02.907Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-20T22:20:02.907Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T22:20:02.907Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T22:20:02.908Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.908Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:02.908Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-20T22:20:02.908Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T22:20:02.909Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T22:20:02.909Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.909Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:02.909Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.910Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-20T22:20:02.910Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-20T22:20:02.910Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-20T22:20:02.910Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-20T22:20:02.911Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-20T22:20:02.911Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-20T22:20:02.911Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.911Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T22:20:02.912Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.912Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-20T22:20:02.912Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:02.913Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.913Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-20T22:20:02.913Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:02.913Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.913Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-20T22:20:02.914Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:02.914Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.914Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-20T22:20:02.914Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-20T22:20:02.914Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-20T22:20:02.915Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=42b72095-0d4b-427a-9405-68888b3551b8 2023-02-20T22:20:02.915Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.915Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:02.915Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.916Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:02.916Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.916Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:02.916Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:02.917Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:02.917Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:3fa48091-6c4c-4599-9bb6-2bed82e5f7cc Model Version:NULL Model InvariantUuid:2dd96b06-b4ac-43a4-968c-0ea6279b5e27 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:0bef0ac6-8f75-483c-8968-cf6a50697309 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d6a345a6-13a6-4400-9cfd-2734ed88e9e2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:345416a5-4b16-4880-b93b-15d9721beede NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:01d2d85e-c173-4532-9545-12d139d6044c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:8c278f7c-d607-4254-b906-835aed6b1f2a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:42b72095-0d4b-427a-9405-68888b3551b8 ModelInvariantUuid:cc96c453-614e-4356-8894-06e090a6f9c6 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:20f45032-4dd7-4554-85b0-46069f2eb362 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:64447a0b-fb31-45c7-aa6b-1c2c398eec8f ModelInvariantUuid:495540d6-bbec-4c02-b23d-55bf1077438c ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:a043747c-fa58-40cb-a02b-4ea1959ccce3 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=? 2023-02-20T22:20:02.927Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ce1b69b8-4be3-4463-841e-d489b029ef8e 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=? 2023-02-20T22:20:02.930Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||basic_vm 0 2023-02-20T22:20:02.930Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ce1b69b8-4be3-4463-841e-d489b029ef8e 2023-02-20T22:20:02.930Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b81ff1eb-be32-4ec9-b9e7-4929f2c29313 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-20T22:20:02.931Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:20:02.931Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-20T22:20:03.003Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:20:03.003Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b81ff1eb-be32-4ec9-b9e7-4929f2c29313 787 2023-02-20T22:20:03.003Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-20T22:20:03.003Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-20T22:20:03.004Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:20:03.004Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:03.006Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:03.006Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931603003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T22:20:03.106Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:03.108Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:03.108Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:03.127Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:03.128Z||pool-59-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:04.007Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "01d2d85e-c173-4532-9545-12d139d6044c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c278f7c-d607-4254-b906-835aed6b1f2a", "vfModuleModelCustomizationUUID": "30da761f-7488-4ca9-a0ce-152f94ee17cf", "isBase": true, "artifacts": [ "69a35b09-fd9f-4bc8-8300-fe31f85bf87d", "3aff2772-0d0a-4a75-8473-9423ac1f0b45" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-20T22:20:04.014Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c278f7c-d607-4254-b906-835aed6b1f2a VfModuleModelInvariantUUID:01d2d85e-c173-4532-9545-12d139d6044c VfModuleModelDescription:NULL Artifacts UUID List:{ 69a35b09-fd9f-4bc8-8300-fe31f85bf87d , 3aff2772-0d0a-4a75-8473-9423ac1f0b45 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-20T22:20:04.017Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "01d2d85e-c173-4532-9545-12d139d6044c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8c278f7c-d607-4254-b906-835aed6b1f2a", "vfModuleModelCustomizationUUID": "30da761f-7488-4ca9-a0ce-152f94ee17cf", "isBase": true, "artifacts": [ "69a35b09-fd9f-4bc8-8300-fe31f85bf87d", "3aff2772-0d0a-4a75-8473-9423ac1f0b45" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-20T22:20:04.017Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8c278f7c-d607-4254-b906-835aed6b1f2a VfModuleModelInvariantUUID:01d2d85e-c173-4532-9545-12d139d6044c VfModuleModelDescription:NULL Artifacts UUID List:{ 69a35b09-fd9f-4bc8-8300-fe31f85bf87d , 3aff2772-0d0a-4a75-8473-9423ac1f0b45 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-20T22:20:04.018Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 69a35b09-fd9f-4bc8-8300-fe31f85bf87d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-20T22:20:04.018Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:20:04.019Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-20T22:20:04.077Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:20:04.077Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 69a35b09-fd9f-4bc8-8300-fe31f85bf87d 5033 2023-02-20T22:20:04.077Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-20T22:20:04.078Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-20T22:20:04.078Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:20:04.078Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:04.080Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:04.080Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931604077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T22:20:04.180Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:04.181Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:04.182Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:04.194Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:04.195Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:05.080Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3aff2772-0d0a-4a75-8473-9423ac1f0b45 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-20T22:20:05.081Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:20:05.081Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-20T22:20:05.157Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:20:05.157Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3aff2772-0d0a-4a75-8473-9423ac1f0b45 903 2023-02-20T22:20:05.158Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-20T22:20:05.158Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-20T22:20:05.158Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:20:05.159Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:05.161Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:05.161Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931605158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-20T22:20:05.261Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:05.262Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:05.262Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:05.275Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:05.276Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:06.161Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3fa48091-6c4c-4599-9bb6-2bed82e5f7cc 2023-02-20T22:20:06.162Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ce1b69b8-4be3-4463-841e-d489b029ef8e ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-20T22:20:06.181Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@471f10d, org.onap.sdc.toscaparser.api.parameters.Input@66ad220e, org.onap.sdc.toscaparser.api.parameters.Input@3903beaf, org.onap.sdc.toscaparser.api.parameters.Input@4c81f16a, org.onap.sdc.toscaparser.api.parameters.Input@47f3986e] 2023-02-20T22:20:06.183Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.184Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:06.184Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-02-20T22:20:06.184Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 345416a5-4b16-4880-b93b-15d9721beede 2023-02-20T22:20:06.185Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 345416a5-4b16-4880-b93b-15d9721beede matches Tosca VF Customization UUID: 345416a5-4b16-4880-b93b-15d9721beede 2023-02-20T22:20:06.185Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 345416a5-4b16-4880-b93b-15d9721beede 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=? 2023-02-20T22:20:06.189Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.192Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:06.194Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 345416a5-4b16-4880-b93b-15d9721beede: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-20T22:20:06.194Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fdae0e4 2023-02-20T22:20:06.194Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.195Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T22:20:06.195Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 30da761f-7488-4ca9-a0ce-152f94ee17cf 2023-02-20T22:20:06.196Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 30da761f-7488-4ca9-a0ce-152f94ee17cf 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=? 2023-02-20T22:20:06.200Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.201Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-20T22:20:06.201Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:06.201Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.202Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-20T22:20:06.202Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:06.202Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.202Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-02-20T22:20:06.203Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-20T22:20:06.203Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-20T22:20:06.203Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=42b72095-0d4b-427a-9405-68888b3551b8 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=? 2023-02-20T22:20:06.206Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.206Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-20T22:20:06.206Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:06.207Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.207Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-02-20T22:20:06.207Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=345416a5-4b16-4880-b93b-15d9721beede 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=? 2023-02-20T22:20:06.209Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.209Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:06.210Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3fa48091-6c4c-4599-9bb6-2bed82e5f7cc: basic_vm 2023-02-20T22:20:06.210Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.210Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:06.210Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.211Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:06.211Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.211Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:06.211Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.212Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:06.212Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:06.212Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:06.212Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-20T22:20:06.348Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ce1b69b8-4be3-4463-841e-d489b029ef8e 1 ASDC deployResourceStructure 2023-02-20T22:20:06.348Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2023-02-20T22:20:06.349Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-02-20T22:20:06.349Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:20:06.349Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:06.351Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:06.351Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931606348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T22:20:06.451Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:06.452Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:06.453Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:06.465Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:06.466Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:07.352Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-20T22:20:07.354Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-02-20T22:20:07.354Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:20:07.355Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:07.358Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:07.358Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931607352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-20T22:20:07.458Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:07.458Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:07.459Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:07.473Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:07.474Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:08.360Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-20T22:20:08.360Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-02-20T22:20:08.360Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:20:08.360Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:08.363Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:08.364Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931608359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-20T22:20:08.463Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T22:20:08.465Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:08.465Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:08.483Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:08.484Z||pool-64-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:09.366Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-02-20T22:20:09.367Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-02-20T22:20:09.369Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:20:09.370Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:09.373Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:09.373Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931609365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:20:09.473Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:09.474Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:09.474Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:09.490Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:09.491Z||pool-65-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:10.374Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9042784a-155e-46af-8f04-ca71c8d7bf17 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T22:20:10.389Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9042784a-155e-46af-8f04-ca71c8d7bf17 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T22:20:10.393Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T22:20:10.393Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T22:20:10.394Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-20T22:20:10.394Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-20T22:20:10.394Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:20:10.394Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:20:10.394Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:20:10.395Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:20:10.395Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:20:10.395Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-20T22:20:10.404Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-20T22:20:40.404Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9042784a-155e-46af-8f04-ca71c8d7bf17 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=? 2023-02-20T22:20:40.412Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9042784a-155e-46af-8f04-ca71c8d7bf17 and serviceModelVersionId: 3fa48091-6c4c-4599-9bb6-2bed82e5f7cc 2023-02-20T22:20:40.412Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2dd96b06-b4ac-43a4-968c-0ea6279b5e27 2023-02-20T22:20:40.413Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2dd96b06-b4ac-43a4-968c-0ea6279b5e27/model-vers/model-ver/3fa48091-6c4c-4599-9bb6-2bed82e5f7cc?depth=0 2023-02-20T22:20:40.418Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-20T22:20:40.484Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd96b06-b4ac-43a4-968c-0ea6279b5e27/model-vers/model-ver/3fa48091-6c4c-4599-9bb6-2bed82e5f7cc?depth=0|INFO|500||Invoke 2023-02-20T22:20:40.486Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd96b06-b4ac-43a4-968c-0ea6279b5e27/model-vers/model-ver/3fa48091-6c4c-4599-9bb6-2bed82e5f7cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd96b06-b4ac-43a4-968c-0ea6279b5e27/model-vers/model-ver/3fa48091-6c4c-4599-9bb6-2bed82e5f7cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9042784a-155e-46af-8f04-ca71c8d7bf17], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8a5de6ad-65d5-4e55-8d61-6a0fedbdf5ed], X-ECOMP-RequestID=[9042784a-155e-46af-8f04-ca71c8d7bf17], X-TransactionId=[], X-ONAP-RequestID=[9042784a-155e-46af-8f04-ca71c8d7bf17], Content-Type=[application/merge-patch+json]} 2023-02-20T22:20:40.524Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd96b06-b4ac-43a4-968c-0ea6279b5e27/model-vers/model-ver/3fa48091-6c4c-4599-9bb6-2bed82e5f7cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-20T22:20:40.666Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd96b06-b4ac-43a4-968c-0ea6279b5e27/model-vers/model-ver/3fa48091-6c4c-4599-9bb6-2bed82e5f7cc?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/2dd96b06-b4ac-43a4-968c-0ea6279b5e27/model-vers/model-ver/3fa48091-6c4c-4599-9bb6-2bed82e5f7cc?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 22:20:42 GMT], content-length=[0], vertex-id=[213176], x-aai-txid=[1-aai-resources-230220-22:20:42:526-58944], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-20T22:20:40.667Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd96b06-b4ac-43a4-968c-0ea6279b5e27/model-vers/model-ver/3fa48091-6c4c-4599-9bb6-2bed82e5f7cc?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-20T22:20:40.668Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2dd96b06-b4ac-43a4-968c-0ea6279b5e27/model-vers/model-ver/3fa48091-6c4c-4599-9bb6-2bed82e5f7cc?depth=0|INFO|500||InvokeReturn 2023-02-20T22:20:40.668Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-20T22:20:40.669Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||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=? 2023-02-20T22:20:40.675Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-20T22:20:40.676Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9042784a-155e-46af-8f04-ca71c8d7bf17 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-20T22:20:40.676Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-20T22:20:40.676Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:40.678Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:40.679Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931640676, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T22:20:40.779Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:40.780Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:40.780Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:40.797Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:40.798Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 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=? 2023-02-20T22:20:41.696Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-02-20T22:20:41.696Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"2ef01b00-fab3-431d-b70b-8fcf0173222f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f","serviceDescription":"service","serviceInvariantUUID":"93d2fdaf-0217-4837-951f-3cb824529d80","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1d6786e0-9d76-46d6-ab4c-1896bd9f0581","resourceInvariantUUID":"9099e50d-4d45-4892-9573-7de78e72615a","resourceCustomizationUUID":"68c136a6-3dcb-4fcb-8601-85c8979d1440","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":"NzI2MDgwNTRmNDg3Nzk0MTA0MGI4OTFiN2IwOTViODI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5caabb6-d4e1-4044-838e-7f74c4f3fe38","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":"9bc39012-86f6-413c-b9fb-e99ef3fa4fe9","artifactVersion":"2","generatedFromUUID":"aa731c93-1ac8-4505-aeba-79ffea51f8f9"},{"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":"aa731c93-1ac8-4505-aeba-79ffea51f8f9","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":"NWIxYmUxMzZkNmY2N2Y5MDA3MTY4MTQyZTk1ZWMzZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"09f7bb23-48a7-4bfb-ad91-351700ad1ce8","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":"a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e","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":"cf6c3c6f-6639-4403-a866-a46d78245430","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":"d621fc9e-3c54-4e79-a34c-202daa2db0c4","artifactVersion":"2","generatedFromUUID":"a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWNjMjlkMDQ0ODFiY2QxMmRiNWJmNzkxOTQ3YTM1YzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1d53d1c-a307-46da-8f56-f91235f92222","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"M2QxZDg2NWI3YjYzODgyMmZlMzUwNDdjYjE1NWE5MGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33b84e81-31f7-405b-a454-07c8ca1b0cca","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-20T22:20:41.697Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:20:41.697Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:41.700Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:41.700Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:20:41.800Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:41.801Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:41.801Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:41.815Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:41.815Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:42.710Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:20:42.713Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:42.714Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:42.714Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-20T22:20:42.815Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:42.816Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:42.816Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:42.837Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:42.837Z||pool-68-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:43.716Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:20:43.717Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:43.720Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:43.720Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-20T22:20:43.820Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T22:20:43.821Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:43.821Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:43.840Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:43.841Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:44.721Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:20:44.723Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:44.725Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:44.725Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-20T22:20:44.825Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:44.826Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:44.826Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:44.841Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:44.841Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:45.726Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:20:45.726Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:45.728Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:45.728Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-20T22:20:45.829Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:45.829Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:45.829Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:45.843Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:45.843Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:46.729Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:20:46.730Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:46.733Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:46.733Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:20:46.832Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-02-20T22:20:46.833Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:46.833Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:46.847Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:46.848Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:47.734Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:20:47.736Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:47.738Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:47.739Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-20T22:20:47.839Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T22:20:47.839Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:47.839Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:47.852Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:47.852Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:48.739Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:20:48.740Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:48.742Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:48.743Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:20:48.845Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-02-20T22:20:48.846Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:48.846Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:48.860Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:48.860Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:49.743Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T22:20:49.745Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:49.748Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:49.749Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:20:49.848Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T22:20:49.850Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:49.851Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:49.871Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:49.872Z||pool-75-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:50.751Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f", "serviceDescription": "service", "serviceInvariantUUID": "93d2fdaf-0217-4837-951f-3cb824529d80", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "68c136a6-3dcb-4fcb-8601-85c8979d1440", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1d6786e0-9d76-46d6-ab4c-1896bd9f0581", "resourceInvariantUUID": "9099e50d-4d45-4892-9573-7de78e72615a", "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": "9bc39012-86f6-413c-b9fb-e99ef3fa4fe9", "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": "aa731c93-1ac8-4505-aeba-79ffea51f8f9", "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": "NWIxYmUxMzZkNmY2N2Y5MDA3MTY4MTQyZTk1ZWMzZWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "09f7bb23-48a7-4bfb-ad91-351700ad1ce8", "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": "a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e", "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": "d621fc9e-3c54-4e79-a34c-202daa2db0c4", "generatedFromUUID": "a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e" }, "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": "d621fc9e-3c54-4e79-a34c-202daa2db0c4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "M2QxZDg2NWI3YjYzODgyMmZlMzUwNDdjYjE1NWE5MGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33b84e81-31f7-405b-a454-07c8ca1b0cca" } ], "workloadContext": "Production" } 2023-02-20T22:20:50.752Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-20T22:20:50.752Z|9042784a-155e-46af-8f04-ca71c8d7bf17|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f ASDC 2023-02-20T22:20:50.753Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:2ef01b00-fab3-431d-b70b-8fcf0173222f ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f ServiceInvariantUUID:93d2fdaf-0217-4837-951f-3cb824529d80 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:33b84e81-31f7-405b-a454-07c8ca1b0cca ArtifactChecksum:M2QxZDg2NWI3YjYzODgyMmZlMzUwNDdjYjE1NWE5MGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:68c136a6-3dcb-4fcb-8601-85c8979d1440 ResourceInvariantUUID:9099e50d-4d45-4892-9573-7de78e72615a ResourceName:basic_cnf ResourceType:VF ResourceUUID:1d6786e0-9d76-46d6-ab4c-1896bd9f0581 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:9bc39012-86f6-413c-b9fb-e99ef3fa4fe9 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:aa731c93-1ac8-4505-aeba-79ffea51f8f9 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:09f7bb23-48a7-4bfb-ad91-351700ad1ce8 ArtifactChecksum:NWIxYmUxMzZkNmY2N2Y5MDA3MTY4MTQyZTk1ZWMzZWE= 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:a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e 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:d621fc9e-3c54-4e79-a34c-202daa2db0c4 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:d621fc9e-3c54-4e79-a34c-202daa2db0c4 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-20T22:20:50.754Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f 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=? 2023-02-20T22:20:50.802Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T22:20:50.803Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:20:50.804Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:20:50.804Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 33b84e81-31f7-405b-a454-07c8ca1b0cca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-20T22:20:50.804Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:20:50.805Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-20T22:20:50.982Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:20:50.986Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 33b84e81-31f7-405b-a454-07c8ca1b0cca 73675 2023-02-20T22:20:50.987Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-20T22:20:50.987Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-20T22:20:50.987Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:20:50.987Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:50.990Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:50.991Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:20:51.090Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T22:20:51.092Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:51.092Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:51.106Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:51.106Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:51.995Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T22:20:51.996Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-02-20T22:20:51.996Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 33b84e81-31f7-405b-a454-07c8ca1b0cca, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-20T22:20:52.025Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-02-20T22:20:52.025Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-20T22:20:52.025Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-20T22:20:52.202Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16606126039676066402/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-02-20T22:20:53.553Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-20T22:20:53.554Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T22:20:53.554Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-20T22:20:53.554Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-20T22:20:53.554Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-20T22:20:53.554Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-20T22:20:53.554Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-20T22:20:53.555Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-02-20T22:20:53.555Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-02-20T22:20:53.555Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.555Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:53.555Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-20T22:20:53.555Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T22:20:53.556Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T22:20:53.556Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.556Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:53.556Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-20T22:20:53.556Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-02-20T22:20:53.557Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T22:20:53.557Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.557Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:53.557Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.557Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-20T22:20:53.558Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-02-20T22:20:53.558Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2023-02-20T22:20:53.558Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-20T22:20:53.558Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.558Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T22:20:53.558Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.559Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-20T22:20:53.559Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:53.559Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.559Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-20T22:20:53.560Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:53.560Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.560Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-20T22:20:53.560Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:53.561Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.561Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-20T22:20:53.561Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-20T22:20:53.561Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0374f980-8101-49f5-9d63-a87d47e61c1f 2023-02-20T22:20:53.562Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.562Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:53.562Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.562Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:53.562Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.562Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:53.562Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:53.563Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:53.563Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f Model Version:NULL Model InvariantUuid:93d2fdaf-0217-4837-951f-3cb824529d80 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:ec2c3640-a4cb-4714-b54a-e6fc604e298b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9099e50d-4d45-4892-9573-7de78e72615a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:68c136a6-3dcb-4fcb-8601-85c8979d1440 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0db66b6f-ffbb-44b3-92d3-779c1cc5f03f ModelName:BasicCnf..base_dummy..module-0 ModelUuid:00137c5d-a429-422b-b536-322cd7da0697 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0374f980-8101-49f5-9d63-a87d47e61c1f ModelInvariantUuid:77559e0f-e3dd-42b9-ad99-40d2056a448a ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0b4c79ab-884c-4673-8025-9164b7cbb37a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:fd23f1d4-1b88-445c-884c-6ca57fa64ea0 ModelInvariantUuid:24ca2efa-bb16-4871-bd31-7b9a0d7b99f3 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d29e441c-2ec1-46e1-9c41-08bdead2d5a1 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=? 2023-02-20T22:20:53.582Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1d6786e0-9d76-46d6-ab4c-1896bd9f0581 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=? 2023-02-20T22:20:53.587Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||basic_cnf 0 2023-02-20T22:20:53.587Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1d6786e0-9d76-46d6-ab4c-1896bd9f0581 2023-02-20T22:20:53.588Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9bc39012-86f6-413c-b9fb-e99ef3fa4fe9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-20T22:20:53.588Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:20:53.588Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-20T22:20:53.661Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:20:53.662Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9bc39012-86f6-413c-b9fb-e99ef3fa4fe9 12 2023-02-20T22:20:53.662Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-02-20T22:20:53.663Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-02-20T22:20:53.663Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:20:53.663Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:53.666Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:53.666Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931653662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-20T22:20:53.766Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:53.767Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:53.767Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:53.781Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:53.782Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:54.666Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aa731c93-1ac8-4505-aeba-79ffea51f8f9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-20T22:20:54.667Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:20:54.667Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-20T22:20:54.718Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:20:54.719Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz aa731c93-1ac8-4505-aeba-79ffea51f8f9 2688 2023-02-20T22:20:54.719Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-02-20T22:20:54.719Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-02-20T22:20:54.720Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:20:54.720Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:54.722Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:54.722Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931654719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-20T22:20:54.823Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:54.824Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:54.824Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:54.836Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:54.837Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:55.724Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 09f7bb23-48a7-4bfb-ad91-351700ad1ce8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-20T22:20:55.724Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:20:55.725Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-20T22:20:55.783Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:20:55.784Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 09f7bb23-48a7-4bfb-ad91-351700ad1ce8 828 2023-02-20T22:20:55.784Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-02-20T22:20:55.784Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-20T22:20:55.785Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:20:55.785Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:55.787Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:55.788Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931655784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T22:20:55.888Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:55.889Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:55.889Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:55.921Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:55.921Z||pool-79-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:56.789Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "0db66b6f-ffbb-44b3-92d3-779c1cc5f03f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "00137c5d-a429-422b-b536-322cd7da0697", "vfModuleModelCustomizationUUID": "9de5e47a-4ddc-40cb-aef0-6c5b66befb4c", "isBase": true, "artifacts": [ "a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e", "aa731c93-1ac8-4505-aeba-79ffea51f8f9", "d621fc9e-3c54-4e79-a34c-202daa2db0c4" ], "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": "" } } ] 2023-02-20T22:20:56.795Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:00137c5d-a429-422b-b536-322cd7da0697 VfModuleModelInvariantUUID:0db66b6f-ffbb-44b3-92d3-779c1cc5f03f VfModuleModelDescription:NULL Artifacts UUID List:{ a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e , aa731c93-1ac8-4505-aeba-79ffea51f8f9 , d621fc9e-3c54-4e79-a34c-202daa2db0c4 } 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 } 2023-02-20T22:20:56.799Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "0db66b6f-ffbb-44b3-92d3-779c1cc5f03f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "00137c5d-a429-422b-b536-322cd7da0697", "vfModuleModelCustomizationUUID": "9de5e47a-4ddc-40cb-aef0-6c5b66befb4c", "isBase": true, "artifacts": [ "a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e", "aa731c93-1ac8-4505-aeba-79ffea51f8f9", "d621fc9e-3c54-4e79-a34c-202daa2db0c4" ], "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": "" } } ] 2023-02-20T22:20:56.799Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:00137c5d-a429-422b-b536-322cd7da0697 VfModuleModelInvariantUUID:0db66b6f-ffbb-44b3-92d3-779c1cc5f03f VfModuleModelDescription:NULL Artifacts UUID List:{ a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e , aa731c93-1ac8-4505-aeba-79ffea51f8f9 , d621fc9e-3c54-4e79-a34c-202daa2db0c4 } 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 } 2023-02-20T22:20:56.799Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-20T22:20:56.799Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:20:56.799Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-20T22:20:56.869Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:20:56.869Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a7e1fbaa-4fcd-49f4-bf95-a40f9248df5e 1164 2023-02-20T22:20:56.870Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-02-20T22:20:56.870Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-20T22:20:56.870Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:20:56.870Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:56.873Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:56.873Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931656869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T22:20:56.973Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:56.974Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:56.974Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:56.989Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:56.990Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:20:57.874Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d621fc9e-3c54-4e79-a34c-202daa2db0c4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-20T22:20:57.875Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-02-20T22:20:57.875Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-20T22:20:57.893Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:20:57.894Z||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. 2023-02-20T22:20:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:57.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:57.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:20:57.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad5ad310-278a-4d23-9fe5-0e1133dc9273", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931587102, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T22:20:57.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:20:57.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:20:57.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:20:57.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:20:57.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:20:57.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-02-20T22:20:57.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:20:57.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:20:57.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-20T22:20:57.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:20:57.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:20:57.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:20:57.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:20:57.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:20:57.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-20T22:20:57.928Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:20:57.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-02-20T22:20:57.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:20:57.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-02-20T22:20:57.943Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-02-20T22:20:57.944Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d621fc9e-3c54-4e79-a34c-202daa2db0c4 200 2023-02-20T22:20:57.944Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-02-20T22:20:57.944Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-20T22:20:57.945Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T22:20:57.945Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:57.947Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:57.947Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931657944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-20T22:20:58.047Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:58.048Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:58.049Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:58.063Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:58.064Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:20:58.948Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f 2023-02-20T22:20:58.949Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1d6786e0-9d76-46d6-ab4c-1896bd9f0581 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2023-02-20T22:20:58.971Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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=? 2023-02-20T22:20:58.977Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5056ec63, org.onap.sdc.toscaparser.api.parameters.Input@24c1dbaa, org.onap.sdc.toscaparser.api.parameters.Input@641457c3, org.onap.sdc.toscaparser.api.parameters.Input@76f2017e, org.onap.sdc.toscaparser.api.parameters.Input@11a0ce37] 2023-02-20T22:20:58.978Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.979Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:58.979Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-02-20T22:20:58.979Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 68c136a6-3dcb-4fcb-8601-85c8979d1440 2023-02-20T22:20:58.979Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 68c136a6-3dcb-4fcb-8601-85c8979d1440 matches Tosca VF Customization UUID: 68c136a6-3dcb-4fcb-8601-85c8979d1440 2023-02-20T22:20:58.980Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 68c136a6-3dcb-4fcb-8601-85c8979d1440 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=? 2023-02-20T22:20:58.983Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.983Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:58.984Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 68c136a6-3dcb-4fcb-8601-85c8979d1440: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-02-20T22:20:58.984Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1be5befc 2023-02-20T22:20:58.984Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.985Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T22:20:58.985Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9de5e47a-4ddc-40cb-aef0-6c5b66befb4c 2023-02-20T22:20:58.985Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9de5e47a-4ddc-40cb-aef0-6c5b66befb4c 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=? 2023-02-20T22:20:58.988Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.988Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-20T22:20:58.988Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:58.989Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.989Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-20T22:20:58.989Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:58.990Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.990Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-02-20T22:20:58.990Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-02-20T22:20:58.990Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0374f980-8101-49f5-9d63-a87d47e61c1f 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=? 2023-02-20T22:20:58.993Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.993Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-20T22:20:58.993Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T22:20:58.993Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.994Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-02-20T22:20:58.994Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=68c136a6-3dcb-4fcb-8601-85c8979d1440 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=? 2023-02-20T22:20:58.996Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.996Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:58.997Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f: basic_cnf 2023-02-20T22:20:58.997Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.997Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:58.997Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.997Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:58.998Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.998Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:58.998Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.998Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:58.999Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T22:20:58.999Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T22:20:58.999Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||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 (?, ?, ?, ?, ?) 2023-02-20T22:20:59.073Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1d6786e0-9d76-46d6-ab4c-1896bd9f0581 1 ASDC deployResourceStructure 2023-02-20T22:20:59.074Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2023-02-20T22:20:59.074Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2023-02-20T22:20:59.074Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-20T22:20:59.075Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:20:59.077Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:20:59.077Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931659073, "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" } 2023-02-20T22:20:59.177Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:20:59.178Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:20:59.179Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:20:59.194Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:20:59.195Z||pool-82-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:21:00.078Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2023-02-20T22:21:00.079Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2023-02-20T22:21:00.079Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-20T22:21:00.079Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:21:00.081Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:21:00.081Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931660078, "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" } 2023-02-20T22:21:00.181Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:21:00.182Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:21:00.183Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:00.200Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:21:00.201Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:21:01.082Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2023-02-20T22:21:01.082Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-02-20T22:21:01.083Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:21:01.083Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:21:01.087Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:21:01.087Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931661082, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T22:21:01.199Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms 2023-02-20T22:21:01.200Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:21:01.200Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:01.216Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:21:01.217Z||pool-84-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:21:02.088Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2023-02-20T22:21:02.088Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-02-20T22:21:02.089Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:21:02.090Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:21:02.092Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:21:02.093Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931662088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-20T22:21:02.193Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:21:02.194Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:21:02.194Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:02.208Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:21:02.208Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:21:03.094Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2023-02-20T22:21:03.095Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-02-20T22:21:03.095Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:21:03.095Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:21:03.097Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:21:03.097Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931663094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-20T22:21:03.197Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T22:21:03.209Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:21:03.209Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:03.245Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:21:03.245Z||pool-86-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-02-20T22:21:04.099Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-02-20T22:21:04.099Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-02-20T22:21:04.100Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T22:21:04.100Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:21:04.108Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:21:04.108Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931664098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:21:04.203Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-02-20T22:21:04.204Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:21:04.204Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:04.216Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:21:04.237Z||pool-87-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2023-02-20T22:21:05.109Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2ef01b00-fab3-431d-b70b-8fcf0173222f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T22:21:05.123Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2ef01b00-fab3-431d-b70b-8fcf0173222f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T22:21:05.130Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T22:21:05.130Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T22:21:05.130Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-20T22:21:05.132Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-20T22:21:05.133Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:21:05.133Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:21:05.133Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:21:05.133Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:21:05.134Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T22:21:05.134Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-02-20T22:21:05.142Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-20T22:21:35.142Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2ef01b00-fab3-431d-b70b-8fcf0173222f 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=? 2023-02-20T22:21:35.149Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2ef01b00-fab3-431d-b70b-8fcf0173222f and serviceModelVersionId: f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f 2023-02-20T22:21:35.150Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93d2fdaf-0217-4837-951f-3cb824529d80 2023-02-20T22:21:35.151Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93d2fdaf-0217-4837-951f-3cb824529d80/model-vers/model-ver/f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f?depth=0 2023-02-20T22:21:35.155Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-02-20T22:21:35.228Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93d2fdaf-0217-4837-951f-3cb824529d80/model-vers/model-ver/f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f?depth=0|INFO|500||Invoke 2023-02-20T22:21:35.229Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93d2fdaf-0217-4837-951f-3cb824529d80/model-vers/model-ver/f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93d2fdaf-0217-4837-951f-3cb824529d80/model-vers/model-ver/f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2ef01b00-fab3-431d-b70b-8fcf0173222f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[347439c7-469d-427f-be64-fb350876b006], X-ECOMP-RequestID=[2ef01b00-fab3-431d-b70b-8fcf0173222f], X-TransactionId=[], X-ONAP-RequestID=[2ef01b00-fab3-431d-b70b-8fcf0173222f], Content-Type=[application/merge-patch+json]} 2023-02-20T22:21:35.255Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93d2fdaf-0217-4837-951f-3cb824529d80/model-vers/model-ver/f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-20T22:21:35.417Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93d2fdaf-0217-4837-951f-3cb824529d80/model-vers/model-ver/f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f?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/93d2fdaf-0217-4837-951f-3cb824529d80/model-vers/model-ver/f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 22:21:37 GMT], content-length=[0], vertex-id=[217272], x-aai-txid=[2-aai-resources-230220-22:21:37:261-53611], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-20T22:21:35.418Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93d2fdaf-0217-4837-951f-3cb824529d80/model-vers/model-ver/f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-20T22:21:35.419Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93d2fdaf-0217-4837-951f-3cb824529d80/model-vers/model-ver/f60d0cc3-b175-4c3f-bb45-f5b8a9342b7f?depth=0|INFO|500||InvokeReturn 2023-02-20T22:21:35.420Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-20T22:21:35.420Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||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=? 2023-02-20T22:21:35.426Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-02-20T22:21:35.427Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2ef01b00-fab3-431d-b70b-8fcf0173222f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-20T22:21:35.427Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-20T22:21:35.427Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-02-20T22:21:35.430Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T22:21:35.430Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931695427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T22:21:35.531Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T22:21:35.532Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T22:21:35.532Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:35.557Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:21:35.557Z||pool-88-thread-1|||||INFO|500||cambria reply ok (26 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=? 2023-02-20T22:21:36.464Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:21:36.465Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T22:21:36.465Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:46.029Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:21:46.030Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:21:46.030Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T22:21:46.031Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:55.593Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:21:55.594Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:21:55.594Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T22:21:55.594Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:21:57.893Z||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. 2023-02-20T22:21:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:21:57.932Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:21:57.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:21:57.935Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.936Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.936Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931599866, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:21:57.936Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.937Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.937Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931603003, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T22:21:57.938Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931604077, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T22:21:57.939Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931605158, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-20T22:21:57.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931606348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T22:21:57.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931607352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-20T22:21:57.948Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931608359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-20T22:21:57.949Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931609365, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:21:57.950Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9042784a-155e-46af-8f04-ca71c8d7bf17", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931640676, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T22:21:57.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:21:57.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-02-20T22:21:57.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-02-20T22:21:57.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-02-20T22:21:57.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-02-20T22:21:57.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T22:21:57.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-02-20T22:21:57.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T22:21:57.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931588144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-02-20T22:21:57.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2023-02-20T22:21:57.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931650987, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T22:21:57.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931653662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-02-20T22:21:57.962Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931654719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-02-20T22:21:57.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931655784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T22:21:57.963Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:21:57.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:21:57.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931656869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T22:21:57.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:22:05.148Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:22:05.149Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:22:05.150Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T22:22:05.150Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:22:14.716Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:22:14.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:22:14.717Z||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. 2023-02-20T22:22:14.718Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:22:24.280Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:22:57.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:22:57.880Z||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. 2023-02-20T22:22:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:22:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:22:57.892Z||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. 2023-02-20T22:22:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:22:57.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:22:57.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2023-02-20T22:22:57.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931657944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-02-20T22:22:57.922Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:23:07.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:23:57.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:23:57.881Z||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. 2023-02-20T22:23:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:23:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:23:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T22:23:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:23:58.433Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:23:58.434Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-20T22:23:58.434Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931659073, "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" } 2023-02-20T22:23:58.435Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:23:58.436Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-20T22:23:58.436Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931660078, "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" } 2023-02-20T22:23:58.436Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:23:58.436Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-20T22:23:58.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931661082, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T22:23:58.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:23:58.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-20T22:23:58.437Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931662088, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-02-20T22:23:58.438Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:23:58.438Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-20T22:23:58.438Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931663094, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-02-20T22:23:58.438Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:23:58.439Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-20T22:23:58.439Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931664098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T22:23:58.439Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:23:58.439Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||received message from topic 2023-02-20T22:23:58.440Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2ef01b00-fab3-431d-b70b-8fcf0173222f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676931695427, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T22:23:58.440Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T22:24:07.499Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:24:57.879Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:24:57.881Z||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. 2023-02-20T22:24:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:24:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:24:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T22:24:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:25:07.442Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:25:07.446Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:25:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:25:57.881Z||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. 2023-02-20T22:25:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:25:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:25:57.893Z||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. 2023-02-20T22:25:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:26:07.456Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:26:07.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:26:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:26:57.882Z||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. 2023-02-20T22:26:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:26:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:26:57.893Z||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. 2023-02-20T22:26:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:27:07.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:27:07.464Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:27:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:27:57.881Z||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. 2023-02-20T22:27:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:27:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:27:57.892Z||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. 2023-02-20T22:27:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:28:07.439Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:28:07.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:28:57.884Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:28:57.885Z||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. 2023-02-20T22:28:57.886Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:28:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:28:57.892Z||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. 2023-02-20T22:28:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:29:07.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:29:07.488Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:29:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:29:57.880Z||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. 2023-02-20T22:29:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:29:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:29:57.892Z||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. 2023-02-20T22:29:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:30:07.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:30:07.484Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:30:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:30:57.880Z||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. 2023-02-20T22:30:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:30:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:30:57.894Z||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. 2023-02-20T22:30:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:31:07.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:31:07.444Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:31:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:31:57.881Z||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. 2023-02-20T22:31:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:31:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:31:57.893Z||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. 2023-02-20T22:31:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:32:07.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:32:07.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:32:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:32:57.881Z||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. 2023-02-20T22:32:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:32:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:32:57.892Z||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. 2023-02-20T22:32:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:33:07.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:33:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:33:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:33:57.881Z||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. 2023-02-20T22:33:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:33:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:33:57.893Z||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. 2023-02-20T22:33:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:34:07.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:34:07.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:34:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:34:57.881Z||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. 2023-02-20T22:34:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:34:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:34:57.894Z||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. 2023-02-20T22:34:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:35:07.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:35:07.451Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:35:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:35:57.881Z||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. 2023-02-20T22:35:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:35:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:35:57.893Z||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. 2023-02-20T22:35:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:36:07.439Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:36:07.449Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:36:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:36:57.881Z||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. 2023-02-20T22:36:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:36:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:36:57.893Z||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. 2023-02-20T22:36:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:37:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:37:07.472Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:37:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:37:57.881Z||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. 2023-02-20T22:37:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:37:57.896Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:37:57.896Z||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. 2023-02-20T22:37:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:38:07.485Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:38:07.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:38:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:38:57.880Z||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. 2023-02-20T22:38:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:38:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:38:57.893Z||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. 2023-02-20T22:38:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:39:07.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:39:07.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:39:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:39:57.881Z||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. 2023-02-20T22:39:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:39:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:39:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T22:39:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:40:07.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:40:07.457Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:40:57.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:40:57.882Z||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. 2023-02-20T22:40:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:40:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:40:57.894Z||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. 2023-02-20T22:40:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:41:07.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:41:07.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:41:57.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:41:57.882Z||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. 2023-02-20T22:41:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:41:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:41:57.892Z||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. 2023-02-20T22:41:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:42:07.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:42:07.486Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:42:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:42:57.880Z||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. 2023-02-20T22:42:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:42:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:42:57.892Z||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. 2023-02-20T22:42:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:43:07.444Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:43:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:43:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:43:57.881Z||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. 2023-02-20T22:43:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:43:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:43:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T22:43:57.895Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:44:07.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:44:07.460Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:44:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:44:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T22:44:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:44:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:44:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T22:44:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:45:07.436Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:45:07.438Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:45:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:45:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T22:45:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:45:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:45:57.892Z||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. 2023-02-20T22:45:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:46:07.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:46:07.454Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:46:57.879Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:46:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-02-20T22:46:57.881Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as FBbOhkC4jUS5wmaT) ... 2023-02-20T22:46:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:46:57.892Z||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. 2023-02-20T22:46:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:47:07.442Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:47:07.445Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:47:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:47:57.880Z||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. 2023-02-20T22:47:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:47:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:47:57.893Z||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. 2023-02-20T22:47:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:48:07.442Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:48:07.444Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:48:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:48:57.882Z||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. 2023-02-20T22:48:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:48:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:48:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T22:48:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:49:07.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:49:07.444Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:49:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:49:57.881Z||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. 2023-02-20T22:49:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:49:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:49:57.893Z||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. 2023-02-20T22:49:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:50:07.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:50:07.468Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:50:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:50:57.881Z||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. 2023-02-20T22:50:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:50:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:50:57.892Z||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. 2023-02-20T22:50:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:51:07.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:51:07.443Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:51:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:51:57.881Z||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. 2023-02-20T22:51:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:51:57.892Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:51:57.893Z||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. 2023-02-20T22:51:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:52:07.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:52:07.442Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:52:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:52:57.881Z||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. 2023-02-20T22:52:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:52:57.893Z||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. 2023-02-20T22:52:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:52:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:53:07.451Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:53:07.485Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:53:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:53:57.880Z||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. 2023-02-20T22:53:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:53:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:53:57.892Z||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. 2023-02-20T22:53:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:54:07.446Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:54:07.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:54:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:54:57.881Z||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. 2023-02-20T22:54:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:54:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:54:57.892Z||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. 2023-02-20T22:54:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:55:07.441Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:55:07.441Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:55:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:55:57.880Z||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. 2023-02-20T22:55:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:55:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:55:57.893Z||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. 2023-02-20T22:55:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:56:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:56:07.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:56:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:56:57.881Z||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. 2023-02-20T22:56:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:56:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:56:57.892Z||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. 2023-02-20T22:56:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:57:07.433Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:57:07.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:57:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:57:57.881Z||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. 2023-02-20T22:57:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:57:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:57:57.892Z||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. 2023-02-20T22:57:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:58:07.447Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:58:07.504Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:58:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:58:57.880Z||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. 2023-02-20T22:58:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:58:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:58:57.892Z||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. 2023-02-20T22:58:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:59:07.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:59:07.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T22:59:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:59:57.880Z||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. 2023-02-20T22:59:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T22:59:57.891Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T22:59:57.893Z||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. 2023-02-20T22:59:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:00:07.446Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:00:07.447Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:00:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:00:57.882Z||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. 2023-02-20T23:00:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:00:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:00:57.892Z||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. 2023-02-20T23:00:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:01:07.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:01:07.481Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:01:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:01:57.882Z||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. 2023-02-20T23:01:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:01:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:01:57.893Z||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. 2023-02-20T23:01:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:02:07.432Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:02:07.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:02:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:02:57.880Z||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. 2023-02-20T23:02:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:02:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:02:57.892Z||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. 2023-02-20T23:02:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:03:07.446Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:03:07.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:03:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:03:57.881Z||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. 2023-02-20T23:03:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:03:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:03:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T23:03:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:04:07.444Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:04:07.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:04:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:04:57.880Z||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. 2023-02-20T23:04:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:04:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:04:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T23:04:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:05:07.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:05:07.466Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:05:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:05:57.881Z||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. 2023-02-20T23:05:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:05:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:05:57.893Z||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. 2023-02-20T23:05:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:06:07.456Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:06:07.480Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:06:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:06:57.881Z||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. 2023-02-20T23:06:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:06:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:06:57.892Z||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. 2023-02-20T23:06:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:07:07.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:07:07.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:07:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:07:57.881Z||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. 2023-02-20T23:07:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:07:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:07:57.892Z||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. 2023-02-20T23:07:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:08:07.450Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:08:07.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:08:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:08:57.881Z||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. 2023-02-20T23:08:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:08:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:08:57.892Z||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. 2023-02-20T23:08:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:09:07.438Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:09:07.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:09:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:09:57.880Z||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. 2023-02-20T23:09:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:09:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:09:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:09:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:10:07.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:10:07.450Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:10:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:10:57.880Z||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. 2023-02-20T23:10:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:10:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:10:57.892Z||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. 2023-02-20T23:10:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:11:07.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:11:07.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:11:57.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:11:57.880Z||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. 2023-02-20T23:11:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:11:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:11:57.893Z||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. 2023-02-20T23:11:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:12:07.479Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:12:07.480Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:12:57.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:12:57.880Z||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. 2023-02-20T23:12:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:12:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:12:57.893Z||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. 2023-02-20T23:12:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:13:07.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:13:07.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:13:57.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:13:57.882Z||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. 2023-02-20T23:13:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:13:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:13:57.892Z||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. 2023-02-20T23:13:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:14:07.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:14:07.440Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:14:57.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:14:57.881Z||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. 2023-02-20T23:14:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:14:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:14:57.892Z||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. 2023-02-20T23:14:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:15:07.443Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:15:07.459Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:15:57.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:15:57.881Z||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. 2023-02-20T23:15:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:15:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:15:57.893Z||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. 2023-02-20T23:15:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:16:07.486Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:16:07.490Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:16:57.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:16:57.882Z||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. 2023-02-20T23:16:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:16:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:16:57.893Z||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. 2023-02-20T23:16:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:17:07.436Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:17:07.442Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:17:57.880Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:17:57.882Z||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. 2023-02-20T23:17:57.886Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:17:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:17:57.892Z||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. 2023-02-20T23:17:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:18:07.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:18:07.539Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:18:57.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:18:57.881Z||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. 2023-02-20T23:18:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:18:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:18:57.893Z||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. 2023-02-20T23:18:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:19:07.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:19:07.459Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:19:57.882Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:19:57.883Z||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. 2023-02-20T23:19:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:19:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:19:57.894Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:19:57.894Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:20:07.459Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:20:07.464Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:20:57.880Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:20:57.881Z||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. 2023-02-20T23:20:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:20:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:20:57.892Z||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. 2023-02-20T23:20:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:21:07.449Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:21:07.454Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:21:57.881Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:21:57.881Z||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. 2023-02-20T23:21:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:21:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:21:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T23:21:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:22:07.512Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:22:07.535Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:22:57.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:22:57.881Z||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. 2023-02-20T23:22:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:22:57.895Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:22:57.896Z||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. 2023-02-20T23:22:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:23:07.487Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:23:07.492Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:23:57.879Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:23:57.880Z||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. 2023-02-20T23:23:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:23:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:23:57.892Z||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. 2023-02-20T23:23:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:07.367Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:07.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-20T23:24:07.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"788b95b4-1ba5-448f-8c23-999a85f4471e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"958c4805-3341-4776-97f7-035c9a93b76f","serviceDescription":"service","serviceInvariantUUID":"2464a266-ed5b-4cce-99ad-e6cd5c75e072","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0768e52b-e58f-4291-9994-cd79b1734be0","resourceInvariantUUID":"71bed1c0-3865-457a-9c5d-376883f13e6b","resourceCustomizationUUID":"ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZDhlOGM5OTZjOTRhMTQ5ZjJhNmFlZThjN2U5YmE0YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7d1c7f7-0899-4d95-a940-f0200c6e78fe","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"OGMzNTdlYThhNTUyOWMxOWIyZjc3OTU3NzJjYjk5NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f029ceb4-cc8c-4975-982c-874cf24ac370","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7fd6697d-6c45-4460-b8ad-c22ba2af13cb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07ffc6d6-fb8b-4f9e-bd87-d7effc03080c","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5f26a704-f4e8-49f8-a67b-96e4629c0e44","artifactVersion":"2","generatedFromUUID":"3b7ad457-bcc6-450c-8582-497aa1a95270"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7257095f-3b3f-4737-a398-28af18021556","artifactVersion":"2","generatedFromUUID":"7fd6697d-6c45-4460-b8ad-c22ba2af13cb"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3b7ad457-bcc6-450c-8582-497aa1a95270","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"305760e1-4983-44bf-9b0d-760f2969e42d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZGMwOWExZTNlODY5MDdmZjA5ODAxODQ2NTAzZGExZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7264133f-f93b-4b00-985c-01d460bab268","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Mjk0NjczNjRiMGZmNzAzZWI1MmRhMzlmMWIwNmQwYjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d96cdd5-bc8d-4766-9596-892dc9c095b6","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-20T23:24:07.373Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:07.374Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:07.378Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:07.379Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:07.459Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:07.478Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T23:24:07.480Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:07.480Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:07.519Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:07.519Z||pool-89-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":11,"count":1} 2023-02-20T23:24:08.380Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:08.381Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:08.385Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:08.386Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-20T23:24:08.485Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T23:24:08.486Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:08.487Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:08.500Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:08.501Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:09.386Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:09.388Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:09.393Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:09.393Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-20T23:24:09.493Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T23:24:09.494Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:09.495Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:09.517Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:09.518Z||pool-91-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:10.394Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:10.396Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:10.399Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:10.399Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:10.499Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:10.500Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:10.501Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:10.514Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:10.516Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:11.400Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:11.402Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:11.405Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:11.406Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-20T23:24:11.506Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:11.507Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:11.507Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:11.521Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:11.522Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:12.406Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:12.407Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:12.409Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:12.409Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-20T23:24:12.510Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:12.511Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:12.511Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:12.532Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:12.533Z||pool-94-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:13.410Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:13.411Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:13.414Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:13.414Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-20T23:24:13.514Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:13.515Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:13.515Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:13.538Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:13.539Z||pool-95-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:14.414Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:14.415Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:14.417Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:14.417Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:14.518Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-20T23:24:14.519Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:14.519Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:14.532Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:14.533Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:24:15.418Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:15.419Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:15.422Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:15.422Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:15.523Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T23:24:15.524Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:15.526Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:15.547Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:15.548Z||pool-97-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:24:16.423Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:24:16.424Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:16.426Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:16.426Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:16.527Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:16.528Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:16.528Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:16.540Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:16.541Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:17.428Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "958c4805-3341-4776-97f7-035c9a93b76f", "serviceDescription": "service", "serviceInvariantUUID": "2464a266-ed5b-4cce-99ad-e6cd5c75e072", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0768e52b-e58f-4291-9994-cd79b1734be0", "resourceInvariantUUID": "71bed1c0-3865-457a-9c5d-376883f13e6b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "OGMzNTdlYThhNTUyOWMxOWIyZjc3OTU3NzJjYjk5NjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f029ceb4-cc8c-4975-982c-874cf24ac370", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7fd6697d-6c45-4460-b8ad-c22ba2af13cb", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7257095f-3b3f-4737-a398-28af18021556", "generatedFromUUID": "7fd6697d-6c45-4460-b8ad-c22ba2af13cb" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5f26a704-f4e8-49f8-a67b-96e4629c0e44", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7257095f-3b3f-4737-a398-28af18021556", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3b7ad457-bcc6-450c-8582-497aa1a95270", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "Mjk0NjczNjRiMGZmNzAzZWI1MmRhMzlmMWIwNmQwYjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6d96cdd5-bc8d-4766-9596-892dc9c095b6" } ], "workloadContext": "Production" } 2023-02-20T23:24:17.428Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-20T23:24:17.429Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 958c4805-3341-4776-97f7-035c9a93b76f ASDC 2023-02-20T23:24:17.431Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:788b95b4-1ba5-448f-8c23-999a85f4471e ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:958c4805-3341-4776-97f7-035c9a93b76f ServiceInvariantUUID:2464a266-ed5b-4cce-99ad-e6cd5c75e072 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:6d96cdd5-bc8d-4766-9596-892dc9c095b6 ArtifactChecksum:Mjk0NjczNjRiMGZmNzAzZWI1MmRhMzlmMWIwNmQwYjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7 ResourceInvariantUUID:71bed1c0-3865-457a-9c5d-376883f13e6b ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:0768e52b-e58f-4291-9994-cd79b1734be0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:f029ceb4-cc8c-4975-982c-874cf24ac370 ArtifactChecksum:OGMzNTdlYThhNTUyOWMxOWIyZjc3OTU3NzJjYjk5NjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:7fd6697d-6c45-4460-b8ad-c22ba2af13cb ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:7257095f-3b3f-4737-a398-28af18021556 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:5f26a704-f4e8-49f8-a67b-96e4629c0e44 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:7257095f-3b3f-4737-a398-28af18021556 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:3b7ad457-bcc6-450c-8582-497aa1a95270 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-20T23:24:17.431Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 958c4805-3341-4776-97f7-035c9a93b76f 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 (?, ?, ?, ?, ?) 2023-02-20T23:24:17.492Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T23:24:17.493Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-20T23:24:17.494Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-20T23:24:17.494Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6d96cdd5-bc8d-4766-9596-892dc9c095b6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:17.494Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:24:17.494Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:17.684Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:24:17.697Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6d96cdd5-bc8d-4766-9596-892dc9c095b6 162977 2023-02-20T23:24:17.698Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-20T23:24:17.698Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:17.698Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:24:17.699Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:17.702Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:17.702Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935457698, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:17.803Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:17.803Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:17.804Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:17.824Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:17.825Z||pool-99-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:18.703Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T23:24:18.704Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-20T23:24:18.705Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6d96cdd5-bc8d-4766-9596-892dc9c095b6, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:18.705Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-02-20T23:24:18.706Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:18.706Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:18.929Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1820185880851635327/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-02-20T23:24:20.614Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-20T23:24:20.615Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-20T23:24:20.615Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:20.615Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-02-20T23:24:20.615Z|788b95b4-1ba5-448f-8c23-999a85f4471e|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-BasicCnfMacro-csar.csar 2023-02-20T23:24:20.616Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:20.616Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:20.616Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:20.616Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-20T23:24:20.616Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.617Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:20.617Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-20T23:24:20.618Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-20T23:24:20.618Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T23:24:20.618Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.618Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:20.619Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-20T23:24:20.619Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-20T23:24:20.619Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T23:24:20.619Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.620Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:20.620Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.620Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-20T23:24:20.621Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-02-20T23:24:20.621Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-02-20T23:24:20.621Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-20T23:24:20.621Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.621Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T23:24:20.622Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.622Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-20T23:24:20.622Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:24:20.622Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.623Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-20T23:24:20.623Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:24:20.623Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.623Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-20T23:24:20.624Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:24:20.624Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.624Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-20T23:24:20.624Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:24:20.625Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.625Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-02-20T23:24:20.625Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-02-20T23:24:20.625Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=732ac22f-a2ea-4644-8f2c-8897c0320b07 2023-02-20T23:24:20.626Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.626Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:20.626Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.626Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:20.626Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.627Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:20.627Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:20.627Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:20.627Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:958c4805-3341-4776-97f7-035c9a93b76f Model Version:NULL Model InvariantUuid:2464a266-ed5b-4cce-99ad-e6cd5c75e072 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:0b966a1a-0162-4a4c-871e-4932181e16c9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:71bed1c0-3865-457a-9c5d-376883f13e6b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2de11a67-1d48-4915-8d98-7cc58460e832 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:ed384995-b5d9-4e23-b043-0ef8026f12a4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:d852b306-9671-4752-bc87-f2a145ce45a5 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:62a38c36-94fb-4f17-ab38-9c58229a186f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:732ac22f-a2ea-4644-8f2c-8897c0320b07 ModelInvariantUuid:c6af99c4-e399-431a-8d27-077b6df9d2b5 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:e4de9227-8c60-4948-8f22-4dedf57cec3a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:6df19b77-22c5-421f-a4f3-1e6e495ca5fa ModelInvariantUuid:77b1a28d-f870-45ba-a05a-54596186e053 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:4c4625bb-2276-46f5-bc21-cf4b8deb52c2 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=? 2023-02-20T23:24:20.646Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0768e52b-e58f-4291-9994-cd79b1734be0 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=? 2023-02-20T23:24:20.652Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2023-02-20T23:24:20.652Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0768e52b-e58f-4291-9994-cd79b1734be0 2023-02-20T23:24:20.653Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f029ceb4-cc8c-4975-982c-874cf24ac370 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-20T23:24:20.653Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:24:20.653Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-20T23:24:20.843Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:24:20.843Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f029ceb4-cc8c-4975-982c-874cf24ac370 1565 2023-02-20T23:24:20.844Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-20T23:24:20.844Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-20T23:24:20.844Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:24:20.844Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:20.846Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:20.847Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935460844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:20.947Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:20.949Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:20.949Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:20.963Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:20.964Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:21.848Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d852b306-9671-4752-bc87-f2a145ce45a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "62a38c36-94fb-4f17-ab38-9c58229a186f", "vfModuleModelCustomizationUUID": "ce9fe078-b7af-49d9-a805-e4e3cf9cf74f", "isBase": true, "artifacts": [ "7fd6697d-6c45-4460-b8ad-c22ba2af13cb", "7257095f-3b3f-4737-a398-28af18021556" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "2de11a67-1d48-4915-8d98-7cc58460e832", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ed384995-b5d9-4e23-b043-0ef8026f12a4", "vfModuleModelCustomizationUUID": "0fd0b9c8-d3a8-412b-bfd8-aad06d2b59f7", "isBase": false, "artifacts": [ "3b7ad457-bcc6-450c-8582-497aa1a95270" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-20T23:24:21.854Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:62a38c36-94fb-4f17-ab38-9c58229a186f VfModuleModelInvariantUUID:d852b306-9671-4752-bc87-f2a145ce45a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fd6697d-6c45-4460-b8ad-c22ba2af13cb , 7257095f-3b3f-4737-a398-28af18021556 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:ed384995-b5d9-4e23-b043-0ef8026f12a4 VfModuleModelInvariantUUID:2de11a67-1d48-4915-8d98-7cc58460e832 VfModuleModelDescription:NULL Artifacts UUID List:{ 3b7ad457-bcc6-450c-8582-497aa1a95270 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-02-20T23:24:21.859Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "d852b306-9671-4752-bc87-f2a145ce45a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "62a38c36-94fb-4f17-ab38-9c58229a186f", "vfModuleModelCustomizationUUID": "ce9fe078-b7af-49d9-a805-e4e3cf9cf74f", "isBase": true, "artifacts": [ "7fd6697d-6c45-4460-b8ad-c22ba2af13cb", "7257095f-3b3f-4737-a398-28af18021556" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "2de11a67-1d48-4915-8d98-7cc58460e832", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ed384995-b5d9-4e23-b043-0ef8026f12a4", "vfModuleModelCustomizationUUID": "0fd0b9c8-d3a8-412b-bfd8-aad06d2b59f7", "isBase": false, "artifacts": [ "3b7ad457-bcc6-450c-8582-497aa1a95270" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-20T23:24:21.859Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:62a38c36-94fb-4f17-ab38-9c58229a186f VfModuleModelInvariantUUID:d852b306-9671-4752-bc87-f2a145ce45a5 VfModuleModelDescription:NULL Artifacts UUID List:{ 7fd6697d-6c45-4460-b8ad-c22ba2af13cb , 7257095f-3b3f-4737-a398-28af18021556 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore 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 , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:ed384995-b5d9-4e23-b043-0ef8026f12a4 VfModuleModelInvariantUUID:2de11a67-1d48-4915-8d98-7cc58460e832 VfModuleModelDescription:NULL Artifacts UUID List:{ 3b7ad457-bcc6-450c-8582-497aa1a95270 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-02-20T23:24:21.859Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7fd6697d-6c45-4460-b8ad-c22ba2af13cb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-20T23:24:21.860Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:24:21.860Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-20T23:24:22.024Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:24:22.024Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7fd6697d-6c45-4460-b8ad-c22ba2af13cb 914 2023-02-20T23:24:22.025Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-20T23:24:22.025Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-20T23:24:22.025Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:24:22.026Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:22.028Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:22.028Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935462025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:22.128Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:22.129Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:22.129Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:22.140Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:22.140Z||pool-101-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:24:23.029Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5f26a704-f4e8-49f8-a67b-96e4629c0e44 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-20T23:24:23.030Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:24:23.030Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-20T23:24:23.116Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:24:23.117Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5f26a704-f4e8-49f8-a67b-96e4629c0e44 12 2023-02-20T23:24:23.118Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-20T23:24:23.118Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-02-20T23:24:23.118Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:24:23.118Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:23.121Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:23.121Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935463118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:23.222Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-20T23:24:23.223Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:23.223Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:23.235Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:23.236Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:24.122Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7257095f-3b3f-4737-a398-28af18021556 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-20T23:24:24.123Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:24:24.123Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-20T23:24:24.177Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:24:24.178Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7257095f-3b3f-4737-a398-28af18021556 96 2023-02-20T23:24:24.178Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-20T23:24:24.179Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-20T23:24:24.179Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:24:24.179Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:24.181Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:24.181Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935464178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:24.281Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:24.283Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:24.283Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:24.299Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:24.299Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:25.182Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b7ad457-bcc6-450c-8582-497aa1a95270 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-20T23:24:25.182Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:24:25.183Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-20T23:24:25.292Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:24:25.294Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 3b7ad457-bcc6-450c-8582-497aa1a95270 20206 2023-02-20T23:24:25.294Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-20T23:24:25.294Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-02-20T23:24:25.295Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:24:25.295Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:25.297Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:25.297Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935465294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:25.398Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:25.399Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:25.399Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:25.414Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:25.415Z||pool-104-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:24:26.335Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 958c4805-3341-4776-97f7-035c9a93b76f 2023-02-20T23:24:26.335Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0768e52b-e58f-4291-9994-cd79b1734be0 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 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=? 2023-02-20T23:24:26.346Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@329caa81, org.onap.sdc.toscaparser.api.parameters.Input@6c4a2b4, org.onap.sdc.toscaparser.api.parameters.Input@42fc821a, org.onap.sdc.toscaparser.api.parameters.Input@6f6cf08e, org.onap.sdc.toscaparser.api.parameters.Input@38f39740] 2023-02-20T23:24:26.348Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.348Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:26.348Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-02-20T23:24:26.349Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7 2023-02-20T23:24:26.349Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7 matches Tosca VF Customization UUID: ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7 2023-02-20T23:24:26.349Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7 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=? 2023-02-20T23:24:26.352Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.352Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:26.353Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-02-20T23:24:26.353Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@352b8167 2023-02-20T23:24:26.353Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.353Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T23:24:26.353Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fd0b9c8-d3a8-412b-bfd8-aad06d2b59f7 2023-02-20T23:24:26.353Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fd0b9c8-d3a8-412b-bfd8-aad06d2b59f7 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=? 2023-02-20T23:24:26.356Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.356Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-20T23:24:26.356Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:24:26.357Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.357Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-20T23:24:26.357Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:24:26.357Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.357Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-02-20T23:24:26.358Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ead9df44-cdd7-42c7-abb3-dfc53f1ff8f7 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=? 2023-02-20T23:24:26.360Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.360Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:26.360Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 958c4805-3341-4776-97f7-035c9a93b76f: basic_cnf_macro 2023-02-20T23:24:26.360Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.360Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:26.360Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.361Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:26.361Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.361Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:26.361Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.361Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:26.361Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:24:26.362Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:24:26.362Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, 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 (?, ?, ?, ?, ?) 2023-02-20T23:24:26.456Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0768e52b-e58f-4291-9994-cd79b1734be0 2 ASDC deployResourceStructure 2023-02-20T23:24:26.456Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-02-20T23:24:26.457Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-02-20T23:24:26.457Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T23:24:26.457Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:26.459Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:26.459Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935466456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T23:24:26.562Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2023-02-20T23:24:26.562Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:26.562Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:26.581Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:26.582Z||pool-105-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:27.460Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-02-20T23:24:27.461Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-02-20T23:24:27.461Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T23:24:27.461Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:27.463Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:27.463Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935467460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-20T23:24:27.563Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:27.565Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:27.565Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:27.578Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:27.579Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:28.466Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-02-20T23:24:28.467Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-02-20T23:24:28.467Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-20T23:24:28.467Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:28.469Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:28.470Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935468464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-20T23:24:28.570Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:28.571Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:28.572Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:28.589Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:28.590Z||pool-107-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:29.471Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-02-20T23:24:29.472Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-02-20T23:24:29.472Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T23:24:29.472Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:29.474Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:29.475Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935469471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-20T23:24:29.575Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:29.576Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:29.576Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:29.590Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:29.590Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:24:30.476Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-02-20T23:24:30.476Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-02-20T23:24:30.476Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-02-20T23:24:30.477Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:30.481Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:30.481Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935470476, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-20T23:24:30.582Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:24:30.583Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:30.583Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:30.605Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:30.606Z||pool-109-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:24:31.483Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-02-20T23:24:31.484Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-02-20T23:24:31.484Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T23:24:31.485Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:24:31.488Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:24:31.489Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935471483, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:24:31.588Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T23:24:31.589Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:24:31.589Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:31.603Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:31.604Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:24:32.490Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 788b95b4-1ba5-448f-8c23-999a85f4471e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T23:24:32.508Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 788b95b4-1ba5-448f-8c23-999a85f4471e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T23:24:32.511Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T23:24:32.512Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T23:24:32.512Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T23:24:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:24:57.894Z||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. 2023-02-20T23:24:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:24:58.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:24:58.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-20T23:24:58.568Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.568Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.568Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.569Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.569Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-20T23:24:58.569Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.570Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.570Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-20T23:24:58.576Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-02-20T23:24:58.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-02-20T23:24:58.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.587Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-02-20T23:24:58.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935437879, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:58.589Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.589Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.589Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "ves-openapi-manager", "timestamp": 1676935446117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.593Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.594Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.594Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.595Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.595Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-02-20T23:24:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935448593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:58.596Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.596Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935457698, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.597Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935459460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.599Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.599Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935449994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:58.599Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.600Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935460844, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.600Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.600Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.600Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935460867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.601Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.601Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.601Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "cds", "timestamp": 1676935462164, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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=? 2023-02-20T23:24:58.648Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 788b95b4-1ba5-448f-8c23-999a85f4471e 2023-02-20T23:24:58.648Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788b95b4-1ba5-448f-8c23-999a85f4471e 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 (?, ?, ?, ?, ?) 2023-02-20T23:24:58.680Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.681Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.682Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935462025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.682Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.682Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935461964, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.682Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935452737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:58.683Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.683Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935463118, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.683Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.683Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.684Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935463032, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.693Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935463593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.694Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935463606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.694Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.694Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.694Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935464178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935464127, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "ves-openapi-manager", "timestamp": 1676935466117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935463593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.695Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935465294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.696Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "ves-openapi-manager", "timestamp": 1676935466117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.696Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.696Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.696Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935465224, "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=? 2023-02-20T23:24:58.720Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 788b95b4-1ba5-448f-8c23-999a85f4471e 2023-02-20T23:24:58.721Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788b95b4-1ba5-448f-8c23-999a85f4471e 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 (?, ?, ?, ?, ?) 2023-02-20T23:24:58.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935463593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935466456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T23:24:58.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "ves-openapi-manager", "timestamp": 1676935466117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935466229, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T23:24:58.780Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935463593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935467460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-02-20T23:24:58.783Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.786Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.786Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "ves-openapi-manager", "timestamp": 1676935466117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.787Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.787Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.787Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935463593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.788Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.789Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935468464, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-20T23:24:58.791Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "ves-openapi-manager", "timestamp": 1676935466117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935463593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.794Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935469471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-02-20T23:24:58.807Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "ves-openapi-manager", "timestamp": 1676935466117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935463593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935470476, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-02-20T23:24:58.810Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "ves-openapi-manager", "timestamp": 1676935466117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935463593, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:58.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935469994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935471483, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:24:58.814Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "ves-openapi-manager", "timestamp": 1676935466117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935472565, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.816Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935469994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-20T23:24:58.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.816Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.816Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935469994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-20T23:24:58.818Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935472812, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:24:58.818Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.818Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.818Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "cds", "timestamp": 1676935473896, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-20T23:24:58.875Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e 2023-02-20T23:24:58.875Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e 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 (?, ?, ?, ?, ?) 2023-02-20T23:24:58.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935469994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "aai-ml", "timestamp": 1676935473818, "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=? 2023-02-20T23:24:58.898Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 788b95b4-1ba5-448f-8c23-999a85f4471e 2023-02-20T23:24:58.898Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788b95b4-1ba5-448f-8c23-999a85f4471e 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 (?, ?, ?, ?, ?) 2023-02-20T23:24:58.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935469994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-20T23:24:58.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935469994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:58.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935469994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935477310, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935469994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935478832, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935479915, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:24:58.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935479926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.930Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935480920, "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=? 2023-02-20T23:24:58.939Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 788b95b4-1ba5-448f-8c23-999a85f4471e 2023-02-20T23:24:58.940Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 788b95b4-1ba5-448f-8c23-999a85f4471e 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 (?, ?, ?, ?, ?) 2023-02-20T23:24:58.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.975Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935481007, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:58.975Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:58.975Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:58.976Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:58.976Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:58.976Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935482051, "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=? 2023-02-20T23:24:58.990Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e 2023-02-20T23:24:58.990Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e 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 (?, ?, ?, ?, ?) 2023-02-20T23:24:59.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "multicloud-k8s-id", "timestamp": 1676935483058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T23:24:59.017Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:59.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935482737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935482737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935482737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935482737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935482737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935482737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.020Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935466427, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:59.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935482737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:24:59.021Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935490052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:59.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:59.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935482737, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:24:59.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-02-20T23:24:59.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935491557, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:24:59.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:59.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935492562, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:24:59.023Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:24:59.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-02-20T23:24:59.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935493566, "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=? 2023-02-20T23:24:59.030Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e 2023-02-20T23:24:59.030Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e 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 (?, ?, ?, ?, ?) 2023-02-20T23:25:02.513Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 788b95b4-1ba5-448f-8c23-999a85f4471e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T23:25:02.536Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 788b95b4-1ba5-448f-8c23-999a85f4471e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T23:25:02.540Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T23:25:02.540Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T23:25:02.540Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-20T23:25:02.541Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-20T23:25:02.541Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:25:02.541Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:25:02.541Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:25:02.541Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:25:02.541Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:25:02.542Z|788b95b4-1ba5-448f-8c23-999a85f4471e|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=? 2023-02-20T23:25:02.547Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-20T23:25:32.547Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 788b95b4-1ba5-448f-8c23-999a85f4471e 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=? 2023-02-20T23:25:32.561Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 788b95b4-1ba5-448f-8c23-999a85f4471e and serviceModelVersionId: 958c4805-3341-4776-97f7-035c9a93b76f 2023-02-20T23:25:32.561Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2464a266-ed5b-4cce-99ad-e6cd5c75e072 2023-02-20T23:25:32.562Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2464a266-ed5b-4cce-99ad-e6cd5c75e072/model-vers/model-ver/958c4805-3341-4776-97f7-035c9a93b76f?depth=0 2023-02-20T23:25:32.580Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-02-20T23:25:32.667Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2464a266-ed5b-4cce-99ad-e6cd5c75e072/model-vers/model-ver/958c4805-3341-4776-97f7-035c9a93b76f?depth=0|INFO|500||Invoke 2023-02-20T23:25:32.668Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2464a266-ed5b-4cce-99ad-e6cd5c75e072/model-vers/model-ver/958c4805-3341-4776-97f7-035c9a93b76f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2464a266-ed5b-4cce-99ad-e6cd5c75e072/model-vers/model-ver/958c4805-3341-4776-97f7-035c9a93b76f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[788b95b4-1ba5-448f-8c23-999a85f4471e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c5d4ad0-8642-4dd1-8504-8354be81c7af], X-ECOMP-RequestID=[788b95b4-1ba5-448f-8c23-999a85f4471e], X-TransactionId=[], X-ONAP-RequestID=[788b95b4-1ba5-448f-8c23-999a85f4471e], Content-Type=[application/merge-patch+json]} 2023-02-20T23:25:32.713Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2464a266-ed5b-4cce-99ad-e6cd5c75e072/model-vers/model-ver/958c4805-3341-4776-97f7-035c9a93b76f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-20T23:25:32.839Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2464a266-ed5b-4cce-99ad-e6cd5c75e072/model-vers/model-ver/958c4805-3341-4776-97f7-035c9a93b76f?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/2464a266-ed5b-4cce-99ad-e6cd5c75e072/model-vers/model-ver/958c4805-3341-4776-97f7-035c9a93b76f?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 23:25:35 GMT], content-length=[0], vertex-id=[249984], x-aai-txid=[0-aai-resources-230220-23:25:35:019-97665], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-20T23:25:32.839Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2464a266-ed5b-4cce-99ad-e6cd5c75e072/model-vers/model-ver/958c4805-3341-4776-97f7-035c9a93b76f?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-20T23:25:32.842Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2464a266-ed5b-4cce-99ad-e6cd5c75e072/model-vers/model-ver/958c4805-3341-4776-97f7-035c9a93b76f?depth=0|INFO|500||InvokeReturn 2023-02-20T23:25:32.842Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-20T23:25:32.843Z|788b95b4-1ba5-448f-8c23-999a85f4471e|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=? 2023-02-20T23:25:32.847Z|788b95b4-1ba5-448f-8c23-999a85f4471e|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) 2023-02-20T23:25:32.847Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 788b95b4-1ba5-448f-8c23-999a85f4471e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-20T23:25:32.848Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-20T23:25:32.848Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:32.851Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:32.851Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935532848, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T23:25:32.951Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:32.952Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:32.953Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:32.974Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:32.975Z||pool-111-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2023-02-20T23:25:34.156Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:25:34.157Z|788b95b4-1ba5-448f-8c23-999a85f4471e|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. 2023-02-20T23:25:34.157Z|788b95b4-1ba5-448f-8c23-999a85f4471e|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:34.791Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:34.792Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-20T23:25:34.792Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1aed3b86-6e7f-4570-ba2f-7a9b02454b0e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9783edb5-5075-413b-aba1-7c90d82048a1","serviceDescription":"service","serviceInvariantUUID":"de8fd3c9-0443-466c-b05c-28c211e30bcf","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"31e0f6f8-39f4-4743-aa46-d67f04dd9010","resourceInvariantUUID":"87e7f541-8c7b-42c4-bedb-08f7efa2e759","resourceCustomizationUUID":"5849ac79-b538-4dfc-bb40-5529b4b90d24","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml","artifactChecksum":"YTg5MGI5MjZkYWQwYmU1YmE2OTcyMzU4NWRkMTFjNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3ca0251d-9246-40a5-ae24-d1f6a3353895","artifactVersion":"1"},{"artifactName":"basic_vm_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json","artifactChecksum":"ODBjYjBiMTFkNGM3ZWMwNWI5ZjA0M2FhY2JjOGZhODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"19c6b502-c047-406e-8e57-916f70fcf371","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9f65d7e4-b8d6-4be2-a067-571046e0b543","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"OWU2MDAzY2U5YmM3Y2I4NzM1MjdlMzY3NjE0N2IyYmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fc6a800d-8cc2-4b84-82ba-a3556c72901c","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7ac9969e-ee00-483b-be35-a7df3c9cf772","artifactVersion":"2","generatedFromUUID":"9f65d7e4-b8d6-4be2-a067-571046e0b543"},{"artifactName":"BASIC_VM_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip","artifactChecksum":"MjcxNjU3OTc5MzIxN2ViZWY4NGQ5N2M5ODIwMTkyOTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"55c581a0-60b9-4763-a919-f55d09b6c32c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVmMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml","artifactChecksum":"MzM1NjgwYzBlOGI3YWQzNWIxNTJmZmRhZTM1NmJiY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c324d65d-f3aa-4243-94f3-5cc65a02bfb7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjIzODgxODRhMzg0N2VjY2YzZTg1YTUzNmUwOTA2Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bf449481-a4c6-416d-ac8e-5dea658ad357","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-20T23:25:34.796Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:25:34.796Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:34.799Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:34.799Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:34.900Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T23:25:34.901Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:34.901Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:34.926Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:34.927Z||pool-112-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:35.800Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:25:35.801Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:35.803Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:35.803Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-20T23:25:35.904Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-20T23:25:35.905Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:35.905Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:35.917Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:35.917Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:25:36.804Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:25:36.805Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:36.806Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:36.807Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-20T23:25:36.907Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:36.908Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:36.908Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:36.921Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:36.922Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:25:37.808Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:25:37.816Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:37.819Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:37.819Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:37.919Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:37.921Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:37.921Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:37.933Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:37.934Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:38.820Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:25:38.824Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:38.826Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:38.827Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-20T23:25:38.927Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:38.928Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:38.928Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:38.949Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:38.949Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:25:39.827Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:25:39.829Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:39.831Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:39.831Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:39.931Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:39.932Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:39.932Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:39.947Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:39.948Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:40.838Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:25:40.839Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:40.842Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:40.842Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:40.943Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:40.944Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:40.944Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:40.961Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:40.962Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:41.843Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:25:41.844Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:41.847Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:41.847Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:25:41.953Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2023-02-20T23:25:41.954Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:41.954Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:41.967Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:41.967Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:25:42.848Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "9783edb5-5075-413b-aba1-7c90d82048a1", "serviceDescription": "service", "serviceInvariantUUID": "de8fd3c9-0443-466c-b05c-28c211e30bcf", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "5849ac79-b538-4dfc-bb40-5529b4b90d24", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "31e0f6f8-39f4-4743-aa46-d67f04dd9010", "resourceInvariantUUID": "87e7f541-8c7b-42c4-bedb-08f7efa2e759", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_vm_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "artifactChecksum": "ODBjYjBiMTFkNGM3ZWMwNWI5ZjA0M2FhY2JjOGZhODc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "19c6b502-c047-406e-8e57-916f70fcf371", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9f65d7e4-b8d6-4be2-a067-571046e0b543", "generatedArtifact": { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7ac9969e-ee00-483b-be35-a7df3c9cf772", "generatedFromUUID": "9f65d7e4-b8d6-4be2-a067-571046e0b543" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu20.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7ac9969e-ee00-483b-be35-a7df3c9cf772", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MjIzODgxODRhMzg0N2VjY2YzZTg1YTUzNmUwOTA2Y2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bf449481-a4c6-416d-ac8e-5dea658ad357" } ], "workloadContext": "Production" } 2023-02-20T23:25:42.849Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-20T23:25:42.850Z|788b95b4-1ba5-448f-8c23-999a85f4471e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9783edb5-5075-413b-aba1-7c90d82048a1 ASDC 2023-02-20T23:25:42.850Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:1aed3b86-6e7f-4570-ba2f-7a9b02454b0e ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:9783edb5-5075-413b-aba1-7c90d82048a1 ServiceInvariantUUID:de8fd3c9-0443-466c-b05c-28c211e30bcf ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicVmMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ArtifactUUID:bf449481-a4c6-416d-ac8e-5dea658ad357 ArtifactChecksum:MjIzODgxODRhMzg0N2VjY2YzZTg1YTUzNmUwOTA2Y2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:5849ac79-b538-4dfc-bb40-5529b4b90d24 ResourceInvariantUUID:87e7f541-8c7b-42c4-bedb-08f7efa2e759 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:31e0f6f8-39f4-4743-aa46-d67f04dd9010 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_vm_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ArtifactUUID:19c6b502-c047-406e-8e57-916f70fcf371 ArtifactChecksum:ODBjYjBiMTFkNGM3ZWMwNWI5ZjA0M2FhY2JjOGZhODc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ArtifactUUID:9f65d7e4-b8d6-4be2-a067-571046e0b543 ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:7ac9969e-ee00-483b-be35-a7df3c9cf772 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu20.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ArtifactUUID:7ac9969e-ee00-483b-be35-a7df3c9cf772 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-02-20T23:25:42.850Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9783edb5-5075-413b-aba1-7c90d82048a1 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=? 2023-02-20T23:25:42.898Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T23:25:42.902Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-20T23:25:42.902Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-20T23:25:42.903Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bf449481-a4c6-416d-ac8e-5dea658ad357 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-20T23:25:42.903Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:25:42.904Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-20T23:25:42.986Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:25:43.010Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar bf449481-a4c6-416d-ac8e-5dea658ad357 82630 2023-02-20T23:25:43.011Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-20T23:25:43.011Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-20T23:25:43.011Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:25:43.012Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:43.014Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:43.015Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935543011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:43.115Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:43.116Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:43.116Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:43.136Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:43.137Z||pool-120-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:44.019Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T23:25:44.020Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-20T23:25:44.021Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: bf449481-a4c6-416d-ac8e-5dea658ad357, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-20T23:25:44.021Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-02-20T23:25:44.021Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-20T23:25:44.023Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-20T23:25:44.202Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12417090163755079081/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-02-20T23:25:45.677Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-20T23:25:45.678Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-20T23:25:45.678Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-20T23:25:45.678Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-20T23:25:45.679Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-20T23:25:45.679Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|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-BasicVmMacro-csar.csar 2023-02-20T23:25:45.679Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-20T23:25:45.679Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|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-BasicVmMacro-csar.csar 2023-02-20T23:25:45.680Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|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-BasicVmMacro-csar.csar 2023-02-20T23:25:45.680Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|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-BasicVmMacro-csar.csar 2023-02-20T23:25:45.680Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-02-20T23:25:45.680Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-20T23:25:45.680Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.681Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:45.681Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-20T23:25:45.681Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-20T23:25:45.681Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T23:25:45.682Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.682Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:45.682Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-20T23:25:45.682Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-20T23:25:45.682Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T23:25:45.683Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.683Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:45.683Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.683Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-20T23:25:45.684Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-02-20T23:25:45.684Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-02-20T23:25:45.684Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-02-20T23:25:45.684Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-20T23:25:45.684Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-02-20T23:25:45.685Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.685Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T23:25:45.685Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.685Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-20T23:25:45.685Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:25:45.686Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.686Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-20T23:25:45.686Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:25:45.686Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.687Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-20T23:25:45.687Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:25:45.687Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.687Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-20T23:25:45.688Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-20T23:25:45.688Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-20T23:25:45.688Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aabdbf44-583f-40c4-9f23-59af9aeac461 2023-02-20T23:25:45.688Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.689Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:45.689Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.689Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:45.689Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.690Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:45.690Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:45.690Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:45.690Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:9783edb5-5075-413b-aba1-7c90d82048a1 Model Version:NULL Model InvariantUuid:de8fd3c9-0443-466c-b05c-28c211e30bcf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:8cbbef3d-ba4e-4bc5-84a5-ed7a1f2d81df Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:87e7f541-8c7b-42c4-bedb-08f7efa2e759 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5849ac79-b538-4dfc-bb40-5529b4b90d24 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:217d9240-87a4-463e-ab7d-affa44a80f1d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:1c97428b-90c9-442b-ab7a-307bea8c7db5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:aabdbf44-583f-40c4-9f23-59af9aeac461 ModelInvariantUuid:4b61b068-4a1c-4195-9739-f8aaeaebfe29 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:b3ea9fb3-766f-4c58-90b4-21ffb8e148f6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:bb5d5b28-a1cd-4076-826e-d8815b04d8cf ModelInvariantUuid:fd89cfe2-bcfe-42d2-953d-7df81195fc78 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:d6119355-7882-483a-b3d1-fb901a537281 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=? 2023-02-20T23:25:45.715Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 31e0f6f8-39f4-4743-aa46-d67f04dd9010 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=? 2023-02-20T23:25:45.719Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||basic_vm_macro 0 2023-02-20T23:25:45.719Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 31e0f6f8-39f4-4743-aa46-d67f04dd9010 2023-02-20T23:25:45.719Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 19c6b502-c047-406e-8e57-916f70fcf371 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-20T23:25:45.719Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:25:45.719Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-20T23:25:45.777Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:25:45.778Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 19c6b502-c047-406e-8e57-916f70fcf371 792 2023-02-20T23:25:45.778Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-20T23:25:45.778Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-20T23:25:45.778Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:25:45.779Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:45.781Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:45.781Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935545778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:45.882Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:45.883Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:45.883Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:45.898Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:45.899Z||pool-121-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:46.783Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "217d9240-87a4-463e-ab7d-affa44a80f1d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c97428b-90c9-442b-ab7a-307bea8c7db5", "vfModuleModelCustomizationUUID": "cf83b607-2050-42ec-9895-01d848dbf24d", "isBase": true, "artifacts": [ "9f65d7e4-b8d6-4be2-a067-571046e0b543", "7ac9969e-ee00-483b-be35-a7df3c9cf772" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-20T23:25:46.787Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1c97428b-90c9-442b-ab7a-307bea8c7db5 VfModuleModelInvariantUUID:217d9240-87a4-463e-ab7d-affa44a80f1d VfModuleModelDescription:NULL Artifacts UUID List:{ 9f65d7e4-b8d6-4be2-a067-571046e0b543 , 7ac9969e-ee00-483b-be35-a7df3c9cf772 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-20T23:25:46.791Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "217d9240-87a4-463e-ab7d-affa44a80f1d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c97428b-90c9-442b-ab7a-307bea8c7db5", "vfModuleModelCustomizationUUID": "cf83b607-2050-42ec-9895-01d848dbf24d", "isBase": true, "artifacts": [ "9f65d7e4-b8d6-4be2-a067-571046e0b543", "7ac9969e-ee00-483b-be35-a7df3c9cf772" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2023-02-20T23:25:46.791Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1c97428b-90c9-442b-ab7a-307bea8c7db5 VfModuleModelInvariantUUID:217d9240-87a4-463e-ab7d-affa44a80f1d VfModuleModelDescription:NULL Artifacts UUID List:{ 9f65d7e4-b8d6-4be2-a067-571046e0b543 , 7ac9969e-ee00-483b-be35-a7df3c9cf772 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2023-02-20T23:25:46.791Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9f65d7e4-b8d6-4be2-a067-571046e0b543 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-20T23:25:46.792Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:25:46.792Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-20T23:25:46.846Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:25:46.846Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 9f65d7e4-b8d6-4be2-a067-571046e0b543 5033 2023-02-20T23:25:46.847Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-20T23:25:46.847Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-20T23:25:46.847Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:25:46.847Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:46.850Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:46.850Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935546846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:46.950Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:46.951Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:46.951Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:46.965Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:46.966Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:25:47.853Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7ac9969e-ee00-483b-be35-a7df3c9cf772 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-20T23:25:47.853Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:25:47.854Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-20T23:25:47.941Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:25:47.941Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7ac9969e-ee00-483b-be35-a7df3c9cf772 903 2023-02-20T23:25:47.942Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-20T23:25:47.942Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-20T23:25:47.942Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:25:47.943Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:47.946Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:47.947Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935547942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:48.046Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2023-02-20T23:25:48.048Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:48.048Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:48.061Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:48.061Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:48.951Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9783edb5-5075-413b-aba1-7c90d82048a1 2023-02-20T23:25:48.952Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 31e0f6f8-39f4-4743-aa46-d67f04dd9010 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-02-20T23:25:49.000Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4a7f93ef, org.onap.sdc.toscaparser.api.parameters.Input@3b749b42, org.onap.sdc.toscaparser.api.parameters.Input@59451668, org.onap.sdc.toscaparser.api.parameters.Input@505eabc3, org.onap.sdc.toscaparser.api.parameters.Input@6688bacc] 2023-02-20T23:25:49.002Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.003Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:49.009Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-02-20T23:25:49.013Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 5849ac79-b538-4dfc-bb40-5529b4b90d24 2023-02-20T23:25:49.013Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5849ac79-b538-4dfc-bb40-5529b4b90d24 matches Tosca VF Customization UUID: 5849ac79-b538-4dfc-bb40-5529b4b90d24 2023-02-20T23:25:49.013Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 5849ac79-b538-4dfc-bb40-5529b4b90d24 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=? 2023-02-20T23:25:49.017Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.017Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:49.018Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 5849ac79-b538-4dfc-bb40-5529b4b90d24: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-02-20T23:25:49.018Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d1b8eba 2023-02-20T23:25:49.019Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.019Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-02-20T23:25:49.019Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf83b607-2050-42ec-9895-01d848dbf24d 2023-02-20T23:25:49.020Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf83b607-2050-42ec-9895-01d848dbf24d 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=? 2023-02-20T23:25:49.024Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.025Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-20T23:25:49.025Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:25:49.026Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.026Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-20T23:25:49.026Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:25:49.027Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.027Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-02-20T23:25:49.027Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-02-20T23:25:49.027Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-02-20T23:25:49.028Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=aabdbf44-583f-40c4-9f23-59af9aeac461 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=? 2023-02-20T23:25:49.031Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.031Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-20T23:25:49.032Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-02-20T23:25:49.032Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.032Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-02-20T23:25:49.032Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5849ac79-b538-4dfc-bb40-5529b4b90d24 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=? 2023-02-20T23:25:49.034Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.035Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:49.035Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9783edb5-5075-413b-aba1-7c90d82048a1: basic_vm_macro 2023-02-20T23:25:49.035Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.035Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:49.036Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.036Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:49.036Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.036Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:49.037Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.037Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:49.037Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:25:49.037Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:25:49.038Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-02-20T23:25:49.148Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 31e0f6f8-39f4-4743-aa46-d67f04dd9010 1 ASDC deployResourceStructure 2023-02-20T23:25:49.148Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2023-02-20T23:25:49.148Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-02-20T23:25:49.148Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T23:25:49.149Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:49.151Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:49.152Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935549148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T23:25:49.252Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:49.253Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:49.253Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:49.265Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:49.266Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:50.153Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2023-02-20T23:25:50.153Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-02-20T23:25:50.154Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T23:25:50.154Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:50.156Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:50.156Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935550153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-20T23:25:50.256Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:50.257Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:50.257Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:50.293Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:50.293Z||pool-125-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2023-02-20T23:25:51.157Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2023-02-20T23:25:51.158Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-02-20T23:25:51.158Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T23:25:51.158Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:51.160Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:51.160Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935551157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-20T23:25:51.260Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:25:51.261Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:51.262Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:51.273Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:51.274Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:52.161Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-02-20T23:25:52.161Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-02-20T23:25:52.161Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T23:25:52.162Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:25:52.164Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:25:52.164Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935552161, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:25:52.264Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T23:25:52.265Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:25:52.265Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:52.277Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:52.278Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:25:53.166Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T23:25:53.180Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T23:25:53.183Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T23:25:53.184Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T23:25:53.184Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T23:25:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:25:57.893Z||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. 2023-02-20T23:25:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:25:58.362Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:25:58.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935499240, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:25:58.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "aai-ml", "timestamp": 1676935500244, "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=? 2023-02-20T23:25:58.387Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e 2023-02-20T23:25:58.387Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e 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 (?, ?, ?, ?, ?) 2023-02-20T23:25:58.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "788b95b4-1ba5-448f-8c23-999a85f4471e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935532848, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T23:25:58.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-02-20T23:25:58.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-02-20T23:25:58.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-02-20T23:25:58.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "multicloud-k8s-id", "timestamp": 1676935529994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935538593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "multicloud-k8s-id", "timestamp": 1676935529994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.407Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935538593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.408Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "multicloud-k8s-id", "timestamp": 1676935529994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935538593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935534156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:25:58.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.410Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.410Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "multicloud-k8s-id", "timestamp": 1676935529994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.410Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935538593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.411Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.411Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935543011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:58.411Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.411Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "multicloud-k8s-id", "timestamp": 1676935529994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.412Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935538593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.412Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.412Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935542737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "multicloud-k8s-id", "timestamp": 1676935529994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.413Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.413Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935538593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.413Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935546117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935542737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.414Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.414Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "multicloud-k8s-id", "timestamp": 1676935529994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.414Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935538593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.415Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.415Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935546117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.415Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935542737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.416Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.416Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935545778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:58.416Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.416Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "multicloud-k8s-id", "timestamp": 1676935529994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935538593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.417Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.417Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935546117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.417Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935542737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.418Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935546846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:58.418Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.418Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.418Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "multicloud-k8s-id", "timestamp": 1676935529994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:25:58.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.419Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935538593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:25:58.419Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.419Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935546117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935542737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.420Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.420Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.420Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935547942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:58.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935549028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:58.421Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.421Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.421Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935546117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935542737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.422Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935549148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-02-20T23:25:58.423Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935546117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935542737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "cds", "timestamp": 1676935550380, "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 (?, ?, ?, ?, ?) 2023-02-20T23:25:58.442Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f82e7385-c87b-4802-aa4a-d809dc72bf79 2023-02-20T23:25:58.442Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e7385-c87b-4802-aa4a-d809dc72bf79 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 (?, ?, ?, ?, ?) 2023-02-20T23:25:58.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935550153, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-02-20T23:25:58.457Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935546117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-02-20T23:25:58.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935542737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935551157, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-02-20T23:25:58.458Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935546117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935542737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:25:58.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935552161, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:25:58.459Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935546117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:25:58.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935552555, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:58.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935556031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-02-20T23:25:58.460Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935557086, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-02-20T23:25:58.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:25:58.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "ves-openapi-manager", "timestamp": 1676935558091, "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=? 2023-02-20T23:25:58.467Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f82e7385-c87b-4802-aa4a-d809dc72bf79 2023-02-20T23:25:58.467Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e7385-c87b-4802-aa4a-d809dc72bf79 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 (?, ?, ?, ?, ?) 2023-02-20T23:25:58.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:25:58.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935556428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:25:58.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:26:23.185Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T23:26:23.205Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T23:26:23.207Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T23:26:23.208Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T23:26:23.208Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-20T23:26:23.208Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-20T23:26:23.208Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:26:23.209Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:26:23.209Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:26:23.209Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:26:23.209Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:26:23.209Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|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=? 2023-02-20T23:26:23.215Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-20T23:26:53.215Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e 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=? 2023-02-20T23:26:53.227Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e and serviceModelVersionId: 9783edb5-5075-413b-aba1-7c90d82048a1 2023-02-20T23:26:53.227Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : de8fd3c9-0443-466c-b05c-28c211e30bcf 2023-02-20T23:26:53.228Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/de8fd3c9-0443-466c-b05c-28c211e30bcf/model-vers/model-ver/9783edb5-5075-413b-aba1-7c90d82048a1?depth=0 2023-02-20T23:26:53.235Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-02-20T23:26:53.285Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de8fd3c9-0443-466c-b05c-28c211e30bcf/model-vers/model-ver/9783edb5-5075-413b-aba1-7c90d82048a1?depth=0|INFO|500||Invoke 2023-02-20T23:26:53.286Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de8fd3c9-0443-466c-b05c-28c211e30bcf/model-vers/model-ver/9783edb5-5075-413b-aba1-7c90d82048a1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de8fd3c9-0443-466c-b05c-28c211e30bcf/model-vers/model-ver/9783edb5-5075-413b-aba1-7c90d82048a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1aed3b86-6e7f-4570-ba2f-7a9b02454b0e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34e0303b-19ce-4521-b82a-dc16a5d12bed], X-ECOMP-RequestID=[1aed3b86-6e7f-4570-ba2f-7a9b02454b0e], X-TransactionId=[], X-ONAP-RequestID=[1aed3b86-6e7f-4570-ba2f-7a9b02454b0e], Content-Type=[application/merge-patch+json]} 2023-02-20T23:26:53.313Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de8fd3c9-0443-466c-b05c-28c211e30bcf/model-vers/model-ver/9783edb5-5075-413b-aba1-7c90d82048a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-20T23:26:53.433Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de8fd3c9-0443-466c-b05c-28c211e30bcf/model-vers/model-ver/9783edb5-5075-413b-aba1-7c90d82048a1?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/de8fd3c9-0443-466c-b05c-28c211e30bcf/model-vers/model-ver/9783edb5-5075-413b-aba1-7c90d82048a1?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 23:26:55 GMT], content-length=[0], vertex-id=[278576], x-aai-txid=[2-aai-resources-230220-23:26:55:626-43844], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-20T23:26:53.434Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de8fd3c9-0443-466c-b05c-28c211e30bcf/model-vers/model-ver/9783edb5-5075-413b-aba1-7c90d82048a1?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-20T23:26:53.435Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/de8fd3c9-0443-466c-b05c-28c211e30bcf/model-vers/model-ver/9783edb5-5075-413b-aba1-7c90d82048a1?depth=0|INFO|500||InvokeReturn 2023-02-20T23:26:53.437Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-20T23:26:53.438Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|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=? 2023-02-20T23:26:53.443Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|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) 2023-02-20T23:26:53.444Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1aed3b86-6e7f-4570-ba2f-7a9b02454b0e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-20T23:26:53.444Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-20T23:26:53.445Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:26:53.447Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:26:53.447Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935613444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T23:26:53.547Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T23:26:53.549Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:26:53.549Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:26:53.565Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:26:53.568Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 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=? 2023-02-20T23:26:54.465Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:26:54.466Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|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. 2023-02-20T23:26:54.466Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:26:55.094Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:26:55.096Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-02-20T23:26:55.096Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f82e7385-c87b-4802-aa4a-d809dc72bf79","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0dc14ffc-ce13-4f4b-b85e-940f997466b4","serviceDescription":"service","serviceInvariantUUID":"64a60959-1889-4fab-81e9-3a7a3f13806c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b62776f5-9eee-4249-976c-264852e3b801","resourceInvariantUUID":"213dc3b3-5518-4b65-8d50-725fead11455","resourceCustomizationUUID":"a5a22441-66f9-4743-ad55-e5c6134fcfef","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":"MzNlNzg1ODIyMzliMmQxNzI5YmM5ZTJjNjg0ZGJkMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e43eeb4-f0ec-4de6-b2d7-f0fb14ebd9fc","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":"0dec4987-e84d-46d3-a5eb-8e99c8d1b2c8","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":"d49e5996-86df-49e3-a281-2a8e3bff3a38","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":"Y2JlYzI4M2EzODM3Mzk3MDZlOTljNzljMmJmM2RmNDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4612fd1d-ae6b-4e07-addd-e52733b13267","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":"9a162c17-e58a-4142-8f24-fee6ea36b5fe","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":"b7d34c60-1a6e-478b-8943-f7cd0a151972","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":"24a27fc3-88b9-4f05-8592-872f0b25c33c","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":"YmIzNTBlMWI2NzFiMzczZjJiNTRjMWFmNDQ4MjY3MGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee7e8a27-b481-40d7-88f1-8c1ecf112431","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OTYxNmNiZGVhYTYxMWY2MmUyMGRhNWRjZjdkMTA4NjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40590acb-6d3b-4082-a3e5-54f9aec0fdb4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-02-20T23:26:55.099Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:26:55.099Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:26:55.101Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:26:55.102Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:26:55.202Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:26:55.203Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:26:55.203Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:26:55.214Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:26:55.215Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:26:56.102Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:26:56.103Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:26:56.105Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:26:56.106Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:26:56.206Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:26:56.207Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:26:56.207Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:26:56.227Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:26:56.228Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:26:57.107Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:26:57.108Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:26:57.111Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:26:57.111Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T23:26:57.211Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:26:57.212Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:26:57.213Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:26:57.229Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:26:57.230Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:26:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:26:57.893Z||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. 2023-02-20T23:26:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:26:57.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:26:57.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:26:57.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935557878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:26:57.931Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:26:58.112Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:26:58.113Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:26:58.116Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:26:58.116Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:26:58.216Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:26:58.217Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:26:58.217Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:26:58.239Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:26:58.240Z||pool-132-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:26:59.116Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:26:59.117Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:26:59.120Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:26:59.120Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:26:59.220Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:26:59.221Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:26:59.221Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:26:59.256Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:26:59.257Z||pool-133-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:27:00.121Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:27:00.122Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:27:00.125Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:27:00.126Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:27:00.226Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:27:00.226Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:27:00.227Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:27:00.249Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:27:00.250Z||pool-134-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:27:01.126Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:27:01.128Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:27:01.131Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:27:01.132Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:27:01.233Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-20T23:27:01.234Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:27:01.235Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:27:01.265Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:27:01.265Z||pool-135-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:27:02.133Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:27:02.135Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:27:02.138Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:27:02.138Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:27:02.239Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-02-20T23:27:02.239Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:27:02.240Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:27:02.282Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:27:02.282Z||pool-136-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:27:03.139Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-02-20T23:27:03.140Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:27:03.143Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:27:03.143Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:27:03.245Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-02-20T23:27:03.246Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:27:03.246Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:27:03.276Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:27:03.277Z||pool-137-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:27:04.145Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "0dc14ffc-ce13-4f4b-b85e-940f997466b4", "serviceDescription": "service", "serviceInvariantUUID": "64a60959-1889-4fab-81e9-3a7a3f13806c", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "a5a22441-66f9-4743-ad55-e5c6134fcfef", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b62776f5-9eee-4249-976c-264852e3b801", "resourceInvariantUUID": "213dc3b3-5518-4b65-8d50-725fead11455", "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": "OTYxNmNiZGVhYTYxMWY2MmUyMGRhNWRjZjdkMTA4NjU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "40590acb-6d3b-4082-a3e5-54f9aec0fdb4" } ], "workloadContext": "Production" } 2023-02-20T23:27:04.146Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-02-20T23:27:04.146Z|1aed3b86-6e7f-4570-ba2f-7a9b02454b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0dc14ffc-ce13-4f4b-b85e-940f997466b4 ASDC 2023-02-20T23:27:04.147Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f82e7385-c87b-4802-aa4a-d809dc72bf79 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:0dc14ffc-ce13-4f4b-b85e-940f997466b4 ServiceInvariantUUID:64a60959-1889-4fab-81e9-3a7a3f13806c 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:40590acb-6d3b-4082-a3e5-54f9aec0fdb4 ArtifactChecksum:OTYxNmNiZGVhYTYxMWY2MmUyMGRhNWRjZjdkMTA4NjU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:a5a22441-66f9-4743-ad55-e5c6134fcfef ResourceInvariantUUID:213dc3b3-5518-4b65-8d50-725fead11455 ResourceName:test-pnf ResourceType:PNF ResourceUUID:b62776f5-9eee-4249-976c-264852e3b801 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-02-20T23:27:04.150Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0dc14ffc-ce13-4f4b-b85e-940f997466b4 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=? 2023-02-20T23:27:04.185Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T23:27:04.186Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-20T23:27:04.187Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-20T23:27:04.187Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 40590acb-6d3b-4082-a3e5-54f9aec0fdb4 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-20T23:27:04.188Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-02-20T23:27:04.188Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-20T23:27:04.279Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-02-20T23:27:04.286Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 40590acb-6d3b-4082-a3e5-54f9aec0fdb4 110868 2023-02-20T23:27:04.286Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-20T23:27:04.287Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-20T23:27:04.287Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-02-20T23:27:04.287Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:27:04.289Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:27:04.290Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935624286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:27:04.390Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:27:04.391Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:27:04.391Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:27:04.404Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:27:04.405Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:27:05.290Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-02-20T23:27:05.292Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-02-20T23:27:05.293Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 40590acb-6d3b-4082-a3e5-54f9aec0fdb4, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-20T23:27:05.294Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-02-20T23:27:05.295Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-20T23:27:05.295Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-20T23:27:05.538Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2813106426562796813/Definitions/service-TestPnfMacro-template.yml 2023-02-20T23:27:06.714Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-02-20T23:27:06.715Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-20T23:27:06.716Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-02-20T23:27:06.716Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-02-20T23:27:06.716Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||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 2023-02-20T23:27:06.716Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||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 2023-02-20T23:27:06.717Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||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 2023-02-20T23:27:06.717Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||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 2023-02-20T23:27:06.717Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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-TestPnfMacro-csar.csar 2023-02-20T23:27:06.718Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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-TestPnfMacro-csar.csar 2023-02-20T23:27:06.718Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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-TestPnfMacro-csar.csar 2023-02-20T23:27:06.718Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-02-20T23:27:06.719Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:27:06.719Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:27:06.719Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-20T23:27:06.720Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-20T23:27:06.720Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T23:27:06.721Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:27:06.721Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:27:06.721Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-02-20T23:27:06.722Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-02-20T23:27:06.722Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-02-20T23:27:06.722Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:27:06.723Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:27:06.723Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:27:06.723Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:27:06.724Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:27:06.724Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:27:06.724Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:27:06.725Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:27:06.725Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:27:06.726Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:27:06.726Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:0dc14ffc-ce13-4f4b-b85e-940f997466b4 Model Version:NULL Model InvariantUuid:64a60959-1889-4fab-81e9-3a7a3f13806c 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=? 2023-02-20T23:27:06.734Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: b62776f5-9eee-4249-976c-264852e3b801 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=? 2023-02-20T23:27:06.738Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||test-pnf 0 2023-02-20T23:27:06.739Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b62776f5-9eee-4249-976c-264852e3b801 2023-02-20T23:27:06.739Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0dc14ffc-ce13-4f4b-b85e-940f997466b4 2023-02-20T23:27:06.739Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0dc14ffc-ce13-4f4b-b85e-940f997466b4 2023-02-20T23:27:06.739Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b62776f5-9eee-4249-976c-264852e3b801 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=? 2023-02-20T23:27:06.746Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7d7313fe, org.onap.sdc.toscaparser.api.parameters.Input@5b141f58, org.onap.sdc.toscaparser.api.parameters.Input@206f922b, org.onap.sdc.toscaparser.api.parameters.Input@1e754fa9, org.onap.sdc.toscaparser.api.parameters.Input@7b7c537a] 2023-02-20T23:27:06.747Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:27:06.747Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:27:06.748Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0dc14ffc-ce13-4f4b-b85e-940f997466b4: test-pnf 2023-02-20T23:27:06.748Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||Processing PNF resource: b62776f5-9eee-4249-976c-264852e3b801 2023-02-20T23:27:06.748Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-02-20T23:27:06.749Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-02-20T23:27:06.749Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||Resource customization UUID: a5a22441-66f9-4743-ad55-e5c6134fcfef is the same as notified resource customizationUUID: a5a22441-66f9-4743-ad55-e5c6134fcfef 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 (?, ?) 2023-02-20T23:27:06.799Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b62776f5-9eee-4249-976c-264852e3b801 0 ASDC deployResourceStructure 2023-02-20T23:27:06.800Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-02-20T23:27:06.800Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-02-20T23:27:06.800Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-02-20T23:27:06.801Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:27:06.803Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:27:06.803Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935626800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:27:06.903Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:27:06.904Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:27:06.904Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:27:06.927Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:27:06.928Z||pool-139-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-02-20T23:27:07.804Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T23:27:07.816Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T23:27:07.827Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T23:27:07.828Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T23:27:07.828Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T23:27:37.828Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T23:27:37.844Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T23:27:37.847Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T23:27:37.847Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T23:27:37.847Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T23:27:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:27:57.892Z||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. 2023-02-20T23:27:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:27:57.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:27:57.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:27:57.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935556428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:27:57.931Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:07.847Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T23:28:08.927Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T23:28:08.934Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T23:28:08.934Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T23:28:08.934Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T23:28:38.934Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T23:28:38.946Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T23:28:38.948Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T23:28:38.949Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-02-20T23:28:38.949Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-02-20T23:28:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:28:57.894Z||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. 2023-02-20T23:28:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:28:57.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:28:57.926Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.927Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "aai-ml", "timestamp": 1676935558886, "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=? 2023-02-20T23:28:57.949Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f82e7385-c87b-4802-aa4a-d809dc72bf79 2023-02-20T23:28:57.949Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e7385-c87b-4802-aa4a-d809dc72bf79 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 (?, ?, ?, ?, ?) 2023-02-20T23:28:57.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.966Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935556428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T23:28:57.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:57.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935556428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:28:57.967Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:57.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935556428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:28:57.968Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:57.968Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.968Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935556428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:28:57.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:57.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.969Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935556428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:28:57.969Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:57.969Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935556428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:28:57.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:57.970Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.970Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935556428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:28:57.970Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:57.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935566234, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:28:57.971Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:28:57.971Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.971Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935568320, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:28:57.972Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:28:57.972Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:57.972Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1676935569325, "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=? 2023-02-20T23:28:57.983Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f82e7385-c87b-4802-aa4a-d809dc72bf79 2023-02-20T23:28:57.984Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f82e7385-c87b-4802-aa4a-d809dc72bf79 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 (?, ?, ?, ?, ?) 2023-02-20T23:28:58.011Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:58.012Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "1aed3b86-6e7f-4570-ba2f-7a9b02454b0e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935613444, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T23:28:58.012Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:28:58.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:58.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:28:58.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:58.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:58.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-02-20T23:28:58.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:28:58.015Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:28:58.015Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-02-20T23:28:58.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:29:08.949Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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=? 2023-02-20T23:29:08.961Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-02-20T23:29:08.965Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-02-20T23:29:08.965Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-02-20T23:29:08.965Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-02-20T23:29:08.965Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-02-20T23:29:08.965Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:29:08.966Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:29:08.966Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:29:08.966Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:29:08.966Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-02-20T23:29:08.966Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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=? 2023-02-20T23:29:08.975Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-02-20T23:29:38.976Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 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=? 2023-02-20T23:29:39.002Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f82e7385-c87b-4802-aa4a-d809dc72bf79 and serviceModelVersionId: 0dc14ffc-ce13-4f4b-b85e-940f997466b4 2023-02-20T23:29:39.003Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64a60959-1889-4fab-81e9-3a7a3f13806c 2023-02-20T23:29:39.003Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64a60959-1889-4fab-81e9-3a7a3f13806c/model-vers/model-ver/0dc14ffc-ce13-4f4b-b85e-940f997466b4?depth=0 2023-02-20T23:29:39.012Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-02-20T23:29:39.066Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a60959-1889-4fab-81e9-3a7a3f13806c/model-vers/model-ver/0dc14ffc-ce13-4f4b-b85e-940f997466b4?depth=0|INFO|500||Invoke 2023-02-20T23:29:39.067Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a60959-1889-4fab-81e9-3a7a3f13806c/model-vers/model-ver/0dc14ffc-ce13-4f4b-b85e-940f997466b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a60959-1889-4fab-81e9-3a7a3f13806c/model-vers/model-ver/0dc14ffc-ce13-4f4b-b85e-940f997466b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f82e7385-c87b-4802-aa4a-d809dc72bf79], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d718302-f82a-4a6d-8f71-109e007f46fe], X-ECOMP-RequestID=[f82e7385-c87b-4802-aa4a-d809dc72bf79], X-TransactionId=[], X-ONAP-RequestID=[f82e7385-c87b-4802-aa4a-d809dc72bf79], Content-Type=[application/merge-patch+json]} 2023-02-20T23:29:39.093Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a60959-1889-4fab-81e9-3a7a3f13806c/model-vers/model-ver/0dc14ffc-ce13-4f4b-b85e-940f997466b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-02-20T23:29:39.201Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a60959-1889-4fab-81e9-3a7a3f13806c/model-vers/model-ver/0dc14ffc-ce13-4f4b-b85e-940f997466b4?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/64a60959-1889-4fab-81e9-3a7a3f13806c/model-vers/model-ver/0dc14ffc-ce13-4f4b-b85e-940f997466b4?depth=0 has http status code:200 and response headers:{date=[Mon, 20 Feb 2023 23:29:41 GMT], content-length=[0], vertex-id=[278712], x-aai-txid=[1-aai-resources-230220-23:29:41:420-33825], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-02-20T23:29:39.201Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a60959-1889-4fab-81e9-3a7a3f13806c/model-vers/model-ver/0dc14ffc-ce13-4f4b-b85e-940f997466b4?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-02-20T23:29:39.202Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64a60959-1889-4fab-81e9-3a7a3f13806c/model-vers/model-ver/0dc14ffc-ce13-4f4b-b85e-940f997466b4?depth=0|INFO|500||InvokeReturn 2023-02-20T23:29:39.202Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-02-20T23:29:39.202Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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=? 2023-02-20T23:29:39.211Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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) 2023-02-20T23:29:39.212Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f82e7385-c87b-4802-aa4a-d809dc72bf79 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-02-20T23:29:39.212Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-02-20T23:29:39.212Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-02-20T23:29:39.215Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-02-20T23:29:39.215Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935779212, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T23:29:39.315Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-02-20T23:29:39.316Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-02-20T23:29:39.317Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FBbOhkC4jUS5wmaT) ... 2023-02-20T23:29:39.343Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:29:39.343Z||pool-140-thread-1|||||INFO|500||cambria reply ok (27 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=? 2023-02-20T23:29:40.231Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:29:40.232Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:29:40.232Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:29:50.623Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:29:50.623Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:29:50.624Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:29:50.624Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:29:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:29:57.893Z||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. 2023-02-20T23:29:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:29:57.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:29:57.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:29:57.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-02-20T23:29:57.946Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:29:57.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:29:57.947Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-02-20T23:29:57.950Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:29:57.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:29:57.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:29:57.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:29:57.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:29:57.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-02-20T23:29:57.951Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:29:57.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:29:57.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-02-20T23:29:57.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:29:57.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:29:57.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935614465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-02-20T23:29:57.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-02-20T23:29:57.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:29:57.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935624286, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-02-20T23:29:57.952Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:29:57.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-02-20T23:29:57.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935626800, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-02-20T23:29:57.954Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:30:00.222Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:30:00.222Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:30:00.223Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:30:00.223Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:30:09.792Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:30:09.792Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:30:09.793Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:30:09.793Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:30:19.363Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:30:57.879Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:30:57.880Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:30:57.880Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:30:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:30:57.892Z||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. 2023-02-20T23:30:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:30:58.415Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:30:58.416Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-02-20T23:30:58.416Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f82e7385-c87b-4802-aa4a-d809dc72bf79", "consumerID": "SO-COpenSource-Env11", "timestamp": 1676935779212, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-02-20T23:30:58.417Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-02-20T23:31:07.440Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:31:57.879Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:31:57.880Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:31:57.881Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:31:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:31:57.892Z||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. 2023-02-20T23:31:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:32:07.463Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:32:07.480Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:32:57.880Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:32:57.882Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:32:57.882Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:32:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:32:57.892Z||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. 2023-02-20T23:32:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:33:07.465Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:33:07.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:33:57.879Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:33:57.881Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:33:57.881Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:33:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:33:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T23:33:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:34:07.449Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:34:07.469Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:34:57.879Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:34:57.882Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:34:57.882Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:34:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:34:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:34:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:35:07.468Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:35:07.468Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:35:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:35:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:35:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:35:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:35:57.892Z||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. 2023-02-20T23:35:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:36:07.471Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:36:07.480Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:36:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:36:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:36:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:36:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:36:57.892Z||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. 2023-02-20T23:36:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:37:07.442Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:37:07.443Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:37:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:37:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:37:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:37:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:37:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T23:37:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:38:07.470Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:38:07.471Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:38:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:38:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:38:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:38:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:38:57.893Z||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. 2023-02-20T23:38:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:39:07.476Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:39:07.478Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:39:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:39:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:39:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:39:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:39:57.892Z||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. 2023-02-20T23:39:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:40:07.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:40:07.469Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:40:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:40:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:40:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:40:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:40:57.892Z||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. 2023-02-20T23:40:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:41:07.494Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:41:07.497Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:41:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:41:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:41:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:41:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:41:57.892Z||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. 2023-02-20T23:41:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:42:07.472Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:42:07.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:42:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:42:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:42:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:42:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:42:57.892Z||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. 2023-02-20T23:42:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:43:07.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:43:07.464Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:43:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:43:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:43:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:43:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:43:57.892Z||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. 2023-02-20T23:43:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:44:07.471Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:44:07.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:44:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:44:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:44:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:44:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:44:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:44:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:45:07.462Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:45:07.470Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:45:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:45:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:45:57.882Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:45:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:45:57.892Z||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. 2023-02-20T23:45:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:46:07.442Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:46:07.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:46:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:46:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:46:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:46:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:46:57.893Z||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. 2023-02-20T23:46:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:47:07.450Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:47:07.452Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:47:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:47:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:47:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:47:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:47:57.892Z||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. 2023-02-20T23:47:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:48:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:48:07.473Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:48:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:48:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:48:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:48:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:48:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:48:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:49:07.440Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:49:07.445Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:49:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:49:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:49:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:49:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:49:57.892Z||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. 2023-02-20T23:49:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:50:07.463Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:50:07.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:50:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:50:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:50:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:50:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:50:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T23:50:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:51:07.450Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:51:07.457Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:51:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:51:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:51:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:51:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:51:57.892Z||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. 2023-02-20T23:51:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:52:07.441Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:52:07.448Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:52:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:52:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:52:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:52:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:52:57.897Z||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. 2023-02-20T23:52:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:53:07.436Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:53:07.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:53:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:53:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:53:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:53:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:53:57.894Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:53:57.895Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:54:07.446Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:54:07.458Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:54:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:54:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:54:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:54:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:54:57.892Z||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. 2023-02-20T23:54:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:55:07.472Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:55:07.481Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:55:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:55:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:55:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:55:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:55:57.893Z||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. 2023-02-20T23:55:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:56:07.469Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:56:07.469Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:56:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:56:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:56:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:56:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:56:57.892Z||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. 2023-02-20T23:56:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:57:07.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:57:07.485Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:57:57.882Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:57:57.884Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:57:57.884Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:57:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:57:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-20T23:57:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:58:07.501Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:58:07.542Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:58:57.879Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:58:57.880Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:58:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:58:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:58:57.894Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-20T23:58:57.894Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:59:07.443Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:59:07.454Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-20T23:59:57.881Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:59:57.882Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-20T23:59:57.882Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-20T23:59:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-20T23:59:57.892Z||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. 2023-02-20T23:59:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:00:07.447Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:00:07.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:00:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:00:57.880Z||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. 2023-02-21T00:00:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:00:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:00:57.893Z||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. 2023-02-21T00:00:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:01:07.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:01:07.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:01:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:01:57.881Z||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. 2023-02-21T00:01:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:01:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:01:57.892Z||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. 2023-02-21T00:01:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:02:07.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:02:07.454Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:02:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:02:57.880Z||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. 2023-02-21T00:02:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:02:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:02:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T00:02:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:03:07.459Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:03:07.467Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:03:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:03:57.881Z||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. 2023-02-21T00:03:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:03:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:03:57.893Z||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. 2023-02-21T00:03:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:04:07.457Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:04:07.458Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:04:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:04:57.880Z||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. 2023-02-21T00:04:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:04:57.893Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:04:57.893Z||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. 2023-02-21T00:04:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:05:07.439Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:05:07.441Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:05:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:05:57.881Z||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. 2023-02-21T00:05:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:05:57.896Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:05:57.897Z||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. 2023-02-21T00:05:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:06:07.446Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:06:07.482Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:06:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:06:57.881Z||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. 2023-02-21T00:06:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:06:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:06:57.893Z||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. 2023-02-21T00:06:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:07:07.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:07:07.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:07:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:07:57.882Z||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. 2023-02-21T00:07:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:07:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:07:57.897Z||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. 2023-02-21T00:07:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:08:07.501Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:08:07.501Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:08:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:08:57.881Z||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. 2023-02-21T00:08:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:08:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:08:57.893Z||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. 2023-02-21T00:08:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:09:07.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:09:07.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:09:57.880Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:09:57.883Z||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. 2023-02-21T00:09:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:09:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:09:57.892Z||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. 2023-02-21T00:09:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:10:07.469Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:10:07.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:10:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:10:57.881Z||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. 2023-02-21T00:10:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:10:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:10:57.892Z||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. 2023-02-21T00:10:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:11:07.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:11:07.470Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:11:57.882Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:11:57.884Z||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. 2023-02-21T00:11:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:11:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:11:57.893Z||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. 2023-02-21T00:11:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:12:07.491Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:12:07.493Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:12:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:12:57.881Z||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. 2023-02-21T00:12:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:12:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:12:57.892Z||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. 2023-02-21T00:12:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:13:07.477Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:13:07.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:13:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:13:57.881Z||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. 2023-02-21T00:13:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:13:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:13:57.892Z||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. 2023-02-21T00:13:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:14:07.487Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:14:07.491Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:14:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:14:57.880Z||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. 2023-02-21T00:14:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:14:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:14:57.892Z||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. 2023-02-21T00:14:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:15:07.475Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:15:07.478Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:15:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:15:57.882Z||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. 2023-02-21T00:15:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:15:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:15:57.892Z||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. 2023-02-21T00:15:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:16:07.455Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:16:07.461Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:16:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:16:57.881Z||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. 2023-02-21T00:16:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:16:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:16:57.892Z||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. 2023-02-21T00:16:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:17:07.482Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:17:07.481Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:17:57.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:17:57.882Z||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. 2023-02-21T00:17:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:17:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:17:57.893Z||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. 2023-02-21T00:17:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:18:07.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:18:07.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:18:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:18:57.881Z||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. 2023-02-21T00:18:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:18:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:18:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T00:18:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:19:07.485Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:19:07.488Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:19:57.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:19:57.882Z||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. 2023-02-21T00:19:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:19:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:19:57.894Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T00:19:57.894Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:20:07.450Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:20:07.473Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:20:57.882Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:20:57.884Z||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. 2023-02-21T00:20:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:20:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:20:57.893Z||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. 2023-02-21T00:20:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:21:07.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:21:07.484Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:21:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:21:57.882Z||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. 2023-02-21T00:21:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:21:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:21:57.895Z||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. 2023-02-21T00:21:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:22:07.522Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:22:07.537Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:22:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:22:57.881Z||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. 2023-02-21T00:22:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:22:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:22:57.892Z||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. 2023-02-21T00:22:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:23:07.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:23:07.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:23:57.880Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:23:57.881Z||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. 2023-02-21T00:23:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:23:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:23:57.892Z||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. 2023-02-21T00:23:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:24:07.453Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:24:07.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:24:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:24:57.881Z||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. 2023-02-21T00:24:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:24:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:24:57.893Z||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. 2023-02-21T00:24:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:25:07.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:25:07.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:25:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:25:57.880Z||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. 2023-02-21T00:25:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:25:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:25:57.892Z||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. 2023-02-21T00:25:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:26:07.460Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:26:07.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:26:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:26:57.880Z||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. 2023-02-21T00:26:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:26:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:26:57.893Z||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. 2023-02-21T00:26:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:27:07.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:27:07.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:27:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:27:57.881Z||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. 2023-02-21T00:27:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:27:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:27:57.893Z||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. 2023-02-21T00:27:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:28:07.450Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:28:07.454Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:28:57.881Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:28:57.882Z||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. 2023-02-21T00:28:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:28:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:28:57.893Z||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. 2023-02-21T00:28:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:29:07.459Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:29:07.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:29:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:29:57.881Z||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. 2023-02-21T00:29:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:29:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:29:57.893Z||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. 2023-02-21T00:29:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:30:07.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:30:07.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:30:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:30:57.881Z||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. 2023-02-21T00:30:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:30:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:30:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T00:30:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:31:07.459Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:31:07.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:31:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:31:57.882Z||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. 2023-02-21T00:31:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:31:57.892Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:31:57.892Z||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. 2023-02-21T00:31:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:32:07.447Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:32:07.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:32:57.883Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:32:57.884Z||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. 2023-02-21T00:32:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:32:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:32:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T00:32:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:33:07.439Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:33:07.472Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:33:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:33:57.881Z||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. 2023-02-21T00:33:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:33:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:33:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T00:33:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:34:07.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:34:07.474Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:34:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:34:57.881Z||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. 2023-02-21T00:34:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:34:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:34:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T00:34:57.897Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:35:07.456Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:35:07.464Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:35:57.879Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:35:57.880Z||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. 2023-02-21T00:35:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:35:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:35:57.892Z||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. 2023-02-21T00:35:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:36:07.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:36:07.470Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:36:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:36:57.881Z||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. 2023-02-21T00:36:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:36:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:36:57.893Z||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. 2023-02-21T00:36:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:37:07.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:37:07.496Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:37:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:37:57.881Z||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. 2023-02-21T00:37:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:37:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:37:57.893Z||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. 2023-02-21T00:37:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:38:07.451Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:38:07.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:38:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:38:57.880Z||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. 2023-02-21T00:38:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:38:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:38:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T00:38:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:39:07.480Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:39:07.484Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:39:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:39:57.880Z||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. 2023-02-21T00:39:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:39:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:39:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T00:39:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:40:07.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:40:07.501Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:40:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:40:57.883Z||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. 2023-02-21T00:40:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:40:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:40:57.894Z||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. 2023-02-21T00:40:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:41:07.484Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:41:07.493Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:41:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:41:57.881Z||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. 2023-02-21T00:41:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:41:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:41:57.893Z||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. 2023-02-21T00:41:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:42:07.468Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:42:07.479Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:42:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:42:57.881Z||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. 2023-02-21T00:42:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:42:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:42:57.892Z||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. 2023-02-21T00:42:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:43:07.446Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:43:07.445Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:43:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:43:57.880Z||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. 2023-02-21T00:43:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:43:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:43:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T00:43:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:44:07.457Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:44:07.462Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:44:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:44:57.881Z||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. 2023-02-21T00:44:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:44:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:44:57.894Z||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. 2023-02-21T00:44:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:45:07.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:45:07.458Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:45:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:45:57.881Z||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. 2023-02-21T00:45:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:45:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:45:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T00:45:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:46:07.471Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:46:07.471Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:46:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:46:57.880Z||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. 2023-02-21T00:46:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:46:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:46:57.892Z||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. 2023-02-21T00:46:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:47:07.452Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:47:07.452Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:47:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:47:57.881Z||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. 2023-02-21T00:47:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:47:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:47:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T00:47:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:48:07.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:48:07.468Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:48:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:48:57.880Z||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. 2023-02-21T00:48:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:48:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:48:57.892Z||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. 2023-02-21T00:48:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:49:07.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:49:07.482Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:49:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:49:57.881Z||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. 2023-02-21T00:49:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:49:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:49:57.893Z||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. 2023-02-21T00:49:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:50:07.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:50:07.477Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:50:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:50:57.880Z||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. 2023-02-21T00:50:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:50:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:50:57.893Z||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. 2023-02-21T00:50:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:51:07.444Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:51:07.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:51:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:51:57.881Z||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. 2023-02-21T00:51:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:51:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:51:57.892Z||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. 2023-02-21T00:51:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:52:07.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:52:07.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:52:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:52:57.881Z||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. 2023-02-21T00:52:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:52:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:52:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T00:52:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:53:07.462Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:53:07.472Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:53:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:53:57.881Z||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. 2023-02-21T00:53:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:53:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:53:57.893Z||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. 2023-02-21T00:53:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:54:07.471Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:54:07.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:54:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:54:57.881Z||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. 2023-02-21T00:54:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:54:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:54:57.892Z||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. 2023-02-21T00:54:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:55:07.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:55:07.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:55:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:55:57.881Z||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. 2023-02-21T00:55:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:55:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:55:57.892Z||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. 2023-02-21T00:55:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:56:07.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:56:07.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:56:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:56:57.880Z||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. 2023-02-21T00:56:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:56:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:56:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T00:56:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:57:07.444Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:57:07.444Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:57:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:57:57.880Z||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. 2023-02-21T00:57:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:57:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:57:57.892Z||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. 2023-02-21T00:57:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:58:07.451Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:58:07.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:58:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:58:57.881Z||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. 2023-02-21T00:58:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:58:57.894Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:58:57.896Z||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. 2023-02-21T00:58:57.896Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:59:07.441Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:59:07.463Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T00:59:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:59:57.880Z||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. 2023-02-21T00:59:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T00:59:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T00:59:57.894Z||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. 2023-02-21T00:59:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:00:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:00:07.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:00:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:00:57.881Z||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. 2023-02-21T01:00:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:00:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:00:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T01:00:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:01:07.476Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:01:07.476Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:01:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:01:57.880Z||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. 2023-02-21T01:01:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:01:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:01:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:01:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:02:07.442Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:02:07.443Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:02:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:02:57.881Z||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. 2023-02-21T01:02:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:02:57.892Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:02:57.893Z||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. 2023-02-21T01:02:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:03:07.454Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:03:07.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:03:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:03:57.881Z||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. 2023-02-21T01:03:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:03:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:03:57.892Z||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. 2023-02-21T01:03:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:04:07.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:04:07.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:04:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:04:57.881Z||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. 2023-02-21T01:04:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:04:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:04:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T01:04:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:05:07.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:05:07.478Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:05:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:05:57.882Z||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. 2023-02-21T01:05:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:05:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:05:57.893Z||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. 2023-02-21T01:05:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:06:07.455Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:06:07.461Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:06:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:06:57.880Z||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. 2023-02-21T01:06:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:06:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:06:57.892Z||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. 2023-02-21T01:06:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:07:07.443Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:07:07.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:07:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:07:57.882Z||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. 2023-02-21T01:07:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:07:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:07:57.892Z||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. 2023-02-21T01:07:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:08:07.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:08:07.477Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:08:57.881Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:08:57.882Z||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. 2023-02-21T01:08:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:08:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:08:57.892Z||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. 2023-02-21T01:08:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:09:07.448Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:09:07.449Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:09:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:09:57.881Z||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. 2023-02-21T01:09:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:09:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:09:57.892Z||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. 2023-02-21T01:09:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:10:07.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:10:07.511Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:10:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:10:57.880Z||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. 2023-02-21T01:10:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:10:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:10:57.892Z||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. 2023-02-21T01:10:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:11:07.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:11:07.455Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:11:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:11:57.880Z||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. 2023-02-21T01:11:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:11:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:11:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T01:11:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:12:07.443Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:12:07.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:12:57.886Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:12:57.887Z||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. 2023-02-21T01:12:57.887Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:12:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:12:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:12:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:13:07.445Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:13:07.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:13:57.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:13:57.882Z||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. 2023-02-21T01:13:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:13:57.895Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:13:57.896Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:13:57.896Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:14:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:14:07.451Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:14:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:14:57.882Z||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. 2023-02-21T01:14:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:14:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:14:57.893Z||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. 2023-02-21T01:14:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:15:07.451Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:15:07.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:15:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:15:57.882Z||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. 2023-02-21T01:15:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:15:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:15:57.893Z||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. 2023-02-21T01:15:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:16:07.501Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:16:07.501Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:16:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:16:57.882Z||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. 2023-02-21T01:16:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:16:57.891Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:16:57.892Z||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. 2023-02-21T01:16:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:17:07.447Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:17:07.448Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:17:57.879Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:17:57.881Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:17:57.881Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:17:57.896Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:17:57.897Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T01:17:57.897Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:18:07.434Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:18:07.461Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:18:57.879Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:18:57.880Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:18:57.881Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:18:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:18:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T01:18:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:19:07.447Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:19:07.448Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:19:57.881Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:19:57.882Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:19:57.882Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:19:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:19:57.893Z||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. 2023-02-21T01:19:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:20:07.444Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:20:07.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:20:57.879Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:20:57.880Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:20:57.880Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:20:57.891Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:20:57.893Z||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. 2023-02-21T01:20:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:21:07.451Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:21:07.457Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:21:57.881Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:21:57.882Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:21:57.882Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:21:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:21:57.893Z||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. 2023-02-21T01:21:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:22:07.470Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:22:07.480Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:22:57.879Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:22:57.880Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:22:57.880Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:22:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:22:57.892Z||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. 2023-02-21T01:22:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:23:07.438Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:23:07.469Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:23:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:23:57.882Z||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. 2023-02-21T01:23:57.883Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:23:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:23:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T01:23:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:24:07.447Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:24:07.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:24:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:24:57.881Z||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. 2023-02-21T01:24:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:24:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:24:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T01:24:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:25:07.438Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:25:07.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:25:57.879Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:25:57.881Z||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. 2023-02-21T01:25:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:25:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:25:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T01:25:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:26:07.507Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:26:07.519Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:26:57.880Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:26:57.881Z||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. 2023-02-21T01:26:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:26:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:26:57.892Z||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. 2023-02-21T01:26:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:27:07.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:27:07.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:27:57.881Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:27:57.882Z||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. 2023-02-21T01:27:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:27:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:27:57.893Z||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. 2023-02-21T01:27:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:28:07.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:28:07.473Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:28:57.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:28:57.884Z||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. 2023-02-21T01:28:57.884Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:28:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:28:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T01:28:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:29:07.434Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:29:07.447Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:29:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:29:57.880Z||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. 2023-02-21T01:29:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:29:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:29:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:29:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:30:07.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:30:07.463Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:30:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:30:57.880Z||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. 2023-02-21T01:30:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:30:57.892Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:30:57.892Z||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. 2023-02-21T01:30:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:31:07.435Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:31:07.440Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:31:57.879Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:31:57.880Z||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. 2023-02-21T01:31:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:31:57.894Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:31:57.895Z||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. 2023-02-21T01:31:57.895Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:32:07.449Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:32:07.458Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:32:57.881Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:32:57.882Z||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. 2023-02-21T01:32:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:32:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:32:57.892Z||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. 2023-02-21T01:32:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:33:07.468Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:33:07.502Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:33:57.885Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:33:57.886Z||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. 2023-02-21T01:33:57.886Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:33:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:33:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T01:33:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:34:07.467Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:34:07.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:34:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:34:57.880Z||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. 2023-02-21T01:34:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:34:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:34:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T01:34:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:35:07.443Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:35:07.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:35:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:35:57.881Z||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. 2023-02-21T01:35:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:35:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:35:57.893Z||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. 2023-02-21T01:35:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:36:07.471Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:36:07.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:36:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:36:57.881Z||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. 2023-02-21T01:36:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:36:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:36:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:36:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:37:07.449Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:37:07.449Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:37:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:37:57.880Z||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. 2023-02-21T01:37:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:37:57.892Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:37:57.893Z||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. 2023-02-21T01:37:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:38:07.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:38:07.475Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:38:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:38:57.880Z||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. 2023-02-21T01:38:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:38:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:38:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T01:38:57.892Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:39:07.476Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:39:07.480Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:39:57.880Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:39:57.881Z||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. 2023-02-21T01:39:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:39:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:39:57.892Z||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. 2023-02-21T01:39:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:40:07.440Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:40:07.492Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:40:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:40:57.880Z||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. 2023-02-21T01:40:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:40:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:40:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:40:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:41:07.468Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:41:07.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:41:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:41:57.880Z||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. 2023-02-21T01:41:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:41:57.891Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:41:57.892Z||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. 2023-02-21T01:41:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:42:07.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:42:07.454Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:42:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:42:57.880Z||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. 2023-02-21T01:42:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:42:57.891Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:42:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T01:42:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:43:07.443Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:43:07.460Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:43:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:43:57.881Z||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. 2023-02-21T01:43:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:43:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:43:57.893Z||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. 2023-02-21T01:43:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:44:07.442Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:44:07.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:44:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:44:57.880Z||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. 2023-02-21T01:44:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:44:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:44:57.892Z||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. 2023-02-21T01:44:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:45:07.466Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:45:07.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:45:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:45:57.880Z||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. 2023-02-21T01:45:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:45:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:45:57.892Z||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. 2023-02-21T01:45:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:46:07.458Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:46:07.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:46:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:46:57.881Z||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. 2023-02-21T01:46:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:46:57.892Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:46:57.893Z||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. 2023-02-21T01:46:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:47:07.480Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:47:07.481Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:47:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:47:57.881Z||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. 2023-02-21T01:47:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:47:57.891Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:47:57.892Z||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. 2023-02-21T01:47:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:48:07.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:48:07.467Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:48:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:48:57.881Z||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. 2023-02-21T01:48:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:48:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:48:57.892Z||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. 2023-02-21T01:48:57.892Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:49:07.467Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:49:07.469Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:49:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:49:57.881Z||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. 2023-02-21T01:49:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:49:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:49:57.894Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T01:49:57.894Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:50:07.460Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:50:07.461Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:50:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:50:57.885Z||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. 2023-02-21T01:50:57.885Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:50:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:50:57.892Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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. 2023-02-21T01:50:57.893Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:51:07.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:51:07.450Z|2ef01b00-fab3-431d-b70b-8fcf0173222f|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:51:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:51:57.880Z||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. 2023-02-21T01:51:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:51:57.892Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:51:57.894Z||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. 2023-02-21T01:51:57.894Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:52:07.445Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:52:07.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:52:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:52:57.880Z||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. 2023-02-21T01:52:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:52:57.896Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:52:57.897Z||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. 2023-02-21T01:52:57.897Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:53:07.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:53:07.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:53:57.882Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:53:57.887Z||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. 2023-02-21T01:53:57.887Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:53:57.892Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:53:57.893Z||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. 2023-02-21T01:53:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:54:07.463Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:54:07.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:54:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:54:57.880Z||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. 2023-02-21T01:54:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:54:57.891Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:54:57.892Z||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. 2023-02-21T01:54:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:55:07.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:55:07.483Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:55:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:55:57.880Z||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. 2023-02-21T01:55:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:55:57.891Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:55:57.893Z||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. 2023-02-21T01:55:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:56:07.447Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:56:07.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:56:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:56:57.880Z||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. 2023-02-21T01:56:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:56:57.891Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:56:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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. 2023-02-21T01:56:57.893Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:57:07.478Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:57:07.493Z|bbf41e90-0130-44f0-bc9c-ff241a14c095|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:57:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:57:57.880Z||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. 2023-02-21T01:57:57.880Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:57:57.891Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:57:57.892Z||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. 2023-02-21T01:57:57.893Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:58:07.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:58:07.476Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:58:57.879Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:58:57.881Z||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. 2023-02-21T01:58:57.881Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:58:57.892Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:58:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:58:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:59:07.465Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:59:07.470Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T01:59:57.879Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:59:57.882Z||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. 2023-02-21T01:59:57.882Z||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 FBbOhkC4jUS5wmaT) ... 2023-02-21T01:59:57.891Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-02-21T01:59:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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. 2023-02-21T01:59:57.893Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|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 FBbOhkC4jUS5wmaT) ... 2023-02-21T02:00:07.466Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-02-21T02:00:07.471Z|f82e7385-c87b-4802-aa4a-d809dc72bf79|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK