JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-11-28T09:20:24.265Z||main|||||INFO|500||The following profiles are active: basic 2022-11-28T09:20:36.668Z||main|||||INFO|500||Starting service [Tomcat] 2022-11-28T09:20:36.672Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-11-28T09:20:36.790Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-11-28T09:20:40.769Z||main|||||INFO|500||catdb-pool - Starting... 2022-11-28T09:20:41.185Z||main|||||INFO|500||catdb-pool - Start completed. 2022-11-28T09:20:41.639Z||main|||||INFO|500||reqdb-pool - Starting... 2022-11-28T09:20:41.646Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-11-28T09:20:41.750Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-11-28T09:20:41.948Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-11-28T09:20:42.589Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-11-28T09:20:45.281Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-28T09:20:47.451Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-28T09:20:47.506Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-11-28T09:20:48.023Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-11-28T09:20:48.416Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-11-28T09:20:49.557Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-11-28T09:20:50.646Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-11-28T09:20:50.671Z||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$$3d37c175.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-11-28T09:20:50.672Z||main|||||WARN|500||The sdc end point is not alive 2022-11-28T09:20:54.077Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-11-28T09:20:56.623Z||main|||||WARN|500||--- 2022-11-28T09:20:56.623Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-11-28T09:20:56.624Z||main|||||WARN|500||--- 2022-11-28T09:20:57.040Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-11-28T09:21:01.464Z||main|||||INFO|500||Started Application in 40.211 seconds (JVM running for 42.277) 2022-11-28T09:21:01.483Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-11-28T09:21:01.485Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-11-28T09:21:01.503Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-11-28T09:21:01.529Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-11-28T09:21:01.579Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4dd3e45b-6b6f-4239-bd12-55df8456124e url= /sdc/v1/artifactTypes 2022-11-28T09:21:01.579Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-11-28T09:21:01.850Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-11-28T09:21:01.874Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-11-28T09:21:01.895Z||scheduling-1|||||DEBUG|500||create keys 2022-11-28T09:21:01.903Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-11-28T09:21:01.928Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:21:01.943Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 40ffaa8e-9fb5-4fd2-b74f-8cfe5c07f3e4 url= /sdc/v1/registerForDistribution 2022-11-28T09:21:02.030Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 40ffaa8e-9fb5-4fd2-b74f-8cfe5c07f3e4 url= /sdc/v1/registerForDistribution 2022-11-28T09:21:02.030Z||scheduling-1|||||INFO|500||start DistributionClient 2022-11-28T09:21:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:21:02.057Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:21:02.070Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-11-28T09:21:02.071Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:21:02.071Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:21:02.074Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:21:02.074Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:21:12.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:21:12.365Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:22:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:22:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:22:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:22:02.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:22:02.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:22:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:22:11.596Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:22:11.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:23:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:23:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:23:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:23:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:23:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:23:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:23:11.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:23:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:24:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:24:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:24:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:24:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:24:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:24:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:24:11.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:24:11.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:25:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:25:02.043Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:25:02.044Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:25:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:25:02.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:25:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:25:11.595Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:25:11.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:26:02.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:26:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:26:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:26:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:26:02.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:26:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:26:11.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:26:11.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:27:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:27:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:27:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:27:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:27:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:27:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:27:11.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:27:11.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:28:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:28:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:28:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:28:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:28:02.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:28:02.050Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:28:11.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:28:11.604Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:29:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:29:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:29:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:29:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:29:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:29:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:29:11.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:29:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:30:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:30:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:30:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:30:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:30:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:30:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:30:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:30:11.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:30:34.972Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-11-28T09:31:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:31:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:31:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:31:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:31:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:31:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:31:11.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:31:11.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:32:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:32:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:32:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:32:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:32:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:32:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:32:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:32:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:33:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:33:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:33:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:33:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:33:02.055Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:33:02.055Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:33:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:33:11.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:34:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:34:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:34:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:34:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:34:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:34:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:34:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:34:11.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:35:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:35:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:35:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:35:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:35:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:35:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:35:11.578Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:35:11.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:36:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:36:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:36:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:36:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:36:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:36:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:36:11.595Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:36:11.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:37:02.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:37:02.042Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:37:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:37:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:37:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:37:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:37:11.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:37:11.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:37:26.360Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [0x160x030x010x020x000x010x000x010xfc0x030x0390x870x8c0x9b0xa8G#v0x030x1f(vR0x910xe9b0xca(0xdbY0xf60xff0x87b0xd40xd1@0x8e2Y0xe40x03]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T09:38:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:38:02.041Z||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. 2022-11-28T09:38:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:38:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:38:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:38:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:38:11.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:38:11.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:39:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:39:02.041Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:39:02.041Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T09:39:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:39:02.048Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:39:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:39:11.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:39:11.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:40:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:40:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:40:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T09:40:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:40:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:40:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:40:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:40:11.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:41:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:41:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:41:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T09:41:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:41:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:41:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:41:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:41:11.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:42:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:42:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:42:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T09:42:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:42:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:42:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:42:11.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:42:11.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:43:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:43:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:43:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T09:43:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:43:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:43:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:43:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:43:11.594Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:44:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:44:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:44:02.041Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T09:44:02.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:44:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:44:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:44:11.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:44:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:45:02.041Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:45:02.042Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:45:02.042Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T09:45:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:45:02.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:45:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:45:11.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:45:11.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:46:02.039Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:46:02.040Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:46:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:46:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:46:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:46:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:46:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:46:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:47:02.040Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:47:02.042Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:47:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:47:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:47:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:47:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:47:11.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:47:11.594Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:48:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:48:02.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:48:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:48:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:48:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:48:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:48:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:48:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:49:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:49:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:49:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:49:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:49:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:49:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:49:11.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:49:11.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:50:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:50:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:50:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:50:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:50:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:50:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:50:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:50:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:51:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:51:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:51:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:51:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:51:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:51:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:51:11.598Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:51:11.614Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:52:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:52:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:52:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:52:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:52:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:52:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:52:11.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:52:11.595Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:53:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:53:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:53:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:53:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:53:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:53:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:53:11.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:53:11.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:54:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:54:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:54:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T09:54:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:54:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:54:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:54:11.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:54:11.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:55:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:55:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:55:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T09:55:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:55:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:55:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:55:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:55:11.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:56:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:56:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:56:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:56:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:56:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:56:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:56:11.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:56:11.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:57:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:57:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:57:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:57:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:57:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:57:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:57:11.611Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:57:11.675Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:58:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:58:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:58:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:58:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:58:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:58:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:58:11.596Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:58:11.606Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:59:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:59:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:59:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:59:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T09:59:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T09:59:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T09:59:11.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T09:59:11.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:00:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:00:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:00:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:00:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:00:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:00:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:00:11.592Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:00:11.601Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:01:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:01:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:01:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:01:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:01:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:01:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:01:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:01:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:02:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:02:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:02:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:02:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:02:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:02:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:02:11.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:02:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:03:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:03:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:03:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:03:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:03:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:03:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:03:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:03:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:04:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:04:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:04:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:04:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:04:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:04:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:04:11.574Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:04:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:05:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:05:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:05:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:05:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:05:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:05:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:05:11.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:05:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:06:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:06:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:06:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:06:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:06:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:06:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:06:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:06:11.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:07:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:07:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:07:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:07:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:07:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:07:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:07:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:07:11.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:08:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:08:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:08:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:08:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:08:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:08:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:08:11.588Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:08:11.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:09:02.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:09:02.043Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:09:02.043Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:09:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:09:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:09:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:09:11.590Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:09:11.618Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:10:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:10:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:10:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:10:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:10:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:10:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:10:11.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:10:11.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:11:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:11:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:11:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:11:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:11:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:11:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:11:11.591Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:11:11.591Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:12:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:12:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:12:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:12:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:12:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:12:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:12:11.610Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:12:11.611Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:13:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:13:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:13:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:13:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:13:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:13:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:13:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:13:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:14:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:14:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:14:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:14:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:14:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:14:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:14:11.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:14:11.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:15:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:15:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:15:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:15:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:15:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:15:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:15:11.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:15:11.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:16:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:16:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:16:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:16:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:16:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:16:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:16:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:16:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:17:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:17:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:17:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:17:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:17:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:17:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:17:11.625Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:17:11.626Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:18:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:18:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:18:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:18:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:18:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:18:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:18:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:18:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:19:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:19:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:19:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:19:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:19:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:19:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:19:11.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:19:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:20:02.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:20:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:20:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:20:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:20:02.048Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:20:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:20:11.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:20:11.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:21:02.040Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:21:02.043Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:21:02.043Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:21:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:21:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:21:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:21:11.648Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:21:11.648Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:22:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:22:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:22:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:22:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:22:02.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:22:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:22:11.665Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:22:11.665Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:23:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:23:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:23:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:23:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:23:02.048Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:23:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:23:11.596Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:23:11.598Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:24:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:24:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:24:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:24:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:24:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:24:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:24:11.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:24:11.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:25:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:25:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:25:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:25:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:25:02.048Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:25:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:25:11.597Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:25:11.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:26:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:26:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:26:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:26:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:26:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:26:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:26:11.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:26:11.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:27:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:27:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:27:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:27:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:27:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:27:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:27:11.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:27:11.585Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:28:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:28:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:28:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:28:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:28:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:28:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:28:11.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:28:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:29:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:29:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:29:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:29:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:29:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:29:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:29:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:29:11.607Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:30:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:30:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:30:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:30:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:30:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:30:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:30:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:30:11.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:31:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:31:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:31:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:31:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:31:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:31:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:31:11.587Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:31:11.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:32:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:32:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:32:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:32:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:32:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:32:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:32:11.577Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:32:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:33:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:33:02.040Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:33:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:33:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:33:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:33:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:33:11.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:33:11.598Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:34:02.039Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:34:02.041Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:34:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:34:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:34:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:34:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:34:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:34:11.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:35:02.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:35:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:35:02.043Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:35:02.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:35:02.048Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:35:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:35:11.620Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:35:11.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:36:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:36:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:36:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:36:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:36:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:36:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:36:11.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:36:11.590Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:37:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:37:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:37:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:37:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:37:02.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:37:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:37:11.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:37:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:38:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:38:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:38:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:38:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:38:02.048Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:38:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:38:11.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:38:11.590Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:39:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:39:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:39:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:39:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:39:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:39:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:39:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:39:11.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:40:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:40:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:40:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:40:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:40:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:40:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:40:11.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:40:11.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:41:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:41:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:41:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:41:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:41:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:41:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:41:11.584Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:41:11.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:42:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:42:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:42:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:42:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:42:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:42:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:42:11.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:42:11.593Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:43:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:43:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:43:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:43:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:43:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:43:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:43:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:43:11.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:44:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:44:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:44:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:44:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:44:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:44:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:44:11.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:44:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:45:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:45:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:45:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:45:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:45:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:45:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:45:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:45:11.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:46:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:46:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:46:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:46:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:46:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:46:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:46:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:46:11.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:47:02.040Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:47:02.043Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:47:02.043Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:47:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:47:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:47:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:47:11.637Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:47:11.638Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:48:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:48:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:48:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:48:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:48:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:48:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:48:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:48:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:49:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:49:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:49:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:49:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:49:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:49:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:49:11.583Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:49:11.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:50:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:50:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:50:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:50:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:50:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:50:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:50:11.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:50:11.589Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:51:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:51:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:51:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:51:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:51:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:51:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:51:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:51:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:52:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:52:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:52:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:52:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:52:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:52:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:52:11.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:52:11.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:53:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:53:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:53:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:53:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:53:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:53:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:53:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:53:11.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:54:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:54:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:54:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:54:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:54:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:54:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:54:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:54:11.584Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:55:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:55:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:55:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:55:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:55:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:55:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:55:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:55:11.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:56:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:56:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:56:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:56:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:56:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:56:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:56:11.577Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:56:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:57:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:57:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:57:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:57:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:57:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:57:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:57:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:57:11.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:58:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:58:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:58:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:58:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:58:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:58:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:58:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:58:11.587Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:59:02.039Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:59:02.042Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:59:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:59:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T10:59:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T10:59:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T10:59:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T10:59:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:00:02.040Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:00:02.042Z||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. 2022-11-28T11:00:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:00:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:00:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:00:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:00:11.627Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:00:11.638Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:01:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:01:02.040Z||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. 2022-11-28T11:01:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:01:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:01:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:01:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:01:11.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:01:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:02:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:02:02.040Z||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. 2022-11-28T11:02:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:02:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:02:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:02:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:02:11.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:02:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:03:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:03:02.040Z||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. 2022-11-28T11:03:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:03:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:03:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:03:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:03:11.575Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:03:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:04:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:04:02.040Z||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. 2022-11-28T11:04:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:04:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:04:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:04:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:04:11.632Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:04:11.632Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:05:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:05:02.040Z||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. 2022-11-28T11:05:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:05:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:05:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:05:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:05:11.591Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:05:11.592Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:06:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:06:02.040Z||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. 2022-11-28T11:06:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:06:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:06:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:06:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:06:11.619Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:06:11.620Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:07:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:07:02.040Z||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. 2022-11-28T11:07:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:07:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:07:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:07:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:07:11.614Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:07:11.650Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:08:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:08:02.040Z||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. 2022-11-28T11:08:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:08:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:08:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:08:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:08:11.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:08:11.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:09:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:09:02.040Z||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. 2022-11-28T11:09:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:09:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:09:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:09:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:09:11.581Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:09:11.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:10:02.039Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:10:02.040Z||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. 2022-11-28T11:10:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:10:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:10:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:10:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:10:11.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:10:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:11:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:11:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:11:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:11:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:11:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:11:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:11:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:11:11.584Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:12:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:12:02.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:12:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:12:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:12:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:12:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:12:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:12:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:13:02.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:13:02.042Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:13:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:13:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:13:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:13:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:13:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:13:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:14:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:14:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:14:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:14:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:14:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:14:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:14:11.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:14:11.587Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:15:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:15:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:15:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:15:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:15:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:15:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:15:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:15:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:16:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:16:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:16:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:16:02.047Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:16:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:16:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:16:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:16:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:17:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:17:02.041Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:17:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:17:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:17:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:17:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:17:11.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:17:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:18:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:18:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:18:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:18:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:18:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:18:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:18:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:18:11.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:19:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:19:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:19:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:19:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:19:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:19:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:19:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:19:11.593Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:20:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:20:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:20:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:20:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:20:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:20:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:20:11.631Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:20:11.674Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:21:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:21:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:21:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:21:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:21:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:21:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:21:11.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:21:11.597Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:22:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:22:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:22:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:22:02.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:22:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:22:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:22:11.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:22:11.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:23:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:23:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:23:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:23:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:23:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:23:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:23:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:23:11.586Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:24:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:24:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:24:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:24:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:24:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:24:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:24:11.579Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:24:11.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:25:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:25:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:25:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:25:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:25:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:25:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:25:11.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:25:11.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:26:02.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:26:02.042Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:26:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:26:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:26:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:26:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:26:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:26:11.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:27:02.040Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:27:02.041Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:27:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:27:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:27:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:27:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:27:11.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:27:11.593Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:28:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:28:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:28:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:28:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:28:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:28:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:28:11.620Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:28:11.623Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:29:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:29:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:29:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:29:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:29:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:29:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:29:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:29:11.585Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:30:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:30:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:30:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:30:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:30:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:30:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:30:11.621Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:30:11.622Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:31:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:31:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:31:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:31:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:31:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:31:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:31:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:31:11.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:32:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:32:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:32:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:32:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:32:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:32:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:32:11.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:32:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:33:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:33:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:33:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:33:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:33:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:33:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:33:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:33:11.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:34:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:34:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:34:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:34:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:34:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:34:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:34:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:34:11.592Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:35:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:35:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:35:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:35:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:35:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:35:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:35:11.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:35:11.602Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:36:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:36:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:36:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:36:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:36:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:36:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:36:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:36:11.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:37:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:37:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:37:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:37:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:37:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:37:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:37:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:37:11.597Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:38:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:38:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:38:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:38:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:38:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:38:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:38:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:38:11.583Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:39:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:39:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:39:02.043Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:39:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:39:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:39:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:39:11.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:39:11.599Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:40:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:40:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:40:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:40:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:40:02.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:40:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:40:11.592Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:40:11.646Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:41:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:41:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:41:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:41:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:41:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:41:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:41:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:41:11.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:42:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:42:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:42:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:42:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:42:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:42:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:42:11.574Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:42:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:43:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:43:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:43:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:43:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:43:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:43:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:43:11.599Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:43:11.624Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:44:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:44:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:44:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:44:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:44:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:44:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:44:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:44:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:45:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:45:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:45:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:45:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:45:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:45:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:45:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:45:11.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:46:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:46:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:46:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:46:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:46:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:46:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:46:11.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:46:11.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:47:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:47:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:47:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:47:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:47:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:47:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:47:11.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:47:11.589Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:48:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:48:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:48:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:48:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:48:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:48:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:48:11.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:48:11.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:49:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:49:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:49:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:49:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:49:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:49:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:49:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:49:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:50:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:50:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:50:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:50:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:50:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:50:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:50:11.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:50:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:51:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:51:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:51:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:51:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:51:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:51:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:51:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:51:11.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:52:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:52:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:52:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:52:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:52:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:52:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:52:11.668Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:52:11.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:53:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:53:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:53:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:53:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:53:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:53:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:53:11.609Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:53:11.609Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:54:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:54:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:54:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:54:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:54:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:54:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:54:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:54:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:55:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:55:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:55:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:55:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:55:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:55:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:55:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:55:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:56:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:56:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:56:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:56:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:56:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:56:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:56:11.572Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:56:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:57:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:57:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:57:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:57:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:57:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:57:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:57:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:57:11.603Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:58:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:58:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:58:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:58:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:58:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:58:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:58:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:58:11.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:59:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:59:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:59:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:59:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T11:59:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T11:59:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T11:59:11.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T11:59:11.589Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:00:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:00:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:00:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:00:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:00:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:00:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:00:11.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:00:11.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:01:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:01:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:01:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:01:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:01:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:01:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:01:11.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:01:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:02:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:02:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:02:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:02:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:02:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:02:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:02:11.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:02:11.579Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:03:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:03:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:03:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:03:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:03:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:03:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:03:11.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:03:11.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:04:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:04:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:04:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:04:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:04:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:04:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:04:11.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:04:11.592Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:05:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:05:02.041Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:05:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:05:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:05:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:05:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:05:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:05:11.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:06:02.040Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:06:02.042Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:06:02.043Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:06:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:06:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:06:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:06:11.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:06:11.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:07:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:07:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:07:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T12:07:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:07:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:07:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:07:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:07:11.588Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:08:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:08:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:08:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T12:08:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:08:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:08:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:08:11.581Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:08:11.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:09:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:09:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:09:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T12:09:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:09:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:09:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:09:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:09:11.582Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:10:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:10:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:10:02.041Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T12:10:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:10:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:10:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:10:11.639Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:10:11.639Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:11:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:11:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:11:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:11:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:11:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:11:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:11:11.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:11:11.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:12:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:12:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:12:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:12:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:12:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:12:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:12:11.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:12:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:13:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:13:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:13:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:13:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:13:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:13:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:13:11.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:13:11.599Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:14:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:14:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:14:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:14:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:14:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:14:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:14:11.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:14:11.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:15:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:15:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:15:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:15:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:15:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:15:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:15:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:15:11.596Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:16:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:16:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:16:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:16:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:16:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:16:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:16:11.669Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:16:11.672Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:17:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:17:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:17:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:17:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:17:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:17:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:17:11.598Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:17:11.599Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:18:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:18:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:18:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:18:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:18:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:18:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:18:11.624Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:18:11.628Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:19:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:19:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:19:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:19:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:19:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:19:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:19:11.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:19:11.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:20:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:20:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:20:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:20:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:20:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:20:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:20:11.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:20:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:21:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:21:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:21:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:21:02.049Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:21:02.050Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:21:02.050Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:21:11.590Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:21:11.591Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:22:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:22:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:22:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:22:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:22:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:22:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:22:11.573Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:22:11.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:23:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:23:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:23:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:23:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:23:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:23:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:23:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:23:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:24:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:24:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:24:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:24:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:24:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:24:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:24:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:24:11.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:25:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:25:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:25:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:25:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:25:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:25:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:25:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:25:11.584Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:26:02.041Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:26:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:26:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:26:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:26:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:26:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:26:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:26:11.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:27:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:27:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:27:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:27:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:27:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:27:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:27:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:27:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:28:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:28:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:28:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:28:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:28:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:28:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:28:11.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:28:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:29:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:29:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:29:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:29:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:29:02.049Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:29:02.049Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:29:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:29:11.597Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:30:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:30:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:30:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:30:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:30:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:30:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:30:11.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:30:11.620Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:31:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:31:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:31:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:31:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:31:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:31:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:31:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:31:11.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:32:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:32:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:32:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:32:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:32:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:32:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:32:11.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:32:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:33:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:33:02.043Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:33:02.044Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:33:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:33:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:33:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:33:11.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:33:11.611Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:34:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:34:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:34:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:34:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:34:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:34:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:34:11.601Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:34:11.624Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:35:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:35:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:35:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:35:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:35:02.048Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:35:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:35:11.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:35:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:36:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:36:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:36:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:36:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:36:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:36:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:36:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:36:11.590Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:37:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:37:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:37:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:37:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:37:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:37:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:37:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:37:11.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:38:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:38:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:38:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:38:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:38:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:38:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:38:11.575Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:38:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:39:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:39:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:39:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:39:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:39:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:39:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:39:11.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:39:11.599Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:40:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:40:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:40:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:40:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:40:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:40:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:40:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:40:11.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:41:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:41:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:41:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:41:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:41:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:41:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:41:11.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:41:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:42:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:42:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:42:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:42:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:42:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:42:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:42:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:42:11.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:43:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:43:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:43:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:43:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:43:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:43:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:43:11.595Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:43:11.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:44:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:44:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:44:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:44:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:44:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:44:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:44:11.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:44:11.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:45:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:45:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:45:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:45:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:45:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:45:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:45:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:45:11.594Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:46:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:46:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:46:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:46:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:46:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:46:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:46:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:46:11.584Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:47:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:47:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:47:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:47:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:47:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:47:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:47:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:47:11.587Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:48:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:48:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:48:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:48:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:48:02.048Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:48:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:48:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:48:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:49:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:49:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:49:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:49:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:49:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:49:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:49:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:49:11.589Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:50:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:50:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:50:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:50:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:50:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:50:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:50:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:50:11.590Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:51:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:51:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:51:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:51:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:51:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:51:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:51:11.622Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:51:11.623Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:52:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:52:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:52:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:52:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:52:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:52:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:52:11.640Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:52:11.644Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:53:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:53:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:53:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:53:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:53:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:53:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:53:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:53:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:54:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:54:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:54:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:54:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:54:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:54:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:54:11.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:54:11.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:55:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:55:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:55:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:55:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:55:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:55:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:55:11.577Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:55:11.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:56:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:56:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:56:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:56:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:56:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:56:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:56:11.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:56:11.596Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:57:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:57:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:57:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:57:02.047Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:57:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:57:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:57:11.583Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:57:11.583Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:58:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:58:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:58:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:58:02.047Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:58:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:58:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:58:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:58:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:59:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:59:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:59:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:59:02.047Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T12:59:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T12:59:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T12:59:11.589Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T12:59:11.590Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:00:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:00:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:00:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:00:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:00:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:00:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:00:11.606Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:00:11.606Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:01:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:01:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:01:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:01:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:01:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:01:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:01:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:01:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:02:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:02:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:02:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:02:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:02:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:02:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:02:11.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:02:11.588Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:03:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:03:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:03:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:03:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:03:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:03:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:03:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:03:11.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:04:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:04:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:04:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:04:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:04:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:04:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:04:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:04:11.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:05:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:05:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:05:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:05:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:05:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:05:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:05:11.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:05:11.594Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:06:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:06:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:06:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:06:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:06:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:06:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:06:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:06:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:07:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:07:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:07:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:07:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:07:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:07:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:07:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:07:11.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:08:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:08:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:08:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:08:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:08:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:08:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:08:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:08:11.588Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:09:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:09:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:09:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:09:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:09:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:09:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:09:11.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:09:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:10:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:10:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:10:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:10:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:10:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:10:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:10:11.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:10:11.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:11:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:11:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:11:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:11:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:11:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:11:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:11:11.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:11:11.593Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:12:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:12:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:12:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:12:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:12:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:12:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:12:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:12:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:13:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:13:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:13:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:13:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:13:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:13:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:13:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:13:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:14:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:14:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:14:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:14:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:14:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:14:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:14:11.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:14:11.580Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:15:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:15:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:15:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:15:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:15:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:15:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:15:11.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:15:11.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:16:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:16:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:16:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:16:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:16:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:16:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:16:11.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:16:11.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:17:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:17:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:17:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:17:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:17:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:17:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:17:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:17:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:18:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:18:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:18:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:18:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:18:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:18:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:18:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:18:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:19:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:19:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:19:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:19:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:19:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:19:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:19:11.591Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:19:11.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:20:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:20:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:20:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:20:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:20:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:20:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:20:11.585Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:20:11.586Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:21:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:21:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:21:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:21:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:21:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:21:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:21:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:21:11.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:22:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:22:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:22:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:22:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:22:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:22:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:22:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:22:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:23:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:23:02.042Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:23:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:23:02.047Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:23:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:23:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:23:11.589Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:23:11.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:24:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:24:02.041Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:24:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:24:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:24:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:24:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:24:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:24:11.582Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:25:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:25:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:25:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:25:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:25:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:25:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:25:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:25:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:26:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:26:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:26:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:26:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:26:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:26:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:26:11.617Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:26:11.617Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:27:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:27:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:27:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:27:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:27:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:27:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:27:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:27:11.586Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:28:02.043Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:28:02.043Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:28:02.043Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:28:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:28:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:28:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:28:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:28:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:29:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:29:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:29:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:29:02.049Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:29:02.055Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:29:02.055Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:29:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:29:11.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:30:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:30:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:30:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:30:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:30:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:30:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:30:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:30:11.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:31:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:31:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:31:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:31:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:31:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:31:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:31:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:31:11.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:32:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:32:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:32:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:32:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:32:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:32:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:32:11.602Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:32:11.604Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:33:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:33:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:33:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:33:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:33:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:33:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:33:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:33:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:34:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:34:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:34:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:34:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:34:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:34:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:34:11.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:34:11.607Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:35:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:35:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:35:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:35:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:35:02.048Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:35:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:35:11.598Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:35:11.603Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:36:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:36:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:36:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:36:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:36:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:36:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:36:11.577Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:36:11.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:37:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:37:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:37:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:37:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:37:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:37:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:37:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:37:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:38:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:38:02.042Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:38:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:38:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:38:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:38:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:38:11.595Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:38:11.601Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:39:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:39:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:39:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:39:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:39:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:39:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:39:11.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:39:11.599Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:40:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:40:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:40:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:40:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:40:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:40:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:40:11.578Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:40:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:41:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:41:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:41:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:41:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:41:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:41:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:41:11.575Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:41:11.581Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:42:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:42:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:42:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:42:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:42:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:42:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:42:11.612Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:42:11.612Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:43:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:43:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:43:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:43:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:43:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:43:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:43:11.584Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:43:11.585Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:44:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:44:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:44:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:44:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:44:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:44:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:44:11.580Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:44:11.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:45:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:45:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:45:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:45:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:45:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:45:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:45:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:45:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:46:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:46:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:46:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:46:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:46:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:46:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:46:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:46:11.585Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:47:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:47:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:47:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:47:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:47:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:47:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:47:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:47:11.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:48:02.039Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:48:02.040Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:48:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:48:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:48:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:48:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:48:11.573Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:48:11.582Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:49:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:49:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:49:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:49:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:49:02.048Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:49:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:49:11.607Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:49:11.608Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:50:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:50:02.041Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:50:02.041Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:50:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:50:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:50:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:50:11.599Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:50:11.600Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:51:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:51:02.042Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:51:02.042Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:51:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:51:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:51:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:51:11.601Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:51:11.601Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:52:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:52:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:52:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:52:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:52:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:52:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:52:11.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:52:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:53:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:53:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:53:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:53:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:53:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:53:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:53:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:53:11.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:54:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:54:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:54:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:54:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:54:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:54:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:54:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:54:11.585Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:55:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:55:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:55:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:55:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:55:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:55:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:55:11.588Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:55:11.588Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:56:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:56:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:56:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:56:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:56:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:56:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:56:11.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:56:11.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:57:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:57:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:57:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:57:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:57:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:57:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:57:11.587Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:57:11.589Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:58:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:58:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:58:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:58:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:58:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:58:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:58:11.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:58:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:59:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:59:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:59:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T13:59:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T13:59:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T13:59:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T13:59:11.650Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T13:59:11.652Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:00:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:00:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:00:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:00:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:00:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:00:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:00:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:00:11.580Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:01:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:01:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:01:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:01:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:01:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:01:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:01:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:01:11.584Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:02:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:02:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:02:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:02:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:02:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:02:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:02:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:02:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:03:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:03:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:03:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:03:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:03:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:03:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:03:11.581Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:03:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:04:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:04:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:04:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:04:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:04:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:04:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:04:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:04:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:05:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:05:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:05:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:05:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:05:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:05:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:05:11.580Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:05:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:06:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:06:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:06:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:06:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:06:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:06:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:06:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:06:11.582Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:07:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:07:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:07:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:07:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:07:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:07:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:07:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:07:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:08:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:08:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:08:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:08:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:08:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:08:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:08:11.579Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:08:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:09:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:09:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:09:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:09:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:09:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:09:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:09:11.581Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:09:11.588Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:10:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:10:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:10:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:10:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:10:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:10:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:10:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:10:11.578Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:11:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:11:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:11:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:11:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:11:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:11:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:11:11.657Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:11:11.658Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:12:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:12:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:12:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:12:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:12:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:12:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:12:11.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:12:11.649Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:13:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:13:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:13:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:13:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:13:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:13:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:13:11.592Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:13:11.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:14:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:14:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:14:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:14:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:14:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:14:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:14:11.573Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:14:11.578Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:15:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:15:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:15:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:15:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:15:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:15:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:15:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:15:11.583Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:16:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:16:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:16:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:16:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:16:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:16:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:16:11.576Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:16:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:17:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:17:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:17:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:17:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:17:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:17:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:17:11.593Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:17:11.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:18:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:18:02.041Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:18:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:18:02.046Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:18:02.047Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:18:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:18:11.581Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:18:11.580Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:19:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:19:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:19:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:19:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:19:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:19:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:19:11.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:19:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:20:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:20:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:20:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:20:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:20:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:20:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:20:11.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:20:11.600Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:21:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:21:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:21:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:21:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:21:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:21:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:21:11.586Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:21:11.586Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:22:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:22:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:22:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:22:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:22:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:22:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:22:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:22:11.587Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:23:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:23:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:23:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:23:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:23:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:23:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:23:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:23:11.585Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:24:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:24:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:24:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:24:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:24:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:24:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:24:11.610Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:24:11.615Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:25:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:25:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:25:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:25:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:25:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:25:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:25:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:25:11.582Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:26:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:26:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:26:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:26:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:26:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:26:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:26:11.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:26:11.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:27:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:27:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:27:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:27:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:27:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:27:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:27:11.575Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:27:11.582Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:28:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:28:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:28:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:28:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:28:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:28:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:28:11.580Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:28:11.580Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:29:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:29:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:29:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:29:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:29:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:29:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:29:11.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:29:11.597Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:30:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:30:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:30:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:30:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:30:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:30:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:30:11.574Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:30:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:31:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:31:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:31:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:31:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:31:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:31:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:31:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:31:11.589Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:32:02.040Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:32:02.043Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:32:02.043Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:32:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:32:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:32:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:32:11.591Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:32:11.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:33:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:33:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:33:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:33:02.046Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:33:02.047Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:33:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:33:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:33:11.597Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:34:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:34:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:34:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:34:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:34:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:34:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:34:11.579Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:34:11.579Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:35:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:35:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:35:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:35:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:35:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:35:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:35:11.576Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:35:11.581Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:36:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:36:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:36:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:36:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:36:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:36:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:36:11.625Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:36:11.629Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:02.039Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:37:02.040Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:37:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:37:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:37:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:02.339Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:02.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646180672, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646182092, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646180672, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646182092, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:37:02.380Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646180672, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646182092, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-28T14:37:02.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646180672, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646182092, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.382Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "cds", "timestamp": 1669646190075, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646180672, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.383Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646182092, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-28T14:37:02.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "cds", "timestamp": 1669646190075, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646180672, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.384Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.384Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646182092, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "cds", "timestamp": 1669646190075, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.385Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.385Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646180672, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:37:02.386Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646182092, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:37:02.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646193498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "ves-openapi-manager", "timestamp": 1669646196099, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "cds", "timestamp": 1669646190075, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646194764, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:02.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:37:02.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646197282, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:02.389Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646193498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "ves-openapi-manager", "timestamp": 1669646196099, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "cds", "timestamp": 1669646190075, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646195936, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:02.391Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:37:02.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646193498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "ves-openapi-manager", "timestamp": 1669646196099, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "cds", "timestamp": 1669646190075, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646193498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646197040, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:02.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "ves-openapi-manager", "timestamp": 1669646196099, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "cds", "timestamp": 1669646190075, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:37:02.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646193498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646198207, "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 (?, ?, ?, ?, ?) 2022-11-28T14:37:02.625Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e299b749-cb16-49aa-84aa-2b619822de64 2022-11-28T14:37:02.652Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e299b749-cb16-49aa-84aa-2b619822de64 and ComponentName POLICY 2022-11-28T14:37:02.660Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:02.661Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.661Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"e299b749-cb16-49aa-84aa-2b619822de64","serviceName":"vFW 2022-11-28 14-35-30","serviceVersion":"1.0","serviceUUID":"648d3364-2728-4316-aed8-3c941182aa3f","serviceDescription":"catalog service description","serviceInvariantUUID":"87e5008e-7661-41c9-acf2-873562c35cc0","resources":[{"resourceInstanceName":"vFW 594c0994-8f6f 0","resourceName":"vFW 594c0994-8f6f","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"affb919a-ef2d-47d2-8515-d67a144a5196","resourceInvariantUUID":"8121bf3d-d090-4adf-afd8-9d03939ecb56","resourceCustomizationUUID":"c79d13c4-b7b5-4178-b99b-f2576a0209d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml","artifactChecksum":"NjQxMGJmZWJjMmE1MmJjN2U1MDdhOGI4NDhkN2E3OWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ee75adf6-46d3-432c-a509-0767dc18d2bc","artifactVersion":"1"},{"artifactName":"vfw594c09948f6f0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json","artifactChecksum":"ODk0MTY4MTk4ZGIzYWYzYmNhZjU2ZDEyMDhhNjMxZDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1466c91b-e236-45ec-97c9-e99608407d48","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"79757c2b-810c-4a5e-8e7b-6b7c51ad461a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml","artifactChecksum":"OTYyZGZmYzcwOGUyZjlmMDY0NjZmMzA5OTMwZmI2MGM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"38edbc2f-3abe-42df-a293-7d466c7dbaec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"478431f5-b9f6-4175-9af6-600429926d93","artifactVersion":"2","generatedFromUUID":"79757c2b-810c-4a5e-8e7b-6b7c51ad461a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221128143530-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml","artifactChecksum":"MzRkMjEzZTlmODljYmVjY2E1ZWVkZTM5YWIzMTM5OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"047f708a-c010-42c4-bb6d-0ec7150b6524","artifactVersion":"1"},{"artifactName":"service-Vfw20221128143530-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar","artifactChecksum":"ZTc0MjQ1MmY3MjNkMDBhMTNjNDdlMzgxOGZmNzBhYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91d6ad35-55b5-4bac-90af-9a4292371d3c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-28T14:37:02.672Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 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=? 2022-11-28T14:37:02.678Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:37:02.688Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.688Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "ves-openapi-manager", "timestamp": 1669646196099, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "cds", "timestamp": 1669646197889, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:02.689Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:02.689Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:37:02.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646193498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "multicloud-k8s-id", "timestamp": 1669646199217, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:37:02.691Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:37:02.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "ves-openapi-manager", "timestamp": 1669646196099, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "cds", "timestamp": 1669646198909, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:37:02.709Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e299b749-cb16-49aa-84aa-2b619822de64 2022-11-28T14:37:02.710Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e299b749-cb16-49aa-84aa-2b619822de64 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:37:02.719Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646193498, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:37:02.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.720Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.720Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "ves-openapi-manager", "timestamp": 1669646196099, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.720Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646201418, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:02.721Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:37:02.721Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.721Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646207093, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:37:02.722Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:37:02.722Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.722Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646208100, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:37:02.729Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e299b749-cb16-49aa-84aa-2b619822de64 2022-11-28T14:37:02.729Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e299b749-cb16-49aa-84aa-2b619822de64 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:37:02.744Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.744Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646212204, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:37:02.745Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:37:02.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "aai-ml", "timestamp": 1669646213209, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:37:02.751Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e299b749-cb16-49aa-84aa-2b619822de64 2022-11-28T14:37:02.751Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId e299b749-cb16-49aa-84aa-2b619822de64 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:37:02.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646214213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "ves-openapi-manager", "timestamp": 1669646216099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646214213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "ves-openapi-manager", "timestamp": 1669646216099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "cds", "timestamp": 1669646220075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646214213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "ves-openapi-manager", "timestamp": 1669646216099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "cds", "timestamp": 1669646220075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646214213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:37:02.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "ves-openapi-manager", "timestamp": 1669646216099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:02.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:37:02.789Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-11-28T14:37:02.794Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:02.794Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:02.806Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:02.806Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:03.697Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:37:03.697Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:03.700Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:03.700Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:37:03.800Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:03.801Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:03.801Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:03.814Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:03.814Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:04.700Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:37:04.701Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:04.703Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:04.703Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-28T14:37:04.803Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:04.804Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:04.804Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:04.813Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:04.813Z||pool-5-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:05.704Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:37:05.704Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:05.706Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:05.706Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:05.806Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T14:37:05.807Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:05.808Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:05.834Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:05.834Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:37:06.708Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:37:06.708Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:06.710Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:06.710Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-28T14:37:06.810Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:06.811Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:06.812Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:06.847Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:06.848Z||pool-7-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:07.710Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:37:07.711Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:07.713Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:07.713Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:37:07.813Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:07.815Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:07.816Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:07.826Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:07.826Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:08.714Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:37:08.714Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:08.716Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:08.717Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:37:08.817Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T14:37:08.818Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:08.818Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:08.828Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:08.828Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:09.718Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "serviceName": "vFW 2022-11-28 14-35-30", "serviceVersion": "1.0", "serviceUUID": "648d3364-2728-4316-aed8-3c941182aa3f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "87e5008e-7661-41c9-acf2-873562c35cc0", "resources": [ { "resourceInstanceName": "vFW 594c0994-8f6f 0", "resourceCustomizationUUID": "c79d13c4-b7b5-4178-b99b-f2576a0209d1", "resourceName": "vFW 594c0994-8f6f", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "affb919a-ef2d-47d2-8515-d67a144a5196", "resourceInvariantUUID": "8121bf3d-d090-4adf-afd8-9d03939ecb56", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw594c09948f6f0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "artifactChecksum": "ODk0MTY4MTk4ZGIzYWYzYmNhZjU2ZDEyMDhhNjMxZDg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1466c91b-e236-45ec-97c9-e99608407d48", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "79757c2b-810c-4a5e-8e7b-6b7c51ad461a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "478431f5-b9f6-4175-9af6-600429926d93", "generatedFromUUID": "79757c2b-810c-4a5e-8e7b-6b7c51ad461a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "478431f5-b9f6-4175-9af6-600429926d93", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221128143530-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "artifactChecksum": "ZTc0MjQ1MmY3MjNkMDBhMTNjNDdlMzgxOGZmNzBhYmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91d6ad35-55b5-4bac-90af-9a4292371d3c" } ], "workloadContext": "Production" } 2022-11-28T14:37:09.720Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-28T14:37:09.720Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 648d3364-2728-4316-aed8-3c941182aa3f ASDC 2022-11-28T14:37:09.829Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:e299b749-cb16-49aa-84aa-2b619822de64 ServiceName:vFW 2022-11-28 14-35-30 ServiceVersion:1.0 ServiceUUID:648d3364-2728-4316-aed8-3c941182aa3f ServiceInvariantUUID:87e5008e-7661-41c9-acf2-873562c35cc0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221128143530-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar ArtifactUUID:91d6ad35-55b5-4bac-90af-9a4292371d3c ArtifactChecksum:ZTc0MjQ1MmY3MjNkMDBhMTNjNDdlMzgxOGZmNzBhYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 594c0994-8f6f 0 ResourceCustomizationUUID:c79d13c4-b7b5-4178-b99b-f2576a0209d1 ResourceInvariantUUID:8121bf3d-d090-4adf-afd8-9d03939ecb56 ResourceName:vFW 594c0994-8f6f ResourceType:VF ResourceUUID:affb919a-ef2d-47d2-8515-d67a144a5196 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw594c09948f6f0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json ArtifactUUID:1466c91b-e236-45ec-97c9-e99608407d48 ArtifactChecksum:ODk0MTY4MTk4ZGIzYWYzYmNhZjU2ZDEyMDhhNjMxZDg= 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/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml ArtifactUUID:79757c2b-810c-4a5e-8e7b-6b7c51ad461a 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/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env ArtifactUUID:478431f5-b9f6-4175-9af6-600429926d93 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/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env ArtifactUUID:478431f5-b9f6-4175-9af6-600429926d93 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-28T14:37:09.830Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 648d3364-2728-4316-aed8-3c941182aa3f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:37:09.883Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:37:09.885Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-28T14:37:09.886Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-28T14:37:09.887Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 91d6ad35-55b5-4bac-90af-9a4292371d3c from URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:09.887Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-28T14:37:09.888Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:09.986Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-28T14:37:10.004Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar 91d6ad35-55b5-4bac-90af-9a4292371d3c 100664 2022-11-28T14:37:10.005Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar ASDC sendASDCNotification 2022-11-28T14:37:10.005Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:10.006Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:37:10.007Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:10.009Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:10.009Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646230004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:10.110Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T14:37:10.111Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:10.111Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:10.128Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:10.129Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:11.009Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:37:11.010Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-28T14:37:11.011Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 91d6ad35-55b5-4bac-90af-9a4292371d3c, URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar to file: /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:11.012Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221128143530-csar.csar 2022-11-28T14:37:11.095Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:11.095Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:11.920Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12179472426890838345/Definitions/service-Vfw20221128143530-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_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 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 2022-11-28T14:37:14.789Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-28T14:37:14.794Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-28T14:37:14.795Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.795Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2022-11-28T14:37:14.795Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.795Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||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-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.796Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||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-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.796Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||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-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.796Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.796Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.797Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||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-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.797Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.797Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.797Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.798Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 594c0994-8f6f 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-Vfw20221128143530-csar.csar 2022-11-28T14:37:14.798Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-28T14:37:14.804Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.805Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:14.809Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:14.810Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-28T14:37:14.811Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:37:14.813Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.814Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:14.814Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:14.814Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-28T14:37:14.814Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:37:14.815Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.815Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:14.818Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.819Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria 2022-11-28T14:37:14.819Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-28T14:37:14.819Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-28T14:37:14.820Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-28T14:37:14.820Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.820Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:14.820Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.821Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-28T14:37:14.821Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-28T14:37:14.821Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-28T14:37:14.822Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.822Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:14.822Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-28T14:37:14.823Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:14.823Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-28T14:37:14.823Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.823Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-28T14:37:14.824Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.824Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T14:37:14.825Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.826Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:14.826Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:37:14.826Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.827Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:14.827Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:37:14.827Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.827Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:14.828Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:37:14.828Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.828Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria 2022-11-28T14:37:14.829Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-28T14:37:14.829Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-28T14:37:14.829Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-28T14:37:14.830Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-28T14:37:14.830Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-28T14:37:14.830Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.831Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:14.831Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-28T14:37:14.831Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:14.831Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-28T14:37:14.832Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.832Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=75eb3880-4a37-4c11-a720-09d5432ad819 2022-11-28T14:37:14.833Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.833Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria 2022-11-28T14:37:14.833Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-28T14:37:14.833Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-28T14:37:14.834Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-28T14:37:14.834Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.834Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:14.835Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.835Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-28T14:37:14.835Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-28T14:37:14.835Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-28T14:37:14.836Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:14.836Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-28T14:37:14.836Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.837Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=94f96b51-7ab9-4f40-87b2-d133a105c04f 2022-11-28T14:37:14.837Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.837Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria 2022-11-28T14:37:14.838Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-28T14:37:14.838Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-28T14:37:14.838Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-28T14:37:14.838Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.839Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:14.839Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.839Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-28T14:37:14.840Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-28T14:37:14.840Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-28T14:37:14.840Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:14.840Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:14.841Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-28T14:37:14.841Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=255da3f9-b923-429f-8eed-0bbb68c0ccc5 2022-11-28T14:37:14.842Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.842Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:14.842Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.843Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:14.843Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.843Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:14.844Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:14.844Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:14.844Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-11-28 14-35-30 Description:catalog service description Model UUID:648d3364-2728-4316-aed8-3c941182aa3f Model Version:NULL Model InvariantUuid:87e5008e-7661-41c9-acf2-873562c35cc0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 594c0994-8f6f Model UUID:41847ac0-95be-4bd3-874c-bd5a9a4476c8 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:8121bf3d-d090-4adf-afd8-9d03939ecb56 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c79d13c4-b7b5-4178-b99b-f2576a0209d1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2e8f2eef-2037-41b7-b7b8-e1531b7e6fad ModelName:Vfw594c09948f6f..base_vfw..module-0 ModelUuid:9ea78e1d-3ed0-47d7-8f64-45d6d98954e6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:75eb3880-4a37-4c11-a720-09d5432ad819 ModelInvariantUuid:cb597015-49d0-4294-901c-42e64e248700 ModelName:vFW 594c0994-8f6f-nodes.vfwCvfc ModelUuid:f539818a-686d-409e-83aa-dd743d64c0a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:34d17e13-6112-4c9f-ae21-5c3e6eb6cf03 ModelInvariantUuid:488c0515-fadf-43cf-b85e-5eba2a36b603 ModelName:Vfw594c09948f6f.compute.nodes.heat.vfw ModelUuid:de30f3ab-9e5d-40d6-96fe-839d828c1338 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:94f96b51-7ab9-4f40-87b2-d133a105c04f ModelInvariantUuid:a03f8cd8-1f90-405b-9397-33e7f8701735 ModelName:vFW 594c0994-8f6f-nodes.vsnCvfc ModelUuid:02a1fdf6-c426-4a70-97d4-1997a81808a9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c60c9f58-dd5c-4e46-8f63-4356f1b6d244 ModelInvariantUuid:551ffaa3-8ea4-456b-b4b2-3f2989295ed9 ModelName:Vfw594c09948f6f.compute.nodes.heat.vsn ModelUuid:7ba962c5-03da-4947-85b7-4feb6fd6ee14 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:255da3f9-b923-429f-8eed-0bbb68c0ccc5 ModelInvariantUuid:9b32dc72-9d68-42ae-b05e-926a7f64ec46 ModelName:vFW 594c0994-8f6f-nodes.vpgCvfc ModelUuid:81140bde-15f4-418d-8996-d6b877640656 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:97792d2c-6ac4-4c41-afaf-183ef5811f37 ModelInvariantUuid:f1df587f-e510-4e43-9511-a5e95ed3659e ModelName:Vfw594c09948f6f.compute.nodes.heat.vpg ModelUuid:0deb9293-71c6-4db1-835d-f19f4012d873 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-28T14:37:14.857Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: affb919a-ef2d-47d2-8515-d67a144a5196 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:37:14.943Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||vFW 594c0994-8f6f 0 2022-11-28T14:37:14.949Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: affb919a-ef2d-47d2-8515-d67a144a5196 2022-11-28T14:37:14.949Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1466c91b-e236-45ec-97c9-e99608407d48 from URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json 2022-11-28T14:37:14.949Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-28T14:37:14.950Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json 2022-11-28T14:37:15.028Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-28T14:37:15.028Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json 1466c91b-e236-45ec-97c9-e99608407d48 785 2022-11-28T14:37:15.038Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json ASDC sendASDCNotification 2022-11-28T14:37:15.038Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json 2022-11-28T14:37:15.038Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:37:15.039Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:15.042Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:15.042Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646235037, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:15.142Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:15.143Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:15.143Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:15.153Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:15.154Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:16.043Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw594c09948f6f..base_vfw..module-0", "vfModuleModelInvariantUUID": "2e8f2eef-2037-41b7-b7b8-e1531b7e6fad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9ea78e1d-3ed0-47d7-8f64-45d6d98954e6", "vfModuleModelCustomizationUUID": "b0f2d7a1-92de-4d73-aa70-8a520af4eb7e", "isBase": true, "artifacts": [ "79757c2b-810c-4a5e-8e7b-6b7c51ad461a", "478431f5-b9f6-4175-9af6-600429926d93" ], "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": "" } } ] 2022-11-28T14:37:16.056Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw594c09948f6f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9ea78e1d-3ed0-47d7-8f64-45d6d98954e6 VfModuleModelInvariantUUID:2e8f2eef-2037-41b7-b7b8-e1531b7e6fad VfModuleModelDescription:NULL Artifacts UUID List:{ 79757c2b-810c-4a5e-8e7b-6b7c51ad461a , 478431f5-b9f6-4175-9af6-600429926d93 } 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 } 2022-11-28T14:37:16.059Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw594c09948f6f..base_vfw..module-0", "vfModuleModelInvariantUUID": "2e8f2eef-2037-41b7-b7b8-e1531b7e6fad", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9ea78e1d-3ed0-47d7-8f64-45d6d98954e6", "vfModuleModelCustomizationUUID": "b0f2d7a1-92de-4d73-aa70-8a520af4eb7e", "isBase": true, "artifacts": [ "79757c2b-810c-4a5e-8e7b-6b7c51ad461a", "478431f5-b9f6-4175-9af6-600429926d93" ], "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": "" } } ] 2022-11-28T14:37:16.059Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw594c09948f6f..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9ea78e1d-3ed0-47d7-8f64-45d6d98954e6 VfModuleModelInvariantUUID:2e8f2eef-2037-41b7-b7b8-e1531b7e6fad VfModuleModelDescription:NULL Artifacts UUID List:{ 79757c2b-810c-4a5e-8e7b-6b7c51ad461a , 478431f5-b9f6-4175-9af6-600429926d93 } 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 } 2022-11-28T14:37:16.059Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 79757c2b-810c-4a5e-8e7b-6b7c51ad461a from URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml 2022-11-28T14:37:16.060Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-28T14:37:16.060Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml 2022-11-28T14:37:16.110Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-28T14:37:16.110Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml 79757c2b-810c-4a5e-8e7b-6b7c51ad461a 20368 2022-11-28T14:37:16.111Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-28T14:37:16.111Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml 2022-11-28T14:37:16.111Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:37:16.111Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:16.113Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:16.113Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646236111, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:16.214Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:16.214Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:16.214Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:16.224Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:16.225Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:17.114Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 478431f5-b9f6-4175-9af6-600429926d93 from URL: /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env 2022-11-28T14:37:17.114Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-28T14:37:17.114Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env 2022-11-28T14:37:17.159Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-28T14:37:17.159Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env 478431f5-b9f6-4175-9af6-600429926d93 2098 2022-11-28T14:37:17.160Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-28T14:37:17.160Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env 2022-11-28T14:37:17.160Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:37:17.160Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:17.162Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:17.162Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646237160, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:37:17.263Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:17.264Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:17.264Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:17.274Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:17.275Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:18.163Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 648d3364-2728-4316-aed8-3c941182aa3f 2022-11-28T14:37:18.164Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 594c0994-8f6f 0 affb919a-ef2d-47d2-8515-d67a144a5196 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:37:18.218Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@db4572e, org.onap.sdc.toscaparser.api.parameters.Input@4c6a1350, org.onap.sdc.toscaparser.api.parameters.Input@422c7f37, org.onap.sdc.toscaparser.api.parameters.Input@87f6117, org.onap.sdc.toscaparser.api.parameters.Input@275d4a11] 2022-11-28T14:37:18.221Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= c79d13c4-b7b5-4178-b99b-f2576a0209d1 2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c79d13c4-b7b5-4178-b99b-f2576a0209d1 matches Tosca VF Customization UUID: c79d13c4-b7b5-4178-b99b-f2576a0209d1 2022-11-28T14:37:18.222Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: c79d13c4-b7b5-4178-b99b-f2576a0209d1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-28T14:37:18.230Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.230Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:18.231Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id c79d13c4-b7b5-4178-b99b-f2576a0209d1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-28T14:37:18.231Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@667b84ab 2022-11-28T14:37:18.232Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.232Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T14:37:18.232Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b0f2d7a1-92de-4d73-aa70-8a520af4eb7e 2022-11-28T14:37:18.233Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b0f2d7a1-92de-4d73-aa70-8a520af4eb7e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-28T14:37:18.246Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.247Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:18.247Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:37:18.247Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria 2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-28T14:37:18.248Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:18.249Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-28T14:37:18.250Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:18.250Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-28T14:37:18.250Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:18.250Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=75eb3880-4a37-4c11-a720-09d5432ad819 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-28T14:37:18.259Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.260Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:18.260Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:37:18.260Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.260Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria 2022-11-28T14:37:18.277Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-28T14:37:18.279Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-28T14:37:18.279Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-28T14:37:18.280Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:18.281Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=94f96b51-7ab9-4f40-87b2-d133a105c04f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-28T14:37:18.292Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.292Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:18.292Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is not matching search criteria 2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-11-28T14:37:18.295Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-11-28T14:37:18.296Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-11-28T14:37:18.297Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-11-28T14:37:18.297Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-11-28T14:37:18.297Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=255da3f9-b923-429f-8eed-0bbb68c0ccc5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Node template vFW 594c0994-8f6f 0 is matching search criteria 2022-11-28T14:37:18.300Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 594c0994-8f6f 0] matching following query criteria: sdcType=VF, customizationUUID=c79d13c4-b7b5-4178-b99b-f2576a0209d1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:37:18.302Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.303Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:18.303Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 648d3364-2728-4316-aed8-3c941182aa3f: vFW 594c0994-8f6f 2022-11-28T14:37:18.303Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.303Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:18.305Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:37:18.305Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-11-28 14-35-30 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:37:18.305Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-11-28 14-35-30 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 (?, ?, ?, ?, ?) 2022-11-28T14:37:18.631Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 594c0994-8f6f affb919a-ef2d-47d2-8515-d67a144a5196 1 ASDC deployResourceStructure 2022-11-28T14:37:18.631Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json ASDC sendASDCNotification 2022-11-28T14:37:18.631Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json 2022-11-28T14:37:18.631Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:37:18.632Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:18.633Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:18.633Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646238631, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:37:18.734Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:18.734Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:18.735Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:18.745Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:18.746Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:19.634Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-11-28T14:37:19.635Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml 2022-11-28T14:37:19.635Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:37:19.635Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:19.636Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:19.637Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646239634, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-28T14:37:19.737Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:19.738Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:19.738Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:19.747Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:19.748Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:20.638Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-11-28T14:37:20.638Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env 2022-11-28T14:37:20.638Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:37:20.638Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:20.640Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:20.640Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646240637, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-28T14:37:20.740Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T14:37:20.741Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:20.741Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:20.751Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:20.751Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:21.642Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar ASDC sendASDCNotification 2022-11-28T14:37:21.642Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar 2022-11-28T14:37:21.642Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:37:21.643Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:37:21.645Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:37:21.645Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646241642, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:37:21.745Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:37:21.746Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:37:21.746Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:37:21.756Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:37:21.756Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:37:22.646Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e299b749-cb16-49aa-84aa-2b619822de64 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:37:22.670Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e299b749-cb16-49aa-84aa-2b619822de64 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:37:22.673Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:37:22.674Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:37:22.674Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:37:22.679Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-28T14:37:52.680Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e299b749-cb16-49aa-84aa-2b619822de64 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-28T14:37:52.690Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e299b749-cb16-49aa-84aa-2b619822de64 and serviceModelVersionId: 648d3364-2728-4316-aed8-3c941182aa3f 2022-11-28T14:37:52.690Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87e5008e-7661-41c9-acf2-873562c35cc0 2022-11-28T14:38:02.047Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:38:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:38:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:02.066Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:02.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-11-28T14:38:02.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646222092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:38:02.067Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-11-28T14:38:07.399Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0 2022-11-28T14:38:07.520Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-28T14:38:07.974Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|INFO|500||Invoke 2022-11-28T14:38:07.982Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e299b749-cb16-49aa-84aa-2b619822de64], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9116bf30-0897-4a6d-806d-1c62668a0c37], X-ECOMP-RequestID=[e299b749-cb16-49aa-84aa-2b619822de64], X-TransactionId=[], X-ONAP-RequestID=[e299b749-cb16-49aa-84aa-2b619822de64], Content-Type=[application/merge-patch+json]} 2022-11-28T14:38:08.098Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-28T14:38:08.304Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?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/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 14:38:08 GMT], content-length=[0], vertex-id=[159840], x-aai-txid=[0-aai-resources-221128-14:38:08:047-32645], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-28T14:38:08.306Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-28T14:38:08.306Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87e5008e-7661-41c9-acf2-873562c35cc0/model-vers/model-ver/648d3364-2728-4316-aed8-3c941182aa3f?depth=0|INFO|500||InvokeReturn 2022-11-28T14:38:08.309Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-28T14:38:08.310Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:38:08.316Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T14:38:08.317Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e299b749-cb16-49aa-84aa-2b619822de64 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-28T14:38:08.318Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-28T14:38:08.319Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:08.321Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:08.321Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646288318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:38:08.421Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:08.422Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:08.422Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:08.432Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:08.432Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:38:09.341Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:38:09.341Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"6b1c7728-80a4-4f86-b332-b0e87f9fdc8e","serviceName":"basic_onboard_hjkjoS","serviceVersion":"1.0","serviceUUID":"71222b81-8aa8-4ccd-be41-0e1629904a31","serviceDescription":"service","serviceInvariantUUID":"f9af4935-b495-4bfd-9817-ff4756557716","resources":[{"resourceInstanceName":"basic_onboard_hjkjoS 0","resourceName":"basic_onboard_hjkjoS","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e64d0506-0ecd-43de-ab8a-016d345dabea","resourceInvariantUUID":"68d20701-d9f5-4256-a5d5-175e40097084","resourceCustomizationUUID":"f9a1fa57-7b39-4279-a475-2bfc761012ac","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ0NTgwYTdjNzk1ODQ2NjZhOWEwZjBmMDA0MzJiNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41b0e5e0-6e05-4b34-820a-298e8107b61b","artifactVersion":"1"},{"artifactName":"basic_onboard_hjkjos0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json","artifactChecksum":"ODQ3YmY4NmM3OTU4NTk2NWVjNjQyY2I2NWNhOWRhZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dddd6a8e-3260-4b64-ada4-69bf146535f0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5171dbd9-9504-4136-a2f6-71f799096371","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3fbb70d6-db9c-442c-9722-ed095efbd81e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"71e78653-4a6f-4415-8c75-ff487da6c6c9","artifactVersion":"2","generatedFromUUID":"5171dbd9-9504-4136-a2f6-71f799096371"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHjkjos-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml","artifactChecksum":"NGYwY2QwODcyYThjNDFlZDdlZTFkMWZjZWJmMjFkM2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3ad775ee-37f3-4587-8177-b4575ed5739d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHjkjos-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar","artifactChecksum":"ZWI2ZTkzOTcxZjQ3OTM4NzkwMDA0NDkzNTFkZGMzMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5b3eb106-53a9-4ac9-836a-5babe61ecfeb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-28T14:38:09.342Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:38:09.342Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:09.344Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:09.344Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:38:09.444Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:09.445Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:09.445Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:09.454Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:09.454Z||pool-19-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:10.344Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:38:10.345Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:10.346Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:10.347Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:38:10.447Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:10.448Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:10.448Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:10.457Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:10.457Z||pool-20-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:11.347Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:38:11.348Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:11.350Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:11.350Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-28T14:38:11.450Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:11.451Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:11.451Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:11.460Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:11.461Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:12.351Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:38:12.351Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:12.353Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:12.353Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:38:12.454Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T14:38:12.455Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:12.455Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:12.464Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:12.464Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:38:13.354Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:38:13.355Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:13.357Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:13.357Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-28T14:38:13.457Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:13.458Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:13.458Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:13.468Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:13.469Z||pool-23-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:14.358Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:38:14.359Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:14.361Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:14.361Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:38:14.462Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T14:38:14.462Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:14.462Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:14.493Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:14.493Z||pool-24-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:15.362Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:38:15.363Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:15.365Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:15.365Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:38:15.465Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:15.466Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:15.466Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:15.477Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:15.477Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:38:16.366Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "serviceName": "basic_onboard_hjkjoS", "serviceVersion": "1.0", "serviceUUID": "71222b81-8aa8-4ccd-be41-0e1629904a31", "serviceDescription": "service", "serviceInvariantUUID": "f9af4935-b495-4bfd-9817-ff4756557716", "resources": [ { "resourceInstanceName": "basic_onboard_hjkjoS 0", "resourceCustomizationUUID": "f9a1fa57-7b39-4279-a475-2bfc761012ac", "resourceName": "basic_onboard_hjkjoS", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e64d0506-0ecd-43de-ab8a-016d345dabea", "resourceInvariantUUID": "68d20701-d9f5-4256-a5d5-175e40097084", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_hjkjos0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "artifactChecksum": "ODQ3YmY4NmM3OTU4NTk2NWVjNjQyY2I2NWNhOWRhZmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dddd6a8e-3260-4b64-ada4-69bf146535f0", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5171dbd9-9504-4136-a2f6-71f799096371", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "71e78653-4a6f-4415-8c75-ff487da6c6c9", "generatedFromUUID": "5171dbd9-9504-4136-a2f6-71f799096371" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "71e78653-4a6f-4415-8c75-ff487da6c6c9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardHjkjos-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "artifactChecksum": "ZWI2ZTkzOTcxZjQ3OTM4NzkwMDA0NDkzNTFkZGMzMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5b3eb106-53a9-4ac9-836a-5babe61ecfeb" } ], "workloadContext": "Production" } 2022-11-28T14:38:16.367Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-28T14:38:16.367Z|e299b749-cb16-49aa-84aa-2b619822de64|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 71222b81-8aa8-4ccd-be41-0e1629904a31 ASDC 2022-11-28T14:38:16.368Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:6b1c7728-80a4-4f86-b332-b0e87f9fdc8e ServiceName:basic_onboard_hjkjoS ServiceVersion:1.0 ServiceUUID:71222b81-8aa8-4ccd-be41-0e1629904a31 ServiceInvariantUUID:f9af4935-b495-4bfd-9817-ff4756557716 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardHjkjos-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar ArtifactUUID:5b3eb106-53a9-4ac9-836a-5babe61ecfeb ArtifactChecksum:ZWI2ZTkzOTcxZjQ3OTM4NzkwMDA0NDkzNTFkZGMzMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_hjkjoS 0 ResourceCustomizationUUID:f9a1fa57-7b39-4279-a475-2bfc761012ac ResourceInvariantUUID:68d20701-d9f5-4256-a5d5-175e40097084 ResourceName:basic_onboard_hjkjoS ResourceType:VF ResourceUUID:e64d0506-0ecd-43de-ab8a-016d345dabea ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_hjkjos0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json ArtifactUUID:dddd6a8e-3260-4b64-ada4-69bf146535f0 ArtifactChecksum:ODQ3YmY4NmM3OTU4NTk2NWVjNjQyY2I2NWNhOWRhZmE= 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/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml ArtifactUUID:5171dbd9-9504-4136-a2f6-71f799096371 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/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env ArtifactUUID:71e78653-4a6f-4415-8c75-ff487da6c6c9 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/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env ArtifactUUID:71e78653-4a6f-4415-8c75-ff487da6c6c9 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-28T14:38:16.368Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71222b81-8aa8-4ccd-be41-0e1629904a31 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:38:16.410Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:38:16.411Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-28T14:38:16.411Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-28T14:38:16.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5b3eb106-53a9-4ac9-836a-5babe61ecfeb from URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:16.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-28T14:38:16.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:16.484Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-28T14:38:16.488Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar 5b3eb106-53a9-4ac9-836a-5babe61ecfeb 75302 2022-11-28T14:38:16.488Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar ASDC sendASDCNotification 2022-11-28T14:38:16.488Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:16.488Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:38:16.489Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:16.491Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:16.491Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646296488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:38:16.591Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:16.592Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:16.592Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:16.602Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:16.602Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:38:17.491Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:38:17.492Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-11-28T14:38:17.492Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 5b3eb106-53a9-4ac9-836a-5babe61ecfeb, URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar to file: /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:17.493Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:17.493Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:17.493Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:17.622Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12742746889270282279/Definitions/service-BasicOnboardHjkjos-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 2022-11-28T14:38:18.861Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hjkjoS 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-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||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-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||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-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:18.862Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||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-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||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-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria 2022-11-28T14:38:18.863Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria 2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-11-28T14:38:18.864Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is not matching search criteria 2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-11-28T14:38:18.865Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T14:38:18.866Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria 2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria 2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:38:18.867Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria 2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is not matching search criteria 2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-28T14:38:18.868Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=65f1b8f5-759c-4755-927b-a302ac14c4a2 2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:18.869Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.870Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:18.870Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:18.870Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:18.870Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_hjkjoS Description:service Model UUID:71222b81-8aa8-4ccd-be41-0e1629904a31 Model Version:NULL Model InvariantUuid:f9af4935-b495-4bfd-9817-ff4756557716 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_hjkjoS Model UUID:0306e8ff-0d48-4256-9f1c-6cba614ee049 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:68d20701-d9f5-4256-a5d5-175e40097084 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f9a1fa57-7b39-4279-a475-2bfc761012ac NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7e407e85-77c7-4406-b9af-646eddc51c0a ModelName:BasicOnboardHjkjos..base_ubuntu18..module-0 ModelUuid:f56ac6ca-6939-497b-9fc2-ea899ba16540 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:65f1b8f5-759c-4755-927b-a302ac14c4a2 ModelInvariantUuid:f7255dcb-3ba9-4204-8e9b-452b265877ec ModelName:basic_onboard_hjkjoS-nodes.ubuntu18Cvfc ModelUuid:1b29ee61-7fc1-409a-8ab3-89569ff7ec68 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2012630d-74fb-4d1a-b96e-f30127918ff2 ModelInvariantUuid:54a9dda8-05a7-4ba9-9f50-59e7b7736405 ModelName:BasicOnboardHjkjos.compute.nodes.heat.ubuntu18 ModelUuid:eb64a57e-1290-4dff-84d5-f87d4b060098 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-28T14:38:18.875Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: e64d0506-0ecd-43de-ab8a-016d345dabea Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:38:18.878Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||basic_onboard_hjkjoS 0 2022-11-28T14:38:18.878Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e64d0506-0ecd-43de-ab8a-016d345dabea 2022-11-28T14:38:18.878Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: dddd6a8e-3260-4b64-ada4-69bf146535f0 from URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json 2022-11-28T14:38:18.878Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-28T14:38:18.879Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json 2022-11-28T14:38:18.932Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-28T14:38:18.933Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json dddd6a8e-3260-4b64-ada4-69bf146535f0 798 2022-11-28T14:38:18.933Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json ASDC sendASDCNotification 2022-11-28T14:38:18.933Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json 2022-11-28T14:38:18.933Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:38:18.934Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:18.935Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:18.935Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646298933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:38:19.035Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:19.037Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:19.037Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:19.047Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:19.048Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:19.936Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHjkjos..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7e407e85-77c7-4406-b9af-646eddc51c0a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f56ac6ca-6939-497b-9fc2-ea899ba16540", "vfModuleModelCustomizationUUID": "2efdc93d-3d44-46f2-b05c-f30d60ee92dd", "isBase": true, "artifacts": [ "5171dbd9-9504-4136-a2f6-71f799096371", "71e78653-4a6f-4415-8c75-ff487da6c6c9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-28T14:38:19.939Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHjkjos..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f56ac6ca-6939-497b-9fc2-ea899ba16540 VfModuleModelInvariantUUID:7e407e85-77c7-4406-b9af-646eddc51c0a VfModuleModelDescription:NULL Artifacts UUID List:{ 5171dbd9-9504-4136-a2f6-71f799096371 , 71e78653-4a6f-4415-8c75-ff487da6c6c9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-28T14:38:19.941Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardHjkjos..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "7e407e85-77c7-4406-b9af-646eddc51c0a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f56ac6ca-6939-497b-9fc2-ea899ba16540", "vfModuleModelCustomizationUUID": "2efdc93d-3d44-46f2-b05c-f30d60ee92dd", "isBase": true, "artifacts": [ "5171dbd9-9504-4136-a2f6-71f799096371", "71e78653-4a6f-4415-8c75-ff487da6c6c9" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-28T14:38:19.941Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardHjkjos..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f56ac6ca-6939-497b-9fc2-ea899ba16540 VfModuleModelInvariantUUID:7e407e85-77c7-4406-b9af-646eddc51c0a VfModuleModelDescription:NULL Artifacts UUID List:{ 5171dbd9-9504-4136-a2f6-71f799096371 , 71e78653-4a6f-4415-8c75-ff487da6c6c9 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-28T14:38:19.941Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5171dbd9-9504-4136-a2f6-71f799096371 from URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml 2022-11-28T14:38:19.942Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-28T14:38:19.942Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml 2022-11-28T14:38:19.984Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-28T14:38:19.984Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml 5171dbd9-9504-4136-a2f6-71f799096371 5033 2022-11-28T14:38:19.985Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-28T14:38:19.985Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml 2022-11-28T14:38:19.985Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:38:19.985Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:19.987Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:19.987Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646299985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:38:20.087Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:20.088Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:20.088Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:20.098Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:20.098Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:20.987Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 71e78653-4a6f-4415-8c75-ff487da6c6c9 from URL: /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env 2022-11-28T14:38:20.988Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-11-28T14:38:20.988Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env 2022-11-28T14:38:21.032Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-11-28T14:38:21.032Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env 71e78653-4a6f-4415-8c75-ff487da6c6c9 909 2022-11-28T14:38:21.032Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-28T14:38:21.032Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env 2022-11-28T14:38:21.033Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:38:21.033Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:21.034Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:21.034Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646301032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:38:21.135Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:21.135Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:21.136Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:21.145Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:21.145Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:22.035Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 71222b81-8aa8-4ccd-be41-0e1629904a31 2022-11-28T14:38:22.036Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hjkjoS 0 e64d0506-0ecd-43de-ab8a-016d345dabea 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=? 2022-11-28T14:38:22.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21705e23, org.onap.sdc.toscaparser.api.parameters.Input@79735bd4, org.onap.sdc.toscaparser.api.parameters.Input@a3f730a, org.onap.sdc.toscaparser.api.parameters.Input@2b509eca, org.onap.sdc.toscaparser.api.parameters.Input@8f24cc5] 2022-11-28T14:38:22.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f9a1fa57-7b39-4279-a475-2bfc761012ac 2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9a1fa57-7b39-4279-a475-2bfc761012ac matches Tosca VF Customization UUID: f9a1fa57-7b39-4279-a475-2bfc761012ac 2022-11-28T14:38:22.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f9a1fa57-7b39-4279-a475-2bfc761012ac matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-28T14:38:22.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f9a1fa57-7b39-4279-a475-2bfc761012ac: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@35e3e9e3 2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T14:38:22.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2efdc93d-3d44-46f2-b05c-f30d60ee92dd 2022-11-28T14:38:22.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2efdc93d-3d44-46f2-b05c-f30d60ee92dd Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-28T14:38:22.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria 2022-11-28T14:38:22.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria 2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is not matching search criteria 2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-11-28T14:38:22.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-11-28T14:38:22.091Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=65f1b8f5-759c-4755-927b-a302ac14c4a2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria 2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_hjkjoS 0 is matching search criteria 2022-11-28T14:38:22.093Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_hjkjoS 0] matching following query criteria: sdcType=VF, customizationUUID=f9a1fa57-7b39-4279-a475-2bfc761012ac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:38:22.095Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.095Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 71222b81-8aa8-4ccd-be41-0e1629904a31: basic_onboard_hjkjoS 2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:22.096Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_hjkjoS is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:38:22.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_hjkjoS Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:38:22.221Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hjkjoS e64d0506-0ecd-43de-ab8a-016d345dabea 1 ASDC deployResourceStructure 2022-11-28T14:38:22.221Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json ASDC sendASDCNotification 2022-11-28T14:38:22.221Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json 2022-11-28T14:38:22.221Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:38:22.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:22.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:22.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646302221, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:38:22.324Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:22.325Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:22.325Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:22.336Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:22.336Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:23.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-11-28T14:38:23.225Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml 2022-11-28T14:38:23.225Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:38:23.225Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:23.226Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:23.227Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646303224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-28T14:38:23.327Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:23.328Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:23.328Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:23.338Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:23.338Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:24.227Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-11-28T14:38:24.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env 2022-11-28T14:38:24.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:38:24.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:24.232Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:24.232Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646304227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-28T14:38:24.331Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T14:38:24.331Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:24.331Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:24.340Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:24.341Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:25.233Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar ASDC sendASDCNotification 2022-11-28T14:38:25.233Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar 2022-11-28T14:38:25.233Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:38:25.234Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:38:25.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:38:25.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646305233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:38:25.336Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:38:25.337Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:38:25.337Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:38:25.347Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:38:25.347Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:38:26.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:38:26.248Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:38:26.251Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:38:26.251Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:38:26.251Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:38:56.251Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:38:56.264Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:38:56.266Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:38:56.266Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:38:56.266Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:39:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:39:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:39:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:39:02.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:39:02.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:39:02.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:39:02.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:39:26.266Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:39:26.277Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:39:26.279Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:39:26.279Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:39:26.279Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:39:56.280Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:39:56.290Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:39:56.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:39:56.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:39:56.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:40:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:40:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:40:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:40:02.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:40:02.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "cds", "timestamp": 1669646220075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646214213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "ves-openapi-manager", "timestamp": 1669646216099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646222092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:40:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646223498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:40:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "cds", "timestamp": 1669646220075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646214213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "ves-openapi-manager", "timestamp": 1669646216099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646222092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-28T14:40:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646223498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-11-28T14:40:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "cds", "timestamp": 1669646220075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646214213, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:40:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "ves-openapi-manager", "timestamp": 1669646216099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646222092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646223498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "cds", "timestamp": 1669646220075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646228929, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646222092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-28T14:40:02.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646223498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "cds", "timestamp": 1669646220075, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646222092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646223498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "cds", "timestamp": 1669646227778, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646222092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646223498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:40:02.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "cds", "timestamp": 1669646228784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:40:02.090Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e 2022-11-28T14:40:02.091Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:40:02.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646229959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646223498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:40:02.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:40:02.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646230004, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646231028, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.106Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646231221, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646232100, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.108Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646233141, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:40:02.114Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e 2022-11-28T14:40:02.115Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:40:02.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646233763, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:40:02.128Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646236246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:40:02.129Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "multicloud-k8s-id", "timestamp": 1669646234154, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:40:02.130Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669646234767, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:40:02.140Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e 2022-11-28T14:40:02.140Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:40:02.150Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.150Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "aai-ml", "timestamp": 1669646237251, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:40:02.157Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e 2022-11-28T14:40:02.157Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:40:02.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646235037, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.167Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.167Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.167Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646236111, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.168Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646237160, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:40:02.168Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.168Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646238631, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/vfw594c09948f6f0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:40:02.169Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.169Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646239634, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-11-28T14:40:02.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646240637, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/resourceInstances/vfw594c09948f6f0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-11-28T14:40:02.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:02.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:40:02.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646241642, "artifactURL": "/sdc/v1/catalog/services/Vfw20221128143530/1.0/artifacts/service-Vfw20221128143530-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:40:02.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:40:26.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:40:26.310Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:40:26.315Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:40:26.315Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-28T14:40:26.315Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-28T14:40:26.315Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-28T14:40:26.316Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:40:26.316Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:40:26.316Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:40:26.317Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:40:26.317Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:40:26.317Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:40:26.324Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-28T14:40:56.324Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-28T14:40:56.331Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and serviceModelVersionId: 71222b81-8aa8-4ccd-be41-0e1629904a31 2022-11-28T14:40:56.331Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f9af4935-b495-4bfd-9817-ff4756557716 2022-11-28T14:40:56.332Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0 2022-11-28T14:40:56.336Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-11-28T14:40:56.388Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-28T14:40:56.390Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0|INFO|500||Invoke 2022-11-28T14:40:56.415Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-28T14:40:56.526Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0|INFO|500||InvokeReturn 2022-11-28T14:40:56.526Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9af4935-b495-4bfd-9817-ff4756557716/model-vers/model-ver/71222b81-8aa8-4ccd-be41-0e1629904a31?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 14:40:56 GMT], content-length=[0], vertex-id=[147592], x-aai-txid=[0-aai-resources-221128-14:40:56:361-74293], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-28T14:40:56.527Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-11-28T14:40:56.527Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-28T14:40:56.528Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:40:56.552Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T14:40:56.552Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6b1c7728-80a4-4f86-b332-b0e87f9fdc8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-28T14:40:56.552Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-28T14:40:56.552Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:40:56.554Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:40:56.554Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646456552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:40:56.654Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:40:56.655Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:40:56.655Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:40:56.670Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:40:56.670Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:40:57.577Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:40:57.577Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:40:57.577Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:41:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:41:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:41:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:41:02.072Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:41:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "e299b749-cb16-49aa-84aa-2b619822de64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646288318, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:41:02.074Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:41:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:41:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:41:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:41:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:41:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-11-28T14:41:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:41:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:41:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:41:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-11-28T14:41:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:41:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:41:02.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:41:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646222039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:41:02.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T14:41:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646296488, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:41:02.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:41:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646298933, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:41:02.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646299985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:41:02.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646301032, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:41:02.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:41:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646302221, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/basic_onboard_hjkjos0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:41:02.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:41:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646303224, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-11-28T14:41:02.080Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:41:02.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646304227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/resourceInstances/basic_onboard_hjkjos0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-11-28T14:41:02.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:41:02.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T14:41:02.081Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646305233, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHjkjos/1.0/artifacts/service-BasicOnboardHjkjos-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:41:02.081Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:41:07.822Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:41:07.822Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:41:07.823Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:41:07.823Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:41:17.372Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:41:17.372Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:41:17.373Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:41:17.373Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:41:26.906Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:41:26.906Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:41:26.907Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:41:26.907Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:41:36.471Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:42:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:42:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:42:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:42:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:42:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:42:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:42:02.567Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:42:02.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-28T14:42:02.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6b1c7728-80a4-4f86-b332-b0e87f9fdc8e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669646456552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:42:02.568Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:42:11.575Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:43:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:43:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:43:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:43:02.046Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:43:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:43:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:43:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:43:11.579Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:44:02.040Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:44:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:44:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:44:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:44:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:44:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:44:11.582Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:44:11.588Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:45:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:45:02.042Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:45:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:45:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:45:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:45:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:45:11.592Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:45:11.593Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:46:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:46:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:46:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:46:02.046Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:46:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:46:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:46:11.583Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:46:11.603Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:47:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:47:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:47:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:47:02.047Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:47:02.047Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:47:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:47:11.578Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:47:11.603Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:48:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:48:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:48:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:48:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:48:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:48:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:48:11.576Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:48:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:49:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:49:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:49:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:49:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:49:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:49:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:49:11.591Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:49:11.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:50:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:50:02.041Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:50:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:50:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:50:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:50:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:50:11.579Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:50:11.584Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:51:02.039Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:51:02.040Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:51:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:51:02.046Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:51:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:51:02.048Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:51:02.408Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:51:02.409Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:51:02.409Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "ves-openapi-manager", "timestamp": 1669647056099, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:51:02.411Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:51:02.411Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "cds", "timestamp": 1669647060075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "ves-openapi-manager", "timestamp": 1669647056099, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "cds", "timestamp": 1669647060075, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:51:02.412Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:51:02.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:51:02.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-28T14:51:02.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"be9fbb91-2ed7-4cb8-9249-cf1153d70b54","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7c12b4d7-f143-4130-bcd4-6a4d635e6009","serviceDescription":"service","serviceInvariantUUID":"487ec69f-bdb3-449f-b2a7-043eaf21e781","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"baf1bef3-793f-4cd2-9131-fd89350f1c89","resourceInvariantUUID":"79d29dc2-a207-411a-840e-62c7e2459377","resourceCustomizationUUID":"f0a08652-595f-47d0-a68f-8f650b69d971","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":"YzYyM2NiYzJlNjI3MzVlYzU0NDcxMTBmOTk5YTUxMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7b4453a-08a1-4d2f-afcd-3e1e5d8d589c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDFmNzczNzIzMTAyYjkzNWExMDAwMzE4ZDQ0NGM0YzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9ef4bc4-7d28-4d85-b02a-943932544ef6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-28T14:51:02.665Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:51:02.665Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:51:02.669Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:51:02.669Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647062039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:51:02.769Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:51:02.770Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:51:02.770Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:51:02.780Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:51:02.781Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:51:03.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:51:03.670Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:51:03.672Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:51:03.672Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647062039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:51:03.772Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:51:03.773Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:51:03.774Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:51:03.782Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:51:03.782Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:51:04.673Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "7c12b4d7-f143-4130-bcd4-6a4d635e6009", "serviceDescription": "service", "serviceInvariantUUID": "487ec69f-bdb3-449f-b2a7-043eaf21e781", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "f0a08652-595f-47d0-a68f-8f650b69d971", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "baf1bef3-793f-4cd2-9131-fd89350f1c89", "resourceInvariantUUID": "79d29dc2-a207-411a-840e-62c7e2459377", "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": "MDFmNzczNzIzMTAyYjkzNWExMDAwMzE4ZDQ0NGM0YzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9ef4bc4-7d28-4d85-b02a-943932544ef6" } ], "workloadContext": "Production" } 2022-11-28T14:51:04.674Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-28T14:51:04.674Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7c12b4d7-f143-4130-bcd4-6a4d635e6009 ASDC 2022-11-28T14:51:04.675Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:be9fbb91-2ed7-4cb8-9249-cf1153d70b54 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:7c12b4d7-f143-4130-bcd4-6a4d635e6009 ServiceInvariantUUID:487ec69f-bdb3-449f-b2a7-043eaf21e781 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:b9ef4bc4-7d28-4d85-b02a-943932544ef6 ArtifactChecksum:MDFmNzczNzIzMTAyYjkzNWExMDAwMzE4ZDQ0NGM0YzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:f0a08652-595f-47d0-a68f-8f650b69d971 ResourceInvariantUUID:79d29dc2-a207-411a-840e-62c7e2459377 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:baf1bef3-793f-4cd2-9131-fd89350f1c89 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-11-28T14:51:04.675Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c12b4d7-f143-4130-bcd4-6a4d635e6009 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:51:04.714Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:51:04.715Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:51:04.715Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:51:04.716Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b9ef4bc4-7d28-4d85-b02a-943932544ef6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-28T14:51:04.716Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:51:04.716Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-28T14:51:04.797Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:51:04.801Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b9ef4bc4-7d28-4d85-b02a-943932544ef6 57665 2022-11-28T14:51:04.801Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-28T14:51:04.801Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-28T14:51:04.802Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:51:04.802Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:51:04.805Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:51:04.806Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647064801, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:51:04.906Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:51:04.907Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:51:04.907Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:51:04.919Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:51:04.920Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:51:05.807Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:51:05.809Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:51:05.809Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b9ef4bc4-7d28-4d85-b02a-943932544ef6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:05.810Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-11-28T14:51:05.811Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:05.811Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.031Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4787725283481537830/Definitions/service-BasicNetwork-template.yml 2022-11-28T14:51:06.580Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-28T14:51:06.580Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-28T14:51:06.580Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.580Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.581Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.582Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.583Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.584Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.585Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.586Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.586Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:7c12b4d7-f143-4130-bcd4-6a4d635e6009 Model Version:NULL Model InvariantUuid:487ec69f-bdb3-449f-b2a7-043eaf21e781 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:79d29dc2-a207-411a-840e-62c7e2459377 Model UUID:32307845-2f9f-472e-bcf8-770738219f30 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:f0a08652-595f-47d0-a68f-8f650b69d971 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-28T14:51:06.595Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: baf1bef3-793f-4cd2-9131-fd89350f1c89 2022-11-28T14:51:06.595Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||No resources found for Service: 7c12b4d7-f143-4130-bcd4-6a4d635e6009 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:51:06.602Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500|| 2022-11-28T14:51:06.602Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-11-28T14:51:06.603Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7c12b4d7-f143-4130-bcd4-6a4d635e6009 2022-11-28T14:51:06.603Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7c12b4d7-f143-4130-bcd4-6a4d635e6009 2022-11-28T14:51:06.604Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-11-28T14:51:06.604Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:51:06.610Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@155b15da, org.onap.sdc.toscaparser.api.parameters.Input@15a01f95, org.onap.sdc.toscaparser.api.parameters.Input@4bf504ad, org.onap.sdc.toscaparser.api.parameters.Input@7c0fea01, org.onap.sdc.toscaparser.api.parameters.Input@31b7d59f] 2022-11-28T14:51:06.612Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.612Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.612Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.612Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7c12b4d7-f143-4130-bcd4-6a4d635e6009: Generic NeutronNet 2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.613Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-11-28T14:51:06.649Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.649Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:51:06.650Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-28T14:51:06.724Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-11-28T14:51:06.724Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-11-28T14:51:06.724Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-11-28T14:51:06.724Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:51:06.725Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:51:06.726Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:51:06.726Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647066724, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:51:06.826Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:51:06.827Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:51:06.827Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:51:06.839Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:51:06.839Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:51:07.727Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:51:07.737Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:51:07.739Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:51:07.739Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:51:07.739Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:51:37.739Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:51:37.749Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:51:37.752Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:51:37.752Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:51:37.752Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:52:02.046Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:52:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:52:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:52:02.098Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:52:02.099Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:52:02.099Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "multicloud-k8s-id", "timestamp": 1669647062092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:52:02.100Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:52:07.752Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:52:07.765Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:52:07.766Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:52:07.766Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:52:07.766Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:52:37.767Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:52:37.778Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:52:37.780Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:52:37.780Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:52:37.780Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:53:02.046Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:53:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:53:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:53:02.070Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:53:02.071Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:53:02.071Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647062039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:53:02.072Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:53:07.781Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:53:07.793Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:53:07.799Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:53:07.799Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:53:07.799Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:53:37.799Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:53:37.811Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:53:37.813Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:53:37.813Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T14:53:37.814Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T14:54:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:54:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:54:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:02.072Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "cds", "timestamp": 1669647062924, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "multicloud-k8s-id", "timestamp": 1669647062092, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647063499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647062039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "cds", "timestamp": 1669647063931, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:02.092Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of be9fbb91-2ed7-4cb8-9249-cf1153d70b54 2022-11-28T14:54:02.092Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647063499, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647064801, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.102Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647066223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647066724, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:54:02.103Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647068004, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.104Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647069007, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:02.108Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of be9fbb91-2ed7-4cb8-9249-cf1153d70b54 2022-11-28T14:54:02.108Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.115Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.115Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647076099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647076099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647076099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647075075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647076099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647075075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647076099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.118Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647075075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647076099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-28T14:54:02.119Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647075075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647076099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.120Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647075075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "aai-ml", "timestamp": 1669647083404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647076099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647075075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647075075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647084886, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "multicloud-k8s-id", "timestamp": 1669647082092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647075075, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647086126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "multicloud-k8s-id", "timestamp": 1669647082092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.123Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.124Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647083776, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.124Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.124Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.124Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "ves-openapi-manager", "timestamp": 1669647087130, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.135Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 82d85dc3-01d0-4c68-a527-01b31f69d836 2022-11-28T14:54:02.135Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d85dc3-01d0-4c68-a527-01b31f69d836 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.143Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "multicloud-k8s-id", "timestamp": 1669647082092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "aai-ml", "timestamp": 1669647087400, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.144Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "cds", "timestamp": 1669647084781, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:02.149Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82d85dc3-01d0-4c68-a527-01b31f69d836 2022-11-28T14:54:02.149Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d85dc3-01d0-4c68-a527-01b31f69d836 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "multicloud-k8s-id", "timestamp": 1669647082092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.157Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "aai-ml", "timestamp": 1669647088405, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:02.161Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of be9fbb91-2ed7-4cb8-9249-cf1153d70b54 2022-11-28T14:54:02.161Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "multicloud-k8s-id", "timestamp": 1669647082092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "multicloud-k8s-id", "timestamp": 1669647082092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.173Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "multicloud-k8s-id", "timestamp": 1669647082092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "multicloud-k8s-id", "timestamp": 1669647082092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.174Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "cds", "timestamp": 1669647090075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.175Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "cds", "timestamp": 1669647090075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "cds", "timestamp": 1669647090075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.176Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647080672, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "ves-openapi-manager", "timestamp": 1669647096099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.177Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "cds", "timestamp": 1669647090075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647097527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "ves-openapi-manager", "timestamp": 1669647096099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.178Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "cds", "timestamp": 1669647090075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "ves-openapi-manager", "timestamp": 1669647096099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.179Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "cds", "timestamp": 1669647090075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "ves-openapi-manager", "timestamp": 1669647096099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "cds", "timestamp": 1669647090075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.180Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "ves-openapi-manager", "timestamp": 1669647096099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "cds", "timestamp": 1669647098289, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.181Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "ves-openapi-manager", "timestamp": 1669647096099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.182Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "cds", "timestamp": 1669647099293, "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 (?, ?, ?, ?, ?) 2022-11-28T14:54:02.200Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2f1ae60-302c-496d-8d55-398b25784b28 2022-11-28T14:54:02.200Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2f1ae60-302c-496d-8d55-398b25784b28 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.209Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647102548, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "ves-openapi-manager", "timestamp": 1669647096099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.210Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "aai-ml", "timestamp": 1669647103552, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:02.215Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82d85dc3-01d0-4c68-a527-01b31f69d836 2022-11-28T14:54:02.215Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d85dc3-01d0-4c68-a527-01b31f69d836 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.222Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647102253, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647104187, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:54:02.223Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.224Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647105190, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:02.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82d85dc3-01d0-4c68-a527-01b31f69d836 2022-11-28T14:54:02.228Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d85dc3-01d0-4c68-a527-01b31f69d836 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.236Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647105075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.237Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647105075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.238Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647105075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.239Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647105075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647109858, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.240Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647105075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647110926, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.241Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647105075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.242Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647112002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647093498, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647105075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.243Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647113039, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:02.249Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2f1ae60-302c-496d-8d55-398b25784b28 2022-11-28T14:54:02.249Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2f1ae60-302c-496d-8d55-398b25784b28 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647113275, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647105075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.258Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "multicloud-k8s-id", "timestamp": 1669647114049, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "ves-openapi-manager", "timestamp": 1669647116099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.259Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647105075, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.260Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "ves-openapi-manager", "timestamp": 1669647116099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647114834, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647115698, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647118384, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.261Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "ves-openapi-manager", "timestamp": 1669647116099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.262Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "cds", "timestamp": 1669647115842, "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 (?, ?, ?, ?, ?) 2022-11-28T14:54:02.274Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e196f61f-e3b6-44f8-ab34-ee04f70f80db 2022-11-28T14:54:02.274Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e196f61f-e3b6-44f8-ab34-ee04f70f80db and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.281Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.281Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647116702, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:02.285Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2f1ae60-302c-496d-8d55-398b25784b28 2022-11-28T14:54:02.285Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2f1ae60-302c-496d-8d55-398b25784b28 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.292Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "ves-openapi-manager", "timestamp": 1669647116099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "ves-openapi-manager", "timestamp": 1669647116099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-28T14:54:02.293Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "ves-openapi-manager", "timestamp": 1669647116099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "ves-openapi-manager", "timestamp": 1669647116099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.294Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "ves-openapi-manager", "timestamp": 1669647116099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "ves-openapi-manager", "timestamp": 1669647116099, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:02.295Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T14:54:07.814Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:54:07.825Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:54:07.827Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:54:07.828Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:54:07.828Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:54:07.828Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:07.832Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-28T14:54:37.833Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-28T14:54:37.837Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and serviceModelVersionId: 7c12b4d7-f143-4130-bcd4-6a4d635e6009 2022-11-28T14:54:37.837Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 487ec69f-bdb3-449f-b2a7-043eaf21e781 2022-11-28T14:54:37.838Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0 2022-11-28T14:54:37.843Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-28T14:54:37.906Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|INFO|500||Invoke 2022-11-28T14:54:37.907Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[be9fbb91-2ed7-4cb8-9249-cf1153d70b54], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b80ff784-abb3-4956-97c5-842fccee5aa7], X-ECOMP-RequestID=[be9fbb91-2ed7-4cb8-9249-cf1153d70b54], X-TransactionId=[], X-ONAP-RequestID=[be9fbb91-2ed7-4cb8-9249-cf1153d70b54], Content-Type=[application/merge-patch+json]} 2022-11-28T14:54:37.940Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-28T14:54:38.052Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?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/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 14:54:37 GMT], content-length=[0], vertex-id=[196672], x-aai-txid=[2-aai-resources-221128-14:54:37:890-7896], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-28T14:54:38.052Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-28T14:54:38.053Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/487ec69f-bdb3-449f-b2a7-043eaf21e781/model-vers/model-ver/7c12b4d7-f143-4130-bcd4-6a4d635e6009?depth=0|INFO|500||InvokeReturn 2022-11-28T14:54:38.053Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-28T14:54:38.054Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:54:38.063Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T14:54:38.064Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID be9fbb91-2ed7-4cb8-9249-cf1153d70b54 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-28T14:54:38.064Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-28T14:54:38.064Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:38.067Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:38.067Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647278064, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:54:38.167Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:54:38.168Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:38.168Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:38.180Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:38.181Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:54:39.090Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:54:39.090Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:54:39.091Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:43.463Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:43.465Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-28T14:54:43.465Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"82d85dc3-01d0-4c68-a527-01b31f69d836","serviceName":"Demo_pNF_ZILwK03GQOJupZwYRzuz","serviceVersion":"1.0","serviceUUID":"fc3632cf-7799-4b94-ac16-4c9f5169e303","serviceDescription":"catalog service description","serviceInvariantUUID":"eeafc422-8f77-453b-82de-85d9905140cf","resources":[{"resourceInstanceName":"pNF bd36d096-f397 0","resourceName":"pNF bd36d096-f397","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"873191f9-35da-4fe7-a1f2-5de92282e7fa","resourceInvariantUUID":"25144fce-9f6a-40b3-96f1-0f8c8c6c7f22","resourceCustomizationUUID":"a0462ecf-511b-4309-961f-83aa2b1ebaec","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml","artifactChecksum":"YzU3YWYwZTE3OWQyZjc4MDIyMTA0M2FiMWU5ZWViMWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"119ac1dc-ece7-4bc8-b55a-e95e0c839161","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar","artifactChecksum":"YWZmMTU5NjY2ODA2YmQyZGY4NDM4OTJlOWIyZmIyOWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"316bd421-5adb-438c-8a12-7f5c067929d4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b6b9a420-b019-4d8d-a671-e7f5b73acdee","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml","artifactChecksum":"YWNmZGE5ZDY5OTliMDUwZDYxYmMzM2ZjNWM1N2VlMzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"319c3fd7-bd80-40a4-a671-5c8f3f7e3654","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"390e29f0-a03e-4334-b6a0-62820b3c8e47","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e27fc25e-1236-4e06-acb2-059cf200b4df","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZilwk03gqojupzwyrzuz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml","artifactChecksum":"OWI3ZDM5OGM1ODE3NTljMmZiZGEwY2FkYmIyMDcxNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a174366d-8dd4-4eef-bceb-ab14436dc145","artifactVersion":"1"},{"artifactName":"service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar","artifactChecksum":"ZjY3YjcyZGVlNWMzMzQzNjg5OTJlMTEzMjA3YjM1NDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ded66d29-d20e-4817-8e19-0b27383c7ae1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-28T14:54:43.468Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:54:43.468Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:43.471Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:43.471Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:43.571Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:54:43.572Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:43.572Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:43.581Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:43.581Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:54:44.472Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:54:44.473Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:44.475Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:44.476Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:44.576Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:54:44.576Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:44.576Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:44.585Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:44.585Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:54:45.476Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:54:45.477Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:45.479Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:45.479Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:45.579Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T14:54:45.580Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:45.580Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:45.590Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:45.590Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:54:46.480Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:54:46.481Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:46.483Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:46.483Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:46.584Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:54:46.584Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:46.584Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:46.595Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:46.595Z||pool-43-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:54:47.484Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:54:47.485Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:47.487Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:47.487Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:47.587Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:54:47.588Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:47.588Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:47.596Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:47.596Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:54:48.488Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:54:48.488Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:48.490Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:48.490Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:48.590Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:54:48.591Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:48.591Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:48.601Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:48.601Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:54:49.491Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:54:49.492Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:49.494Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:49.494Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:54:49.594Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:54:49.595Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:49.595Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:49.604Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:49.604Z||pool-46-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:54:50.495Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:54:50.495Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:50.497Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:50.497Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:54:50.597Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:54:50.598Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:50.599Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:50.608Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:50.608Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:54:51.498Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "serviceName": "Demo_pNF_ZILwK03GQOJupZwYRzuz", "serviceVersion": "1.0", "serviceUUID": "fc3632cf-7799-4b94-ac16-4c9f5169e303", "serviceDescription": "catalog service description", "serviceInvariantUUID": "eeafc422-8f77-453b-82de-85d9905140cf", "resources": [ { "resourceInstanceName": "pNF bd36d096-f397 0", "resourceCustomizationUUID": "a0462ecf-511b-4309-961f-83aa2b1ebaec", "resourceName": "pNF bd36d096-f397", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "873191f9-35da-4fe7-a1f2-5de92282e7fa", "resourceInvariantUUID": "25144fce-9f6a-40b3-96f1-0f8c8c6c7f22", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "artifactChecksum": "ZjY3YjcyZGVlNWMzMzQzNjg5OTJlMTEzMjA3YjM1NDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ded66d29-d20e-4817-8e19-0b27383c7ae1" } ], "workloadContext": "Production" } 2022-11-28T14:54:51.498Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-28T14:54:51.498Z|be9fbb91-2ed7-4cb8-9249-cf1153d70b54|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fc3632cf-7799-4b94-ac16-4c9f5169e303 ASDC 2022-11-28T14:54:51.499Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:82d85dc3-01d0-4c68-a527-01b31f69d836 ServiceName:Demo_pNF_ZILwK03GQOJupZwYRzuz ServiceVersion:1.0 ServiceUUID:fc3632cf-7799-4b94-ac16-4c9f5169e303 ServiceInvariantUUID:eeafc422-8f77-453b-82de-85d9905140cf ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar ArtifactUUID:ded66d29-d20e-4817-8e19-0b27383c7ae1 ArtifactChecksum:ZjY3YjcyZGVlNWMzMzQzNjg5OTJlMTEzMjA3YjM1NDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF bd36d096-f397 0 ResourceCustomizationUUID:a0462ecf-511b-4309-961f-83aa2b1ebaec ResourceInvariantUUID:25144fce-9f6a-40b3-96f1-0f8c8c6c7f22 ResourceName:pNF bd36d096-f397 ResourceType:PNF ResourceUUID:873191f9-35da-4fe7-a1f2-5de92282e7fa ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-28T14:54:51.499Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fc3632cf-7799-4b94-ac16-4c9f5169e303 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:54:51.535Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ded66d29-d20e-4817-8e19-0b27383c7ae1 from URL: /sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:54:51.536Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:51.758Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar ded66d29-d20e-4817-8e19-0b27383c7ae1 87790 2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar ASDC sendASDCNotification 2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:54:51.763Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:51.767Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:51.767Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647291763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:54:51.869Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T14:54:51.870Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:51.871Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:51.880Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:51.880Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:54:52.768Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:54:52.769Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:54:52.770Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ded66d29-d20e-4817-8e19-0b27383c7ae1, URL: /sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar to file: /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:52.770Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:52.771Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:52.771Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:52.884Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18417086524989479900/Definitions/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml 2022-11-28T14:54:53.617Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||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-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||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-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||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-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:53.618Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||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-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF bd36d096-f397 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-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||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-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Node template pNF bd36d096-f397 0 is matching search criteria 2022-11-28T14:54:53.619Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF bd36d096-f397 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Node template pNF bd36d096-f397 0 is matching search criteria 2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF bd36d096-f397 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:54:53.620Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:54:53.621Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:54:53.622Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:54:53.622Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ZILwK03GQOJupZwYRzuz Description:catalog service description Model UUID:fc3632cf-7799-4b94-ac16-4c9f5169e303 Model Version:NULL Model InvariantUuid:eeafc422-8f77-453b-82de-85d9905140cf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-28T14:54:53.634Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 873191f9-35da-4fe7-a1f2-5de92282e7fa Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:54:53.637Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||pNF bd36d096-f397 0 2022-11-28T14:54:53.637Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 873191f9-35da-4fe7-a1f2-5de92282e7fa 2022-11-28T14:54:53.637Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||No resources found for Service: fc3632cf-7799-4b94-ac16-4c9f5169e303 2022-11-28T14:54:53.638Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: fc3632cf-7799-4b94-ac16-4c9f5169e303 2022-11-28T14:54:53.638Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF bd36d096-f397 0 873191f9-35da-4fe7-a1f2-5de92282e7fa ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f3e9607, org.onap.sdc.toscaparser.api.parameters.Input@2ab64a89, org.onap.sdc.toscaparser.api.parameters.Input@78830854, org.onap.sdc.toscaparser.api.parameters.Input@e9e92c, org.onap.sdc.toscaparser.api.parameters.Input@3b5cd998] 2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid fc3632cf-7799-4b94-ac16-4c9f5169e303: pNF bd36d096-f397 2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Processing PNF resource: 873191f9-35da-4fe7-a1f2-5de92282e7fa 2022-11-28T14:54:53.643Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:54:53.644Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ZILwK03GQOJupZwYRzuz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:54:53.644Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||Resource customization UUID: a0462ecf-511b-4309-961f-83aa2b1ebaec is the same as notified resource customizationUUID: a0462ecf-511b-4309-961f-83aa2b1ebaec Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-28T14:54:53.691Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF bd36d096-f397 873191f9-35da-4fe7-a1f2-5de92282e7fa 0 ASDC deployResourceStructure 2022-11-28T14:54:53.692Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar ASDC sendASDCNotification 2022-11-28T14:54:53.692Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar 2022-11-28T14:54:53.692Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:54:53.692Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:54:53.694Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:54:53.694Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647293692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:54:53.794Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:54:53.795Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:54:53.795Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:54:53.803Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:54:53.804Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:54:54.694Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d85dc3-01d0-4c68-a527-01b31f69d836 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:54:54.705Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d85dc3-01d0-4c68-a527-01b31f69d836 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:54:54.707Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:54:54.707Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-28T14:54:54.707Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-28T14:54:54.707Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-28T14:54:54.707Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:54:54.708Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:54:54.708Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:54:54.708Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:54:54.708Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:54:54.708Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:54:54.712Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-28T14:55:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:55:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:55:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:02.066Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:02.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647125418, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:55:02.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647102092, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:55:02.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "aai-ml", "timestamp": 1669647126422, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:55:02.081Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2f1ae60-302c-496d-8d55-398b25784b28 2022-11-28T14:55:02.081Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2f1ae60-302c-496d-8d55-398b25784b28 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:55:02.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647123498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647124224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:02.090Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647123498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647125289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:02.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647123498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647126341, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:02.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647123498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647127414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:02.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647123498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647128509, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:55:02.100Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e196f61f-e3b6-44f8-ab34-ee04f70f80db 2022-11-28T14:55:02.100Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e196f61f-e3b6-44f8-ab34-ee04f70f80db and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:55:02.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647123498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "multicloud-k8s-id", "timestamp": 1669647129524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:55:02.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.111Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647123498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.112Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.113Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.113Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.113Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647123498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.114Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:02.114Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.114Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647123498, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:55:02.115Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.115Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.115Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647110672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:55:02.116Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:55:02.116Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.116Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647133235, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:02.116Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.117Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.117Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647136517, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:02.117Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.118Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.118Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647135609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:55:02.118Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.119Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.119Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647136613, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:55:02.125Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e196f61f-e3b6-44f8-ab34-ee04f70f80db 2022-11-28T14:55:02.125Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e196f61f-e3b6-44f8-ab34-ee04f70f80db and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:55:02.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647143265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:55:02.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:55:02.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:55:02.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "aai-ml", "timestamp": 1669647144269, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:55:02.140Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e196f61f-e3b6-44f8-ab34-ee04f70f80db 2022-11-28T14:55:02.140Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e196f61f-e3b6-44f8-ab34-ee04f70f80db and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:55:24.713Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82d85dc3-01d0-4c68-a527-01b31f69d836 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-28T14:55:24.718Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82d85dc3-01d0-4c68-a527-01b31f69d836 and serviceModelVersionId: fc3632cf-7799-4b94-ac16-4c9f5169e303 2022-11-28T14:55:24.718Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eeafc422-8f77-453b-82de-85d9905140cf 2022-11-28T14:55:24.719Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eeafc422-8f77-453b-82de-85d9905140cf/model-vers/model-ver/fc3632cf-7799-4b94-ac16-4c9f5169e303?depth=0 2022-11-28T14:55:24.722Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-28T14:55:24.764Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeafc422-8f77-453b-82de-85d9905140cf/model-vers/model-ver/fc3632cf-7799-4b94-ac16-4c9f5169e303?depth=0|INFO|500||Invoke 2022-11-28T14:55:24.764Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeafc422-8f77-453b-82de-85d9905140cf/model-vers/model-ver/fc3632cf-7799-4b94-ac16-4c9f5169e303?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeafc422-8f77-453b-82de-85d9905140cf/model-vers/model-ver/fc3632cf-7799-4b94-ac16-4c9f5169e303?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[82d85dc3-01d0-4c68-a527-01b31f69d836], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c091072-a0c8-44ca-ac5c-15e3c32f33d2], X-ECOMP-RequestID=[82d85dc3-01d0-4c68-a527-01b31f69d836], X-TransactionId=[], X-ONAP-RequestID=[82d85dc3-01d0-4c68-a527-01b31f69d836], Content-Type=[application/merge-patch+json]} 2022-11-28T14:55:24.786Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeafc422-8f77-453b-82de-85d9905140cf/model-vers/model-ver/fc3632cf-7799-4b94-ac16-4c9f5169e303?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-28T14:55:24.895Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeafc422-8f77-453b-82de-85d9905140cf/model-vers/model-ver/fc3632cf-7799-4b94-ac16-4c9f5169e303?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/eeafc422-8f77-453b-82de-85d9905140cf/model-vers/model-ver/fc3632cf-7799-4b94-ac16-4c9f5169e303?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 14:55:24 GMT], content-length=[0], vertex-id=[475176], x-aai-txid=[2-aai-resources-221128-14:55:24:735-74517], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-28T14:55:24.895Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeafc422-8f77-453b-82de-85d9905140cf/model-vers/model-ver/fc3632cf-7799-4b94-ac16-4c9f5169e303?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-28T14:55:24.896Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeafc422-8f77-453b-82de-85d9905140cf/model-vers/model-ver/fc3632cf-7799-4b94-ac16-4c9f5169e303?depth=0|INFO|500||InvokeReturn 2022-11-28T14:55:24.896Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-28T14:55:24.896Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:55:24.908Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T14:55:24.908Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82d85dc3-01d0-4c68-a527-01b31f69d836 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-28T14:55:24.908Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-28T14:55:24.909Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:24.911Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:24.911Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647324908, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:55:25.011Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:25.012Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:55:25.012Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:25.025Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:25.026Z||pool-50-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:55:25.936Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-28T14:55:25.936Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2f1ae60-302c-496d-8d55-398b25784b28","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3b401dbd-bd8d-4749-b0ed-669aae79e7f6","serviceDescription":"service","serviceInvariantUUID":"3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe3905e5-0691-439d-af56-013d5fc50892","resourceInvariantUUID":"c3a08de8-de66-467d-b556-7f91dd038bc1","resourceCustomizationUUID":"c6f4671d-ca93-436c-86a2-4c0ccc921c24","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":"MmYwYjg5ZWUxZGNhM2MwMDk4ZmRjOGZkMmJkOTk4YjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95fcc61e-2dfe-4f63-9f1d-b7b23e9ff48a","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":"MmVhNzk1YTlmZTc4MzFlMGE2OGJmNTkzZmEwNWFjMDk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13af92eb-38a7-4f7e-be10-4deefa47b0a9","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":"97b9aec9-d875-4178-b7e0-b39fb142bca1","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":"07be064c-a105-49b0-a602-008acfc4741f","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":"1024b96e-3e4d-4b77-8c59-255804c1f6e0","artifactVersion":"2","generatedFromUUID":"97b9aec9-d875-4178-b7e0-b39fb142bca1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZGY4OWIzNWQyZTc2OGQ2NzZmYzIyODhmOTYyZTA3YmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"129e771c-4e08-43ba-aec2-dfdfec66d9b3","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTNlMzIxYTE4YTQ2MjFlMmZkMDFkMmQ2MTA4NDMzNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d7502a57-c853-4dc0-bf4d-9f2e57142ff3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-28T14:55:25.937Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:55:25.937Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:25.938Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:25.938Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:26.039Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:26.040Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:55:26.040Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:26.050Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:26.051Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:26.939Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:55:26.940Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:26.941Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:26.941Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:55:27.041Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:27.042Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:55:27.042Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:27.052Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:27.052Z||pool-52-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:27.942Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:55:27.942Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:27.944Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:27.944Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-28T14:55:28.045Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T14:55:28.046Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:55:28.046Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:28.054Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:28.055Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:28.945Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:55:28.945Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:28.947Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:28.947Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:29.047Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:29.048Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:55:29.048Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:29.058Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:29.058Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:55:29.948Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:55:29.948Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:29.950Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:29.950Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-28T14:55:30.053Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-28T14:55:30.054Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:55:30.054Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:30.064Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:30.064Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:30.950Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:55:30.951Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:30.954Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:30.954Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:55:31.055Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:31.056Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:55:31.056Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:31.064Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:31.064Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:55:31.956Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:55:31.956Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:31.959Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:31.959Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:55:32.062Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-28T14:55:32.063Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-11-28T14:55:32.063Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:32.071Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:32.071Z||pool-57-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:32.960Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "3b401dbd-bd8d-4749-b0ed-669aae79e7f6", "serviceDescription": "service", "serviceInvariantUUID": "3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c6f4671d-ca93-436c-86a2-4c0ccc921c24", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fe3905e5-0691-439d-af56-013d5fc50892", "resourceInvariantUUID": "c3a08de8-de66-467d-b556-7f91dd038bc1", "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": "MmVhNzk1YTlmZTc4MzFlMGE2OGJmNTkzZmEwNWFjMDk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "13af92eb-38a7-4f7e-be10-4deefa47b0a9", "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": "97b9aec9-d875-4178-b7e0-b39fb142bca1", "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": "1024b96e-3e4d-4b77-8c59-255804c1f6e0", "generatedFromUUID": "97b9aec9-d875-4178-b7e0-b39fb142bca1" }, "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": "1024b96e-3e4d-4b77-8c59-255804c1f6e0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTNlMzIxYTE4YTQ2MjFlMmZkMDFkMmQ2MTA4NDMzNTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d7502a57-c853-4dc0-bf4d-9f2e57142ff3" } ], "workloadContext": "Production" } 2022-11-28T14:55:32.960Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-28T14:55:32.960Z|82d85dc3-01d0-4c68-a527-01b31f69d836|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b401dbd-bd8d-4749-b0ed-669aae79e7f6 ASDC 2022-11-28T14:55:32.961Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:d2f1ae60-302c-496d-8d55-398b25784b28 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:3b401dbd-bd8d-4749-b0ed-669aae79e7f6 ServiceInvariantUUID:3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8 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:d7502a57-c853-4dc0-bf4d-9f2e57142ff3 ArtifactChecksum:YTNlMzIxYTE4YTQ2MjFlMmZkMDFkMmQ2MTA4NDMzNTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c6f4671d-ca93-436c-86a2-4c0ccc921c24 ResourceInvariantUUID:c3a08de8-de66-467d-b556-7f91dd038bc1 ResourceName:basic_vm ResourceType:VF ResourceUUID:fe3905e5-0691-439d-af56-013d5fc50892 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:13af92eb-38a7-4f7e-be10-4deefa47b0a9 ArtifactChecksum:MmVhNzk1YTlmZTc4MzFlMGE2OGJmNTkzZmEwNWFjMDk= 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:97b9aec9-d875-4178-b7e0-b39fb142bca1 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:1024b96e-3e4d-4b77-8c59-255804c1f6e0 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:1024b96e-3e4d-4b77-8c59-255804c1f6e0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-28T14:55:32.961Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b401dbd-bd8d-4749-b0ed-669aae79e7f6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:55:32.995Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:55:32.995Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:55:32.995Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:55:32.995Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d7502a57-c853-4dc0-bf4d-9f2e57142ff3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-28T14:55:32.995Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:55:32.996Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-28T14:55:33.150Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:55:33.152Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d7502a57-c853-4dc0-bf4d-9f2e57142ff3 74810 2022-11-28T14:55:33.153Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-28T14:55:33.153Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-28T14:55:33.153Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:55:33.153Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:33.155Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:33.155Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647333153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:33.255Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:33.256Z||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. 2022-11-28T14:55:33.256Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:33.285Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:33.286Z||pool-58-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:55:34.156Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:55:34.156Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:55:34.157Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d7502a57-c853-4dc0-bf4d-9f2e57142ff3, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-28T14:55:34.157Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-11-28T14:55:34.157Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-11-28T14:55:34.158Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-11-28T14:55:34.302Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17318123830259325080/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 2022-11-28T14:55:35.473Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-28T14:55:35.473Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-28T14:55:35.474Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-11-28T14:55:35.474Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-28T14:55:35.474Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.474Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.474Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.474Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.474Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.474Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.475Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.475Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-28T14:55:35.475Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.475Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:35.475Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-28T14:55:35.478Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-28T14:55:35.479Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:55:35.479Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.479Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:35.479Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-28T14:55:35.480Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-28T14:55:35.480Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:55:35.480Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.480Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:35.481Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.481Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-28T14:55:35.481Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-28T14:55:35.481Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-28T14:55:35.481Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-28T14:55:35.482Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-28T14:55:35.482Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-28T14:55:35.482Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.482Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T14:55:35.483Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.483Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-28T14:55:35.483Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:55:35.484Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.484Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-28T14:55:35.484Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:55:35.484Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.484Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-28T14:55:35.485Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:55:35.485Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.485Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-28T14:55:35.485Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-28T14:55:35.485Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-28T14:55:35.485Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d9665136-239e-4233-bca7-a9d637d53bae 2022-11-28T14:55:35.486Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.486Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:35.486Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.486Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:35.486Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.487Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:35.487Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:35.487Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:35.487Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:3b401dbd-bd8d-4749-b0ed-669aae79e7f6 Model Version:NULL Model InvariantUuid:3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f2f61569-7bba-43ee-a917-1e647fee2900 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c3a08de8-de66-467d-b556-7f91dd038bc1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c6f4671d-ca93-436c-86a2-4c0ccc921c24 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9037cf19-7a87-4a19-9df5-41c6a265cd9b ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:bfc53aeb-7550-43f2-8be1-58fdca7b4590 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d9665136-239e-4233-bca7-a9d637d53bae ModelInvariantUuid:876a8c97-4f13-4c9a-b8e2-ed13dcd8b176 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:a21370d9-92e4-4486-8d51-717e2583fbcd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6a3a5793-9ed5-49ed-849d-df84ca65c34f ModelInvariantUuid:56327c8e-4ad0-4bff-aded-3ffd18a16262 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e8fb9913-eff9-4caa-9a3c-c95c5a38bcdb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-28T14:55:35.494Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: fe3905e5-0691-439d-af56-013d5fc50892 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:55:35.497Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-11-28T14:55:35.497Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe3905e5-0691-439d-af56-013d5fc50892 2022-11-28T14:55:35.497Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 13af92eb-38a7-4f7e-be10-4deefa47b0a9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-11-28T14:55:35.497Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:55:35.498Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.554Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:55:35.554Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 13af92eb-38a7-4f7e-be10-4deefa47b0a9 787 2022-11-28T14:55:35.555Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.555Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:35.555Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:55:35.555Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:35.557Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:35.557Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647335555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:35.657Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:35.658Z||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. 2022-11-28T14:55:35.658Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:35.667Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:35.667Z||pool-59-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:55:36.558Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9037cf19-7a87-4a19-9df5-41c6a265cd9b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bfc53aeb-7550-43f2-8be1-58fdca7b4590", "vfModuleModelCustomizationUUID": "a0c60dbe-654e-499b-b5b6-bd6c8f77354e", "isBase": true, "artifacts": [ "97b9aec9-d875-4178-b7e0-b39fb142bca1", "1024b96e-3e4d-4b77-8c59-255804c1f6e0" ], "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": "" } } ] 2022-11-28T14:55:36.563Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bfc53aeb-7550-43f2-8be1-58fdca7b4590 VfModuleModelInvariantUUID:9037cf19-7a87-4a19-9df5-41c6a265cd9b VfModuleModelDescription:NULL Artifacts UUID List:{ 97b9aec9-d875-4178-b7e0-b39fb142bca1 , 1024b96e-3e4d-4b77-8c59-255804c1f6e0 } 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 } 2022-11-28T14:55:36.565Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "9037cf19-7a87-4a19-9df5-41c6a265cd9b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bfc53aeb-7550-43f2-8be1-58fdca7b4590", "vfModuleModelCustomizationUUID": "a0c60dbe-654e-499b-b5b6-bd6c8f77354e", "isBase": true, "artifacts": [ "97b9aec9-d875-4178-b7e0-b39fb142bca1", "1024b96e-3e4d-4b77-8c59-255804c1f6e0" ], "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": "" } } ] 2022-11-28T14:55:36.565Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bfc53aeb-7550-43f2-8be1-58fdca7b4590 VfModuleModelInvariantUUID:9037cf19-7a87-4a19-9df5-41c6a265cd9b VfModuleModelDescription:NULL Artifacts UUID List:{ 97b9aec9-d875-4178-b7e0-b39fb142bca1 , 1024b96e-3e4d-4b77-8c59-255804c1f6e0 } 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 } 2022-11-28T14:55:36.566Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 97b9aec9-d875-4178-b7e0-b39fb142bca1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-28T14:55:36.566Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:55:36.567Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-11-28T14:55:36.608Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:55:36.609Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 97b9aec9-d875-4178-b7e0-b39fb142bca1 5033 2022-11-28T14:55:36.610Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:36.610Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:36.610Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:55:36.611Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:36.613Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:36.613Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647336610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:36.713Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T14:55:36.714Z||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. 2022-11-28T14:55:36.714Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:36.723Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:36.724Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:37.614Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1024b96e-3e4d-4b77-8c59-255804c1f6e0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-28T14:55:37.615Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:55:37.615Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-11-28T14:55:37.674Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:55:37.675Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1024b96e-3e4d-4b77-8c59-255804c1f6e0 903 2022-11-28T14:55:37.675Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:37.675Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:37.676Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:55:37.676Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:37.678Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:37.679Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647337675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:55:37.778Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T14:55:37.779Z||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. 2022-11-28T14:55:37.779Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:37.789Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:37.790Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:55:38.680Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3b401dbd-bd8d-4749-b0ed-669aae79e7f6 2022-11-28T14:55:38.681Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 fe3905e5-0691-439d-af56-013d5fc50892 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:55:38.713Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1728df92, org.onap.sdc.toscaparser.api.parameters.Input@25a6fd3c, org.onap.sdc.toscaparser.api.parameters.Input@2083ace7, org.onap.sdc.toscaparser.api.parameters.Input@379c2cb1, org.onap.sdc.toscaparser.api.parameters.Input@6619b19f] 2022-11-28T14:55:38.715Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.716Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:38.716Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-28T14:55:38.717Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c6f4671d-ca93-436c-86a2-4c0ccc921c24 2022-11-28T14:55:38.717Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c6f4671d-ca93-436c-86a2-4c0ccc921c24 matches Tosca VF Customization UUID: c6f4671d-ca93-436c-86a2-4c0ccc921c24 2022-11-28T14:55:38.717Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c6f4671d-ca93-436c-86a2-4c0ccc921c24 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-28T14:55:38.721Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.722Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:38.722Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c6f4671d-ca93-436c-86a2-4c0ccc921c24: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-28T14:55:38.723Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1fb2c5a0 2022-11-28T14:55:38.723Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.723Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T14:55:38.724Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a0c60dbe-654e-499b-b5b6-bd6c8f77354e 2022-11-28T14:55:38.724Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a0c60dbe-654e-499b-b5b6-bd6c8f77354e Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-28T14:55:38.728Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.729Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-28T14:55:38.729Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:55:38.730Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.730Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-28T14:55:38.731Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:55:38.731Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.732Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-11-28T14:55:38.732Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-28T14:55:38.732Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-28T14:55:38.733Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d9665136-239e-4233-bca7-a9d637d53bae Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-28T14:55:38.737Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.737Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-28T14:55:38.738Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:55:38.738Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.738Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-11-28T14:55:38.739Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c6f4671d-ca93-436c-86a2-4c0ccc921c24 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:55:38.741Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.741Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:38.742Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3b401dbd-bd8d-4749-b0ed-669aae79e7f6: basic_vm 2022-11-28T14:55:38.742Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.742Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:38.743Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.743Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:38.744Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.744Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:38.745Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.745Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:38.746Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:55:38.746Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:55:38.747Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2022-11-28T14:55:38.898Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm fe3905e5-0691-439d-af56-013d5fc50892 1 ASDC deployResourceStructure 2022-11-28T14:55:38.899Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:38.899Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:38.899Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:55:38.899Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:38.900Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:38.900Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647338898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:55:39.001Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:39.001Z||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. 2022-11-28T14:55:39.001Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:39.011Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:39.012Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:39.901Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:39.902Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:39.902Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:55:39.902Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:39.903Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:39.904Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647339901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-28T14:55:40.004Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:40.004Z||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. 2022-11-28T14:55:40.004Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:40.014Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:40.014Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:40.905Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:40.905Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||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 2022-11-28T14:55:40.905Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:55:40.906Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:40.908Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:40.908Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647340905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-28T14:55:41.008Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:55:41.009Z||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. 2022-11-28T14:55:41.009Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:41.019Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:41.020Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:41.909Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-11-28T14:55:41.909Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-11-28T14:55:41.910Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:55:41.910Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:55:41.913Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:55:41.913Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647341909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:55:42.013Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T14:55:42.013Z||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. 2022-11-28T14:55:42.014Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:55:42.022Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:55:42.022Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:55:42.914Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2f1ae60-302c-496d-8d55-398b25784b28 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:55:42.927Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2f1ae60-302c-496d-8d55-398b25784b28 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:55:42.929Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:55:42.930Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-28T14:55:42.930Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-28T14:55:42.930Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-28T14:55:42.930Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:55:42.930Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:55:42.931Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:55:42.931Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:55:42.931Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:55:42.931Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:55:42.937Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-28T14:56:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:56:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:56:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:02.068Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:02.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "be9fbb91-2ed7-4cb8-9249-cf1153d70b54", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647278064, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:56:02.070Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:56:02.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:02.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:56:02.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:02.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:56:02.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:02.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:56:02.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:02.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:56:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:02.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:56:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/resourceInstances/pnfbd36d096f3970/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:02.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:56:02.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:02.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:56:02.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:56:02.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:56:02.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647291763, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:56:02.074Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:56:02.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:56:02.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647293692, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZilwk03gqojupzwyrzuz/1.0/artifacts/service-DemoPnfZilwk03gqojupzwyrzuz-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:56:02.074Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:56:12.938Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2f1ae60-302c-496d-8d55-398b25784b28 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-28T14:56:12.946Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2f1ae60-302c-496d-8d55-398b25784b28 and serviceModelVersionId: 3b401dbd-bd8d-4749-b0ed-669aae79e7f6 2022-11-28T14:56:12.946Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8 2022-11-28T14:56:12.947Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8/model-vers/model-ver/3b401dbd-bd8d-4749-b0ed-669aae79e7f6?depth=0 2022-11-28T14:56:12.950Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-28T14:56:13.014Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8/model-vers/model-ver/3b401dbd-bd8d-4749-b0ed-669aae79e7f6?depth=0|INFO|500||Invoke 2022-11-28T14:56:13.015Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8/model-vers/model-ver/3b401dbd-bd8d-4749-b0ed-669aae79e7f6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8/model-vers/model-ver/3b401dbd-bd8d-4749-b0ed-669aae79e7f6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d2f1ae60-302c-496d-8d55-398b25784b28], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[15bccb97-373b-478d-a86e-e3d8422ca25d], X-ECOMP-RequestID=[d2f1ae60-302c-496d-8d55-398b25784b28], X-TransactionId=[], X-ONAP-RequestID=[d2f1ae60-302c-496d-8d55-398b25784b28], Content-Type=[application/merge-patch+json]} 2022-11-28T14:56:13.041Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8/model-vers/model-ver/3b401dbd-bd8d-4749-b0ed-669aae79e7f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-28T14:56:13.135Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8/model-vers/model-ver/3b401dbd-bd8d-4749-b0ed-669aae79e7f6?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/3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8/model-vers/model-ver/3b401dbd-bd8d-4749-b0ed-669aae79e7f6?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 14:56:12 GMT], content-length=[0], vertex-id=[217120], x-aai-txid=[0-aai-resources-221128-14:56:12:989-25420], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-28T14:56:13.135Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8/model-vers/model-ver/3b401dbd-bd8d-4749-b0ed-669aae79e7f6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-11-28T14:56:13.136Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3ea84ac6-c8f8-4b8b-92b3-5cdf99198bc8/model-vers/model-ver/3b401dbd-bd8d-4749-b0ed-669aae79e7f6?depth=0|INFO|500||InvokeReturn 2022-11-28T14:56:13.136Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-28T14:56:13.136Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:56:13.149Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T14:56:13.150Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2f1ae60-302c-496d-8d55-398b25784b28 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-28T14:56:13.150Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-28T14:56:13.150Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:13.152Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:13.152Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647373150, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:56:13.252Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:13.253Z||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. 2022-11-28T14:56:13.253Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:13.262Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:13.262Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:56:14.180Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-11-28T14:56:14.180Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e196f61f-e3b6-44f8-ab34-ee04f70f80db","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"97120592-0e15-4ca9-adca-d0cbb3d1505f","serviceDescription":"service","serviceInvariantUUID":"ce4dfb72-e302-454c-8ba5-8f700575e17b","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eb188188-5bdb-4ceb-bab7-d74c25f2c564","resourceInvariantUUID":"def170ac-c85b-4b73-8f3d-27f6cd151e5a","resourceCustomizationUUID":"669dc306-c65e-4ad1-970e-6d453055feb0","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":"YjhiYThiZjhhZTNiMjI0ZWRhOGU5MjhkYmU3YWJhZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5b23938-6d0b-4455-ac09-3825c78e9905","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":"9aabc473-76de-41f7-a922-ce67cdbc2058","artifactVersion":"2","generatedFromUUID":"08c476c7-6fe9-4a85-a2d2-1b78a6808462"},{"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":"08c476c7-6fe9-4a85-a2d2-1b78a6808462","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":"MzVjMmEyYjNiNmMzM2E2ODYyOGQyN2ZiOTg3NmQwMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b6298b02-7641-41e6-8db3-3f9c06ff1b0d","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":"9ec0d198-b18f-4963-a660-06a93ca2ef3a","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":"a981002f-167c-4528-a1e7-5f0f588514f6","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":"702dd26b-aa7c-40e5-93ea-c6a4237c31a5","artifactVersion":"2","generatedFromUUID":"9ec0d198-b18f-4963-a660-06a93ca2ef3a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjY1ZmUxZjg1ZWEyOWY5Mzk1YmM3NzM2MTc5MzMxZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"448da34b-c8f0-484c-ba45-c66ee719582c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzJhMzVkOWFjNDUxOTI0MGZkNTc3NDQwMGQwYmZkYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a44b92cb-bb82-439a-82d6-55305093b432","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-28T14:56:14.181Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:56:14.181Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:14.182Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:14.183Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:14.283Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:14.283Z||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. 2022-11-28T14:56:14.283Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:14.293Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:14.293Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:15.183Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:56:15.183Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:15.186Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:15.186Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-28T14:56:15.286Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:15.287Z||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. 2022-11-28T14:56:15.287Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:15.301Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:15.301Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:16.186Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:56:16.187Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:16.201Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:16.201Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-28T14:56:16.289Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-11-28T14:56:16.290Z||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. 2022-11-28T14:56:16.290Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:16.301Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:16.301Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:56:17.202Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:56:17.202Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:17.204Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:17.204Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:56:17.304Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:17.305Z||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. 2022-11-28T14:56:17.306Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:17.316Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:17.316Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:18.205Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:56:18.205Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:18.207Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:18.207Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-28T14:56:18.307Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:18.308Z||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. 2022-11-28T14:56:18.308Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:18.317Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:18.318Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:19.208Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:56:19.209Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:19.211Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:19.211Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:19.311Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:19.312Z||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. 2022-11-28T14:56:19.312Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:19.325Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:19.325Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:56:20.211Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:56:20.212Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:20.214Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:20.214Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-28T14:56:20.314Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:20.315Z||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. 2022-11-28T14:56:20.315Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:20.325Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:20.326Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:21.214Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:56:21.215Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:21.217Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:21.217Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:56:21.317Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:21.318Z||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. 2022-11-28T14:56:21.318Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:21.327Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:21.328Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:22.218Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T14:56:22.218Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:22.220Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:22.220Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:56:22.321Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:22.322Z||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. 2022-11-28T14:56:22.322Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:22.330Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:22.330Z||pool-75-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:56:23.222Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "97120592-0e15-4ca9-adca-d0cbb3d1505f", "serviceDescription": "service", "serviceInvariantUUID": "ce4dfb72-e302-454c-8ba5-8f700575e17b", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "669dc306-c65e-4ad1-970e-6d453055feb0", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "eb188188-5bdb-4ceb-bab7-d74c25f2c564", "resourceInvariantUUID": "def170ac-c85b-4b73-8f3d-27f6cd151e5a", "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": "9aabc473-76de-41f7-a922-ce67cdbc2058", "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": "08c476c7-6fe9-4a85-a2d2-1b78a6808462", "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": "MzVjMmEyYjNiNmMzM2E2ODYyOGQyN2ZiOTg3NmQwMjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b6298b02-7641-41e6-8db3-3f9c06ff1b0d", "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": "9ec0d198-b18f-4963-a660-06a93ca2ef3a", "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": "702dd26b-aa7c-40e5-93ea-c6a4237c31a5", "generatedFromUUID": "9ec0d198-b18f-4963-a660-06a93ca2ef3a" }, "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": "702dd26b-aa7c-40e5-93ea-c6a4237c31a5", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YzJhMzVkOWFjNDUxOTI0MGZkNTc3NDQwMGQwYmZkYWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a44b92cb-bb82-439a-82d6-55305093b432" } ], "workloadContext": "Production" } 2022-11-28T14:56:23.222Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-28T14:56:23.222Z|d2f1ae60-302c-496d-8d55-398b25784b28|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 97120592-0e15-4ca9-adca-d0cbb3d1505f ASDC 2022-11-28T14:56:23.223Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e196f61f-e3b6-44f8-ab34-ee04f70f80db ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:97120592-0e15-4ca9-adca-d0cbb3d1505f ServiceInvariantUUID:ce4dfb72-e302-454c-8ba5-8f700575e17b 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:a44b92cb-bb82-439a-82d6-55305093b432 ArtifactChecksum:YzJhMzVkOWFjNDUxOTI0MGZkNTc3NDQwMGQwYmZkYWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:669dc306-c65e-4ad1-970e-6d453055feb0 ResourceInvariantUUID:def170ac-c85b-4b73-8f3d-27f6cd151e5a ResourceName:basic_cnf ResourceType:VF ResourceUUID:eb188188-5bdb-4ceb-bab7-d74c25f2c564 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:9aabc473-76de-41f7-a922-ce67cdbc2058 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:08c476c7-6fe9-4a85-a2d2-1b78a6808462 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:b6298b02-7641-41e6-8db3-3f9c06ff1b0d ArtifactChecksum:MzVjMmEyYjNiNmMzM2E2ODYyOGQyN2ZiOTg3NmQwMjE= 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:9ec0d198-b18f-4963-a660-06a93ca2ef3a 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:702dd26b-aa7c-40e5-93ea-c6a4237c31a5 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:702dd26b-aa7c-40e5-93ea-c6a4237c31a5 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-28T14:56:23.223Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97120592-0e15-4ca9-adca-d0cbb3d1505f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:56:23.308Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:56:23.309Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:56:23.309Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:56:23.309Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a44b92cb-bb82-439a-82d6-55305093b432 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-28T14:56:23.309Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:56:23.310Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-28T14:56:23.477Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:56:23.480Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar a44b92cb-bb82-439a-82d6-55305093b432 73679 2022-11-28T14:56:23.481Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-28T14:56:23.481Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-28T14:56:23.481Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:56:23.481Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:23.483Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:23.483Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647383481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:56:23.583Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:23.584Z||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. 2022-11-28T14:56:23.584Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:23.592Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:23.592Z||pool-76-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:24.483Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T14:56:24.484Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-11-28T14:56:24.485Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a44b92cb-bb82-439a-82d6-55305093b432, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-28T14:56:24.509Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-11-28T14:56:24.509Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-28T14:56:24.510Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-28T14:56:24.677Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP305957710843536547/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 2022-11-28T14:56:25.778Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-28T14:56:25.779Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-28T14:56:25.779Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-28T14:56:25.779Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-28T14:56:25.779Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-28T14:56:25.779Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||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 2022-11-28T14:56:25.779Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-28T14:56:25.779Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-11-28T14:56:25.779Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-11-28T14:56:25.780Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.780Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:25.780Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-28T14:56:25.780Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-28T14:56:25.781Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:56:25.781Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.781Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:25.781Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-28T14:56:25.782Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-11-28T14:56:25.782Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T14:56:25.782Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.782Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:25.782Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.783Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-28T14:56:25.783Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-11-28T14:56:25.783Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-11-28T14:56:25.783Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-28T14:56:25.783Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.783Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T14:56:25.784Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.784Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-28T14:56:25.784Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:56:25.784Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.785Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-28T14:56:25.785Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:56:25.785Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.785Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-28T14:56:25.785Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:56:25.786Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.786Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-28T14:56:25.786Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-28T14:56:25.786Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=38dfa05f-2049-440c-a062-5c13f95386cf 2022-11-28T14:56:25.786Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.787Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:25.787Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.787Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:25.787Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.787Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:25.788Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:25.788Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:25.788Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:97120592-0e15-4ca9-adca-d0cbb3d1505f Model Version:NULL Model InvariantUuid:ce4dfb72-e302-454c-8ba5-8f700575e17b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:5627b35c-ad97-44fe-8218-66cbd0ac25dd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:def170ac-c85b-4b73-8f3d-27f6cd151e5a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:669dc306-c65e-4ad1-970e-6d453055feb0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9b47f932-f131-4455-8467-1cb13761133b ModelName:BasicCnf..base_dummy..module-0 ModelUuid:86963b56-98b2-4d9f-a6a4-50baf3f434ee ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:38dfa05f-2049-440c-a062-5c13f95386cf ModelInvariantUuid:7e913feb-99b6-44f9-a989-bd2dd7f6c77b ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:b9d05710-ebe0-40dd-900c-5da92e477525 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:6248332b-4e9c-480d-a082-a23ec68cee39 ModelInvariantUuid:bb30c0fd-3cb4-46e5-a745-86e558e0dc65 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d2e55223-050c-4e9d-96f8-21f960776591 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-28T14:56:25.795Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: eb188188-5bdb-4ceb-bab7-d74c25f2c564 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:56:25.800Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-11-28T14:56:25.800Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eb188188-5bdb-4ceb-bab7-d74c25f2c564 2022-11-28T14:56:25.800Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9aabc473-76de-41f7-a922-ce67cdbc2058 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-28T14:56:25.800Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:56:25.801Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-28T14:56:25.857Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:56:25.857Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9aabc473-76de-41f7-a922-ce67cdbc2058 12 2022-11-28T14:56:25.858Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-28T14:56:25.858Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-11-28T14:56:25.858Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:56:25.858Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:25.860Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:25.860Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647385858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:56:25.961Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:25.961Z||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. 2022-11-28T14:56:25.963Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:25.971Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:25.972Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:26.861Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 08c476c7-6fe9-4a85-a2d2-1b78a6808462 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-28T14:56:26.861Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:56:26.862Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-28T14:56:26.916Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:56:26.916Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 08c476c7-6fe9-4a85-a2d2-1b78a6808462 2688 2022-11-28T14:56:26.917Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-28T14:56:26.917Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-11-28T14:56:26.917Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:56:26.918Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:26.920Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:26.920Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647386917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-28T14:56:27.020Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:27.021Z||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. 2022-11-28T14:56:27.021Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:27.031Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:27.031Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:27.921Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6298b02-7641-41e6-8db3-3f9c06ff1b0d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-28T14:56:27.921Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:56:27.922Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-28T14:56:27.974Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:56:27.975Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b6298b02-7641-41e6-8db3-3f9c06ff1b0d 828 2022-11-28T14:56:27.975Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-28T14:56:27.975Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-28T14:56:27.976Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:56:27.976Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:27.978Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:27.978Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647387975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:56:28.078Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:28.079Z||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. 2022-11-28T14:56:28.079Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:28.089Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:28.089Z||pool-79-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:28.978Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9b47f932-f131-4455-8467-1cb13761133b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "86963b56-98b2-4d9f-a6a4-50baf3f434ee", "vfModuleModelCustomizationUUID": "df608c59-76f8-4595-9a0d-ccf1cad212c0", "isBase": true, "artifacts": [ "9ec0d198-b18f-4963-a660-06a93ca2ef3a", "08c476c7-6fe9-4a85-a2d2-1b78a6808462", "702dd26b-aa7c-40e5-93ea-c6a4237c31a5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-28T14:56:28.982Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:86963b56-98b2-4d9f-a6a4-50baf3f434ee VfModuleModelInvariantUUID:9b47f932-f131-4455-8467-1cb13761133b VfModuleModelDescription:NULL Artifacts UUID List:{ 9ec0d198-b18f-4963-a660-06a93ca2ef3a , 08c476c7-6fe9-4a85-a2d2-1b78a6808462 , 702dd26b-aa7c-40e5-93ea-c6a4237c31a5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-28T14:56:28.984Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9b47f932-f131-4455-8467-1cb13761133b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "86963b56-98b2-4d9f-a6a4-50baf3f434ee", "vfModuleModelCustomizationUUID": "df608c59-76f8-4595-9a0d-ccf1cad212c0", "isBase": true, "artifacts": [ "9ec0d198-b18f-4963-a660-06a93ca2ef3a", "08c476c7-6fe9-4a85-a2d2-1b78a6808462", "702dd26b-aa7c-40e5-93ea-c6a4237c31a5" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-11-28T14:56:28.985Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:86963b56-98b2-4d9f-a6a4-50baf3f434ee VfModuleModelInvariantUUID:9b47f932-f131-4455-8467-1cb13761133b VfModuleModelDescription:NULL Artifacts UUID List:{ 9ec0d198-b18f-4963-a660-06a93ca2ef3a , 08c476c7-6fe9-4a85-a2d2-1b78a6808462 , 702dd26b-aa7c-40e5-93ea-c6a4237c31a5 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-11-28T14:56:28.985Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9ec0d198-b18f-4963-a660-06a93ca2ef3a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-28T14:56:28.985Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:56:28.985Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-28T14:56:29.037Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:56:29.038Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 9ec0d198-b18f-4963-a660-06a93ca2ef3a 1164 2022-11-28T14:56:29.038Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-28T14:56:29.038Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-28T14:56:29.038Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:56:29.038Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:29.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:29.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647389038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:56:29.140Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:29.141Z||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. 2022-11-28T14:56:29.141Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:29.156Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:29.157Z||pool-80-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:30.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 702dd26b-aa7c-40e5-93ea-c6a4237c31a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-28T14:56:30.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-11-28T14:56:30.041Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-28T14:56:30.097Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-11-28T14:56:30.097Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 702dd26b-aa7c-40e5-93ea-c6a4237c31a5 200 2022-11-28T14:56:30.097Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-28T14:56:30.097Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-28T14:56:30.097Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T14:56:30.098Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:30.099Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:30.100Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647390097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:56:30.200Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:30.200Z||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. 2022-11-28T14:56:30.201Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:30.211Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:30.211Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:56:31.100Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 97120592-0e15-4ca9-adca-d0cbb3d1505f 2022-11-28T14:56:31.101Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 eb188188-5bdb-4ceb-bab7-d74c25f2c564 ASDC 2022-11-28T14:56:31.109Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:56:31.124Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34a9d282, org.onap.sdc.toscaparser.api.parameters.Input@15fb29a9, org.onap.sdc.toscaparser.api.parameters.Input@db79464, org.onap.sdc.toscaparser.api.parameters.Input@10fbaa75, org.onap.sdc.toscaparser.api.parameters.Input@6abc572a] 2022-11-28T14:56:31.125Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.126Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:31.126Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-11-28T14:56:31.126Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 669dc306-c65e-4ad1-970e-6d453055feb0 2022-11-28T14:56:31.126Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 669dc306-c65e-4ad1-970e-6d453055feb0 matches Tosca VF Customization UUID: 669dc306-c65e-4ad1-970e-6d453055feb0 2022-11-28T14:56:31.126Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 669dc306-c65e-4ad1-970e-6d453055feb0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-28T14:56:31.129Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.129Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:31.129Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 669dc306-c65e-4ad1-970e-6d453055feb0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-11-28T14:56:31.130Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a069126 2022-11-28T14:56:31.130Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.130Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T14:56:31.130Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : df608c59-76f8-4595-9a0d-ccf1cad212c0 2022-11-28T14:56:31.130Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID df608c59-76f8-4595-9a0d-ccf1cad212c0 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-28T14:56:31.133Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.133Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-28T14:56:31.133Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:56:31.134Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.134Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-28T14:56:31.134Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:56:31.134Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.134Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-11-28T14:56:31.135Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-11-28T14:56:31.135Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=38dfa05f-2049-440c-a062-5c13f95386cf Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-28T14:56:31.137Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.137Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-28T14:56:31.138Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T14:56:31.138Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.138Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-11-28T14:56:31.138Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=669dc306-c65e-4ad1-970e-6d453055feb0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:56:31.142Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.142Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:31.143Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 97120592-0e15-4ca9-adca-d0cbb3d1505f: basic_cnf 2022-11-28T14:56:31.143Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.143Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:31.144Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.144Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:31.144Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.144Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:31.144Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.144Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:31.145Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T14:56:31.145Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T14:56:31.145Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T14:56:31.264Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf eb188188-5bdb-4ceb-bab7-d74c25f2c564 1 ASDC deployResourceStructure 2022-11-28T14:56:31.265Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-11-28T14:56:31.265Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-11-28T14:56:31.265Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-28T14:56:31.265Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:31.267Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:31.267Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647391264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-28T14:56:31.367Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:31.368Z||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. 2022-11-28T14:56:31.368Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:31.377Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:31.378Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-28T14:56:32.267Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-11-28T14:56:32.268Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-11-28T14:56:32.268Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-28T14:56:32.268Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:32.270Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:32.270Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647392267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-28T14:56:32.370Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:32.371Z||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. 2022-11-28T14:56:32.371Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:32.383Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:32.383Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:33.271Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-11-28T14:56:33.271Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-11-28T14:56:33.271Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:56:33.272Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:33.273Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:33.273Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647393271, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:56:33.373Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:33.374Z||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. 2022-11-28T14:56:33.374Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:33.384Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:33.384Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:34.274Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-11-28T14:56:34.274Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-11-28T14:56:34.274Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:56:34.275Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:34.277Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:34.277Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647394274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-28T14:56:34.378Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T14:56:34.379Z||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. 2022-11-28T14:56:34.379Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:34.388Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:34.388Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:35.278Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-11-28T14:56:35.278Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-11-28T14:56:35.278Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:56:35.279Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:35.280Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:35.280Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647395278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-28T14:56:35.380Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:35.381Z||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. 2022-11-28T14:56:35.381Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:35.390Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:35.390Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:36.281Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-11-28T14:56:36.281Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-11-28T14:56:36.282Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T14:56:36.282Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:56:36.284Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:56:36.284Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647396281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:56:36.384Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:56:36.385Z||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. 2022-11-28T14:56:36.385Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:56:36.395Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:56:36.396Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T14:56:37.284Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e196f61f-e3b6-44f8-ab34-ee04f70f80db Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:56:37.300Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e196f61f-e3b6-44f8-ab34-ee04f70f80db Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T14:56:37.303Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T14:56:37.308Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-28T14:57:02.047Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:57:02.049Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:57:02.049Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:57:02.072Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:57:02.072Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.072Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d85dc3-01d0-4c68-a527-01b31f69d836", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647324908, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:57:02.074Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:57:02.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:57:02.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-11-28T14:57:02.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647333153, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:57:02.077Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:57:02.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647335555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647336610, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647337675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647338898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:57:02.078Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:57:02.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647339901, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-28T14:57:02.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:57:02.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647340905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-28T14:57:02.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:57:02.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:57:02.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647341909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:57:02.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:57:07.308Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e196f61f-e3b6-44f8-ab34-ee04f70f80db and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-28T14:57:07.318Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e196f61f-e3b6-44f8-ab34-ee04f70f80db and serviceModelVersionId: 97120592-0e15-4ca9-adca-d0cbb3d1505f 2022-11-28T14:57:07.318Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce4dfb72-e302-454c-8ba5-8f700575e17b 2022-11-28T14:57:07.319Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce4dfb72-e302-454c-8ba5-8f700575e17b/model-vers/model-ver/97120592-0e15-4ca9-adca-d0cbb3d1505f?depth=0 2022-11-28T14:57:07.326Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-11-28T14:57:07.368Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce4dfb72-e302-454c-8ba5-8f700575e17b/model-vers/model-ver/97120592-0e15-4ca9-adca-d0cbb3d1505f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-28T14:57:07.369Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce4dfb72-e302-454c-8ba5-8f700575e17b/model-vers/model-ver/97120592-0e15-4ca9-adca-d0cbb3d1505f?depth=0|INFO|500||Invoke 2022-11-28T14:57:07.389Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce4dfb72-e302-454c-8ba5-8f700575e17b/model-vers/model-ver/97120592-0e15-4ca9-adca-d0cbb3d1505f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-28T14:57:07.494Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce4dfb72-e302-454c-8ba5-8f700575e17b/model-vers/model-ver/97120592-0e15-4ca9-adca-d0cbb3d1505f?depth=0|INFO|500||InvokeReturn 2022-11-28T14:57:07.494Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce4dfb72-e302-454c-8ba5-8f700575e17b/model-vers/model-ver/97120592-0e15-4ca9-adca-d0cbb3d1505f?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 14:57:07 GMT], content-length=[0], vertex-id=[188512], x-aai-txid=[1-aai-resources-221128-14:57:07:339-9794], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-28T14:57:07.494Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-11-28T14:57:07.494Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-28T14:57:07.495Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T14:57:07.501Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T14:57:07.501Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e196f61f-e3b6-44f8-ab34-ee04f70f80db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-28T14:57:07.501Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-28T14:57:07.501Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-11-28T14:57:07.504Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T14:57:07.504Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647427501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:57:07.605Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T14:57:07.606Z||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. 2022-11-28T14:57:07.606Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T14:57:07.616Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:57:07.616Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T14:57:08.524Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:57:08.525Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:57:08.525Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:57:18.781Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:57:18.783Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:57:18.784Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:57:18.784Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:57:28.333Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:57:28.334Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:57:28.334Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:57:28.335Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:57:37.867Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:57:37.868Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:57:37.868Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:57:37.869Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:57:47.400Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:57:47.401Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:57:47.402Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:57:47.402Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:57:56.960Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:58:02.039Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:58:02.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:58:02.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:58:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:58:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:58:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:58:02.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:58:02.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2f1ae60-302c-496d-8d55-398b25784b28", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647373150, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:58:02.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:58:02.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-28T14:58:02.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-11-28T14:58:02.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-28T14:58:02.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-11-28T14:58:02.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-28T14:58:02.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-11-28T14:58:02.084Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-28T14:58:02.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.084Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-11-28T14:58:02.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-28T14:58:02.085Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T14:58:02.085Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-28T14:58:02.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-11-28T14:58:02.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-28T14:58:02.086Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.086Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T14:58:02.086Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-28T14:58:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647279090, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-11-28T14:58:02.087Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-11-28T14:58:02.087Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.087Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647383481, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T14:58:02.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647385858, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:58:02.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647386917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-11-28T14:58:02.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647387975, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T14:58:02.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647389038, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T14:58:02.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647390097, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-11-28T14:58:02.090Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647391264, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-28T14:58:02.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647392267, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-11-28T14:58:02.091Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647393271, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T14:58:02.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647394274, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-11-28T14:58:02.092Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647395278, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-11-28T14:58:02.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:02.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-11-28T14:58:02.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647396281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T14:58:02.094Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:58:11.594Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:59:02.039Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:59:02.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:59:02.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:59:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T14:59:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T14:59:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T14:59:02.564Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T14:59:02.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-11-28T14:59:02.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "e196f61f-e3b6-44f8-ab34-ee04f70f80db", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669647427501, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T14:59:02.566Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T14:59:11.576Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:00:02.039Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:00:02.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:00:02.040Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:00:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:00:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:00:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:00:11.579Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:00:11.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:01:02.041Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:01:02.042Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:01:02.042Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:01:02.049Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:01:02.050Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:01:02.050Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:01:11.601Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:01:11.602Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:02:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:02:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:02:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:02:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:02:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:02:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:02:11.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:02:11.580Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:03:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:03:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:03:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:03:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:03:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:03:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:03:11.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:03:11.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:04:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:04:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:04:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:04:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:04:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:04:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:04:11.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:04:11.580Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:05:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:05:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:05:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:05:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:05:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:05:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:05:11.577Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:05:11.584Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:06:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:06:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:06:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:06:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:06:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:06:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:06:11.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:06:11.584Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:02.039Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:07:02.040Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:07:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:07:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:07:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:02.666Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:02.667Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.667Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"73a0f959-77dd-453c-8aec-3e7511796f91","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"df2f24fe-8bcd-4cff-aa89-065145bbd882","serviceDescription":"service","serviceInvariantUUID":"6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f6a8c27b-2a26-48c7-aad8-f780919f6ed1","resourceInvariantUUID":"5879bca5-d070-4180-81d4-e3740e666d13","resourceCustomizationUUID":"76870bb6-a5d0-4c99-998e-faeb520ff8ab","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":"M2UyNWZhYjIxMzhkMWViNTBhZWQ1ZTE5OTBkOGQzYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1c5e4c49-8da4-440d-a933-ffb6e25b5828","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":"ZWJjNmJkY2UwMTdjN2I1YWM4MmQ2MDczNzVjNzRkYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1b8c307-23a8-4286-9ea5-1bcd5ff184e8","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":"91aac3a4-1072-41a1-8ca1-8afeae9e6f69","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":"04a31fd7-bc13-41f4-8c32-fb10a72a707b","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":"c6b0384b-78a4-44d8-9f01-90bddc15457c","artifactVersion":"2","generatedFromUUID":"86e5cf2d-0f83-4370-93ea-8463dd14d529"},{"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":"07574d0a-da05-41d4-ab10-fd15ec3c6e62","artifactVersion":"2","generatedFromUUID":"91aac3a4-1072-41a1-8ca1-8afeae9e6f69"},{"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":"86e5cf2d-0f83-4370-93ea-8463dd14d529","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":"71587a7e-f5fa-4b5b-80cb-24773fc59b65","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":"NTQ1ZTZmNDM5ZmJmMTcwMmMxM2E2YThkZjE2MDJiNTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ce9a6a7-9fd2-41b2-8db8-99b28acbf9be","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ODEzZDdiMDg0Y2ZlNzQwMzczYzc0ZTVhMTA5NmRlYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7be2107a-2090-449e-bcdf-ed5af81aa932","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-28T15:07:02.670Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:02.671Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:02.673Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:02.673Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.674Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:02.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.686Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669647990075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:07:02.695Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669647993498, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:07:02.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "ves-openapi-manager", "timestamp": 1669647996099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-28T15:07:02.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-28T15:07:02.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648004994, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:02.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:07:02.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669648004287, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:02.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:07:02.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-28T15:07:02.701Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.701Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.701Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648007389, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:07:02.701Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:07:02.702Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.702Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "cds", "timestamp": 1669648006771, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:07:02.721Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 73a0f959-77dd-453c-8aec-3e7511796f91 2022-11-28T15:07:02.722Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73a0f959-77dd-453c-8aec-3e7511796f91 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:07:02.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-28T15:07:02.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648008396, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:07:02.738Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 73a0f959-77dd-453c-8aec-3e7511796f91 2022-11-28T15:07:02.738Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73a0f959-77dd-453c-8aec-3e7511796f91 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:07:02.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-28T15:07:02.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648002094, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:07:02.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648012928, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:02.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:07:02.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648014028, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:02.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:07:02.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.758Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648015093, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:02.759Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:07:02.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.759Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.760Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.760Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648016216, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:02.760Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:07:02.761Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.761Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:02.761Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.762Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.762Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648017328, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:07:02.768Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 73a0f959-77dd-453c-8aec-3e7511796f91 2022-11-28T15:07:02.768Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73a0f959-77dd-453c-8aec-3e7511796f91 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:07:02.773Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:02.774Z||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. 2022-11-28T15:07:02.774Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:02.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648010672, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:07:02.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:07:02.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "multicloud-k8s-id", "timestamp": 1669648018332, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T15:07:02.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:07:02.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:07:02.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648021447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:02.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:07:02.784Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:02.785Z||pool-89-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:03.674Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:03.674Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:03.676Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:03.677Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-28T15:07:03.777Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T15:07:03.777Z||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. 2022-11-28T15:07:03.778Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:03.787Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:03.788Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:04.677Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:04.678Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:04.680Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:04.680Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-28T15:07:04.780Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:04.781Z||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. 2022-11-28T15:07:04.781Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:04.816Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:04.816Z||pool-91-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:05.681Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:05.681Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:05.683Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:05.683Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:05.784Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T15:07:05.784Z||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. 2022-11-28T15:07:05.784Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:05.792Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:05.793Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:06.684Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:06.685Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:06.687Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:06.687Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-28T15:07:06.787Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:06.788Z||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. 2022-11-28T15:07:06.788Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:06.796Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:06.796Z||pool-93-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:07.688Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:07.688Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:07.690Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:07.690Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-28T15:07:07.790Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:07.791Z||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. 2022-11-28T15:07:07.791Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:07.800Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:07.800Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:08.691Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:08.692Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:08.695Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:08.699Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-28T15:07:08.795Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-11-28T15:07:08.795Z||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. 2022-11-28T15:07:08.796Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:08.805Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:08.805Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:09.700Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:09.700Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:09.702Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:09.702Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:09.802Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:09.803Z||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. 2022-11-28T15:07:09.804Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:09.814Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:09.814Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:07:10.703Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:10.704Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:10.707Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:10.707Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:07:10.807Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T15:07:10.808Z||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. 2022-11-28T15:07:10.808Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:10.816Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:10.817Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:07:11.708Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:07:11.709Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:11.712Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:11.712Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:07:11.813Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:11.814Z||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. 2022-11-28T15:07:11.814Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:11.849Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:11.850Z||pool-98-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:12.713Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "df2f24fe-8bcd-4cff-aa89-065145bbd882", "serviceDescription": "service", "serviceInvariantUUID": "6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "76870bb6-a5d0-4c99-998e-faeb520ff8ab", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f6a8c27b-2a26-48c7-aad8-f780919f6ed1", "resourceInvariantUUID": "5879bca5-d070-4180-81d4-e3740e666d13", "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": "ZWJjNmJkY2UwMTdjN2I1YWM4MmQ2MDczNzVjNzRkYmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1b8c307-23a8-4286-9ea5-1bcd5ff184e8", "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": "91aac3a4-1072-41a1-8ca1-8afeae9e6f69", "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": "07574d0a-da05-41d4-ab10-fd15ec3c6e62", "generatedFromUUID": "91aac3a4-1072-41a1-8ca1-8afeae9e6f69" }, "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": "c6b0384b-78a4-44d8-9f01-90bddc15457c", "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": "07574d0a-da05-41d4-ab10-fd15ec3c6e62", "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": "86e5cf2d-0f83-4370-93ea-8463dd14d529", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ODEzZDdiMDg0Y2ZlNzQwMzczYzc0ZTVhMTA5NmRlYTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7be2107a-2090-449e-bcdf-ed5af81aa932" } ], "workloadContext": "Production" } 2022-11-28T15:07:12.715Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-28T15:07:12.715Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 df2f24fe-8bcd-4cff-aa89-065145bbd882 ASDC 2022-11-28T15:07:12.716Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:73a0f959-77dd-453c-8aec-3e7511796f91 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:df2f24fe-8bcd-4cff-aa89-065145bbd882 ServiceInvariantUUID:6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd 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:7be2107a-2090-449e-bcdf-ed5af81aa932 ArtifactChecksum:ODEzZDdiMDg0Y2ZlNzQwMzczYzc0ZTVhMTA5NmRlYTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:76870bb6-a5d0-4c99-998e-faeb520ff8ab ResourceInvariantUUID:5879bca5-d070-4180-81d4-e3740e666d13 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:f6a8c27b-2a26-48c7-aad8-f780919f6ed1 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:b1b8c307-23a8-4286-9ea5-1bcd5ff184e8 ArtifactChecksum:ZWJjNmJkY2UwMTdjN2I1YWM4MmQ2MDczNzVjNzRkYmM= 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:91aac3a4-1072-41a1-8ca1-8afeae9e6f69 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:07574d0a-da05-41d4-ab10-fd15ec3c6e62 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:c6b0384b-78a4-44d8-9f01-90bddc15457c 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:07574d0a-da05-41d4-ab10-fd15ec3c6e62 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:86e5cf2d-0f83-4370-93ea-8463dd14d529 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-28T15:07:12.716Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df2f24fe-8bcd-4cff-aa89-065145bbd882 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T15:07:12.756Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T15:07:12.756Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-28T15:07:12.757Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-28T15:07:12.757Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7be2107a-2090-449e-bcdf-ed5af81aa932 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-28T15:07:12.757Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:07:12.757Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-28T15:07:12.876Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:07:12.883Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7be2107a-2090-449e-bcdf-ed5af81aa932 162982 2022-11-28T15:07:12.884Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-28T15:07:12.884Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-28T15:07:12.884Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:07:12.885Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:12.888Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:12.888Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648032884, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:12.988Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:12.989Z||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. 2022-11-28T15:07:12.989Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:12.999Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:12.999Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:07:13.888Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T15:07:13.889Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-28T15:07:13.890Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 7be2107a-2090-449e-bcdf-ed5af81aa932, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-28T15:07:13.890Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-11-28T15:07:13.891Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-28T15:07:13.891Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-28T15:07:14.074Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6654395536482395234/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-11-28T15:07:15.332Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-28T15:07:15.333Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-28T15:07:15.333Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-28T15:07:15.333Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-11-28T15:07:15.333Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-11-28T15:07:15.333Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:15.333Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:15.333Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:15.333Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-28T15:07:15.333Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.334Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:15.334Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-28T15:07:15.334Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-28T15:07:15.335Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T15:07:15.335Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.335Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:15.335Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-28T15:07:15.335Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-28T15:07:15.335Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T15:07:15.336Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.336Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:15.336Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.336Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-28T15:07:15.336Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-11-28T15:07:15.336Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-11-28T15:07:15.337Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-28T15:07:15.337Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.337Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T15:07:15.337Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.337Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-28T15:07:15.337Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:07:15.337Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.338Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-28T15:07:15.338Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:07:15.338Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.338Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-28T15:07:15.338Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:07:15.338Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.338Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-28T15:07:15.339Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:07:15.339Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.339Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-11-28T15:07:15.339Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-11-28T15:07:15.339Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=6afbed71-2ab3-4562-bf35-6cf389b21b1b 2022-11-28T15:07:15.339Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.339Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:15.340Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.340Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:15.340Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.340Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:15.340Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:15.340Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:15.340Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:df2f24fe-8bcd-4cff-aa89-065145bbd882 Model Version:NULL Model InvariantUuid:6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:7eee500c-c26e-49be-acbe-73ed5a4fa60e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5879bca5-d070-4180-81d4-e3740e666d13 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:76870bb6-a5d0-4c99-998e-faeb520ff8ab NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5350ce17-3539-4d8b-985f-498f20b22f3c ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:9d340c14-f936-467b-bae9-74be97630204 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:0ac4b8b7-7549-458e-a380-d57cdbe442c5 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:51640ff8-911e-407f-bba1-1a3902f4cee7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6afbed71-2ab3-4562-bf35-6cf389b21b1b ModelInvariantUuid:f6e48961-5d75-469a-a2ed-d5b3384a7683 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:27ebef5a-c69e-4dcb-8799-0d20f32a4508 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:595f7fe3-758c-4c10-b5f0-84435ec6045c ModelInvariantUuid:14ec89f6-7dc4-43e7-9b78-4fb50828b205 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:2409fb25-16eb-42a1-b419-c39057c4ca11 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-28T15:07:15.351Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f6a8c27b-2a26-48c7-aad8-f780919f6ed1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T15:07:15.355Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-11-28T15:07:15.355Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f6a8c27b-2a26-48c7-aad8-f780919f6ed1 2022-11-28T15:07:15.355Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b1b8c307-23a8-4286-9ea5-1bcd5ff184e8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-11-28T15:07:15.356Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:07:15.356Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:15.405Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:07:15.405Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json b1b8c307-23a8-4286-9ea5-1bcd5ff184e8 1565 2022-11-28T15:07:15.406Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:15.406Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:15.406Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:07:15.406Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:15.408Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:15.408Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648035406, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:15.509Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T15:07:15.510Z||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. 2022-11-28T15:07:15.510Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:15.519Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:15.519Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:16.408Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0ac4b8b7-7549-458e-a380-d57cdbe442c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "51640ff8-911e-407f-bba1-1a3902f4cee7", "vfModuleModelCustomizationUUID": "cc0d5a3b-1409-43fc-89df-c33e125d7138", "isBase": true, "artifacts": [ "91aac3a4-1072-41a1-8ca1-8afeae9e6f69", "07574d0a-da05-41d4-ab10-fd15ec3c6e62" ], "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": "5350ce17-3539-4d8b-985f-498f20b22f3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9d340c14-f936-467b-bae9-74be97630204", "vfModuleModelCustomizationUUID": "26bc4780-ccab-4f52-990f-39848c7c821d", "isBase": false, "artifacts": [ "86e5cf2d-0f83-4370-93ea-8463dd14d529" ], "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": "" } } ] 2022-11-28T15:07:16.413Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:51640ff8-911e-407f-bba1-1a3902f4cee7 VfModuleModelInvariantUUID:0ac4b8b7-7549-458e-a380-d57cdbe442c5 VfModuleModelDescription:NULL Artifacts UUID List:{ 91aac3a4-1072-41a1-8ca1-8afeae9e6f69 , 07574d0a-da05-41d4-ab10-fd15ec3c6e62 } 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:9d340c14-f936-467b-bae9-74be97630204 VfModuleModelInvariantUUID:5350ce17-3539-4d8b-985f-498f20b22f3c VfModuleModelDescription:NULL Artifacts UUID List:{ 86e5cf2d-0f83-4370-93ea-8463dd14d529 } 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 } 2022-11-28T15:07:16.414Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0ac4b8b7-7549-458e-a380-d57cdbe442c5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "51640ff8-911e-407f-bba1-1a3902f4cee7", "vfModuleModelCustomizationUUID": "cc0d5a3b-1409-43fc-89df-c33e125d7138", "isBase": true, "artifacts": [ "91aac3a4-1072-41a1-8ca1-8afeae9e6f69", "07574d0a-da05-41d4-ab10-fd15ec3c6e62" ], "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": "5350ce17-3539-4d8b-985f-498f20b22f3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9d340c14-f936-467b-bae9-74be97630204", "vfModuleModelCustomizationUUID": "26bc4780-ccab-4f52-990f-39848c7c821d", "isBase": false, "artifacts": [ "86e5cf2d-0f83-4370-93ea-8463dd14d529" ], "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": "" } } ] 2022-11-28T15:07:16.415Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:51640ff8-911e-407f-bba1-1a3902f4cee7 VfModuleModelInvariantUUID:0ac4b8b7-7549-458e-a380-d57cdbe442c5 VfModuleModelDescription:NULL Artifacts UUID List:{ 91aac3a4-1072-41a1-8ca1-8afeae9e6f69 , 07574d0a-da05-41d4-ab10-fd15ec3c6e62 } 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:9d340c14-f936-467b-bae9-74be97630204 VfModuleModelInvariantUUID:5350ce17-3539-4d8b-985f-498f20b22f3c VfModuleModelDescription:NULL Artifacts UUID List:{ 86e5cf2d-0f83-4370-93ea-8463dd14d529 } 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 } 2022-11-28T15:07:16.415Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 91aac3a4-1072-41a1-8ca1-8afeae9e6f69 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-11-28T15:07:16.415Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:07:16.415Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:16.457Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:07:16.457Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 91aac3a4-1072-41a1-8ca1-8afeae9e6f69 914 2022-11-28T15:07:16.457Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:16.457Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:16.457Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:07:16.458Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:16.459Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:16.459Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648036457, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:16.559Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:16.560Z||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. 2022-11-28T15:07:16.560Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:16.569Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:16.569Z||pool-101-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:07:17.464Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c6b0384b-78a4-44d8-9f01-90bddc15457c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-11-28T15:07:17.464Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:07:17.464Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:17.518Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:07:17.519Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c6b0384b-78a4-44d8-9f01-90bddc15457c 12 2022-11-28T15:07:17.519Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:17.519Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:17.519Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:07:17.520Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:17.522Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:17.522Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648037519, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:17.622Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:17.622Z||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. 2022-11-28T15:07:17.622Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:17.632Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:17.632Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:18.522Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 07574d0a-da05-41d4-ab10-fd15ec3c6e62 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-11-28T15:07:18.522Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:07:18.523Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:18.568Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:07:18.568Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 07574d0a-da05-41d4-ab10-fd15ec3c6e62 96 2022-11-28T15:07:18.569Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:18.569Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:18.569Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:07:18.569Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:18.571Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:18.571Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648038569, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:18.671Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:18.673Z||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. 2022-11-28T15:07:18.673Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:18.682Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:18.682Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:19.572Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 86e5cf2d-0f83-4370-93ea-8463dd14d529 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-11-28T15:07:19.572Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:07:19.572Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:19.641Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:07:19.642Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 86e5cf2d-0f83-4370-93ea-8463dd14d529 20206 2022-11-28T15:07:19.642Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:19.642Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:19.643Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:07:19.643Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:19.645Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:19.645Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648039642, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-28T15:07:19.745Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:19.746Z||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. 2022-11-28T15:07:19.746Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:19.754Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:19.754Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:20.648Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: df2f24fe-8bcd-4cff-aa89-065145bbd882 2022-11-28T15:07:20.649Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f6a8c27b-2a26-48c7-aad8-f780919f6ed1 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=? 2022-11-28T15:07:20.659Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41e3ccdd, org.onap.sdc.toscaparser.api.parameters.Input@55f263fd, org.onap.sdc.toscaparser.api.parameters.Input@71c8ecd1, org.onap.sdc.toscaparser.api.parameters.Input@64c940b0, org.onap.sdc.toscaparser.api.parameters.Input@3b13fdd0] 2022-11-28T15:07:20.661Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.661Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:20.661Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-28T15:07:20.661Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 76870bb6-a5d0-4c99-998e-faeb520ff8ab 2022-11-28T15:07:20.661Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76870bb6-a5d0-4c99-998e-faeb520ff8ab matches Tosca VF Customization UUID: 76870bb6-a5d0-4c99-998e-faeb520ff8ab 2022-11-28T15:07:20.662Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 76870bb6-a5d0-4c99-998e-faeb520ff8ab matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-28T15:07:20.665Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.666Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:20.666Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 76870bb6-a5d0-4c99-998e-faeb520ff8ab: {\"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\"} 2022-11-28T15:07:20.666Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65c24cd2 2022-11-28T15:07:20.667Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.667Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T15:07:20.667Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26bc4780-ccab-4f52-990f-39848c7c821d 2022-11-28T15:07:20.667Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26bc4780-ccab-4f52-990f-39848c7c821d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-28T15:07:20.670Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.670Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-28T15:07:20.671Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:07:20.671Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.671Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-28T15:07:20.671Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:07:20.672Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.672Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-11-28T15:07:20.672Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=76870bb6-a5d0-4c99-998e-faeb520ff8ab Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T15:07:20.675Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.675Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:20.675Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid df2f24fe-8bcd-4cff-aa89-065145bbd882: basic_cnf_macro 2022-11-28T15:07:20.675Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.676Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:20.676Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.676Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:20.676Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.677Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:20.677Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.677Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:20.677Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:07:20.678Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:07:20.678Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 (?, ?, ?, ?, ?) 2022-11-28T15:07:20.732Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f6a8c27b-2a26-48c7-aad8-f780919f6ed1 2 ASDC deployResourceStructure 2022-11-28T15:07:20.732Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:20.732Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:20.732Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T15:07:20.733Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:20.734Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:20.735Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648040732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T15:07:20.835Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:20.836Z||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. 2022-11-28T15:07:20.836Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:20.847Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:20.847Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:21.735Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:21.736Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:21.736Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T15:07:21.736Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:21.738Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:21.738Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648041735, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-28T15:07:21.838Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:21.838Z||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. 2022-11-28T15:07:21.839Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:21.847Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:21.848Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:22.740Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:22.741Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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) 2022-11-28T15:07:22.741Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-28T15:07:22.741Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:22.743Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:22.743Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648042740, "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" } 2022-11-28T15:07:22.843Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:22.844Z||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. 2022-11-28T15:07:22.844Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:22.853Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:22.853Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:23.744Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:23.744Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:23.745Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T15:07:23.745Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:23.746Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:23.746Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648043744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-28T15:07:23.847Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T15:07:23.847Z||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. 2022-11-28T15:07:23.847Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:23.857Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:23.858Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:24.747Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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 2022-11-28T15:07:24.747Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||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) 2022-11-28T15:07:24.747Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-11-28T15:07:24.748Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:24.749Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:24.749Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648044747, "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" } 2022-11-28T15:07:24.849Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:24.850Z||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. 2022-11-28T15:07:24.850Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:24.857Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:24.858Z||pool-109-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:07:25.750Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-11-28T15:07:25.750Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-11-28T15:07:25.750Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T15:07:25.750Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:07:25.753Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:07:25.754Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648045750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:07:25.854Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:07:25.854Z||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. 2022-11-28T15:07:25.854Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:07:25.862Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:07:25.862Z||pool-110-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:07:26.754Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:07:26.762Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:07:26.764Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T15:07:26.764Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T15:07:26.765Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T15:07:56.765Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:07:56.792Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:07:56.801Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T15:07:56.801Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T15:07:56.801Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T15:08:02.047Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:08:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:08:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:08:02.170Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:08:02.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:08:02.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:08:02.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:08:26.802Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:08:26.811Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:08:26.813Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T15:08:26.813Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T15:08:26.813Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T15:08:56.814Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:08:56.830Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:08:56.833Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T15:08:56.833Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-11-28T15:08:56.833Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-11-28T15:09:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:09:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:09:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:09:02.071Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:09:02.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-11-28T15:09:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:09:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648028952, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "aai-ml", "timestamp": 1669648029957, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:09:02.080Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 73a0f959-77dd-453c-8aec-3e7511796f91 2022-11-28T15:09:02.080Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 73a0f959-77dd-453c-8aec-3e7511796f91 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648022039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648032884, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648035406, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648036457, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648037519, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648038569, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648039642, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648040732, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.092Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648041735, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648042740, "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" } 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648043744, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648044747, "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" } 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648045750, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:09:02.093Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:09:26.833Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:09:26.847Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:09:26.850Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T15:09:26.850Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-28T15:09:26.850Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-28T15:09:26.850Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-28T15:09:26.850Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:09:26.851Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:09:26.851Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:09:26.851Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:09:26.851Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:09:26.851Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:09:26.856Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-28T15:09:56.856Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 73a0f959-77dd-453c-8aec-3e7511796f91 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-28T15:09:56.866Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 73a0f959-77dd-453c-8aec-3e7511796f91 and serviceModelVersionId: df2f24fe-8bcd-4cff-aa89-065145bbd882 2022-11-28T15:09:56.866Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd 2022-11-28T15:09:56.868Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd/model-vers/model-ver/df2f24fe-8bcd-4cff-aa89-065145bbd882?depth=0 2022-11-28T15:09:56.874Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-28T15:09:56.922Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd/model-vers/model-ver/df2f24fe-8bcd-4cff-aa89-065145bbd882?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-28T15:09:56.924Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd/model-vers/model-ver/df2f24fe-8bcd-4cff-aa89-065145bbd882?depth=0|INFO|500||Invoke 2022-11-28T15:09:56.947Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd/model-vers/model-ver/df2f24fe-8bcd-4cff-aa89-065145bbd882?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-28T15:09:57.062Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd/model-vers/model-ver/df2f24fe-8bcd-4cff-aa89-065145bbd882?depth=0|INFO|500||InvokeReturn 2022-11-28T15:09:57.063Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ce6a77b-25a8-48ad-91d3-fcdae8c2b4dd/model-vers/model-ver/df2f24fe-8bcd-4cff-aa89-065145bbd882?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 15:09:56 GMT], content-length=[0], vertex-id=[233568], x-aai-txid=[0-aai-resources-221128-15:09:56:897-56115], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-28T15:09:57.064Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-28T15:09:57.064Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-28T15:09:57.064Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T15:09:57.071Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T15:09:57.071Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 73a0f959-77dd-453c-8aec-3e7511796f91 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-28T15:09:57.072Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-28T15:09:57.072Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:09:57.074Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:09:57.074Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648197071, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T15:09:57.175Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T15:09:57.175Z||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. 2022-11-28T15:09:57.175Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:09:57.187Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:09:57.187Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T15:09:58.088Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:09:58.089Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:09:58.089Z|73a0f959-77dd-453c-8aec-3e7511796f91|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:10:02.048Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:10:02.048Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:02.074Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:02.075Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.075Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648100672, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.076Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.076Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.076Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "multicloud-k8s-id", "timestamp": 1669648102092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.076Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648100672, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "multicloud-k8s-id", "timestamp": 1669648102092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648100672, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "multicloud-k8s-id", "timestamp": 1669648102092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648100672, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "multicloud-k8s-id", "timestamp": 1669648102092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648100672, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "multicloud-k8s-id", "timestamp": 1669648102092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648100672, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "multicloud-k8s-id", "timestamp": 1669648102092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648110075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648100672, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "multicloud-k8s-id", "timestamp": 1669648102092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648110075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648100672, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "multicloud-k8s-id", "timestamp": 1669648102092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648110075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648113498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648100672, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "multicloud-k8s-id", "timestamp": 1669648102092, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648116099, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648110075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648113498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648116099, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648117861, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648110075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648113498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648116099, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648110075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648113498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648116099, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648110075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648113498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648116099, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648110075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648113498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648116099, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648110075, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648113498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648116099, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648119893, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648123304, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648113498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648116099, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "aai-ml", "timestamp": 1669648124307, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:10:02.109Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 88ea04d4-4942-42ae-b870-348300952d76 2022-11-28T15:10:02.109Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88ea04d4-4942-42ae-b870-348300952d76 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:10:02.116Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.117Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "cds", "timestamp": 1669648121154, "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=? 2022-11-28T15:10:02.121Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 88ea04d4-4942-42ae-b870-348300952d76 2022-11-28T15:10:02.122Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88ea04d4-4942-42ae-b870-348300952d76 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:10:02.129Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.130Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648113498, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:10:02.130Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.130Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.130Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648116099, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.130Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:10:02.130Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.131Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648123267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:10:02.131Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:10:02.131Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.131Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648125961, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T15:10:02.131Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:10:02.131Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.131Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648127001, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-11-28T15:10:02.132Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:10:02.132Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.132Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648125138, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:10:02.132Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:10:02.132Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.132Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "ves-openapi-manager", "timestamp": 1669648128004, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:10:02.137Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 88ea04d4-4942-42ae-b870-348300952d76 2022-11-28T15:10:02.137Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88ea04d4-4942-42ae-b870-348300952d76 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:10:02.143Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.143Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648126142, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:10:02.148Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 88ea04d4-4942-42ae-b870-348300952d76 2022-11-28T15:10:02.148Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 88ea04d4-4942-42ae-b870-348300952d76 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:10:02.443Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:02.444Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-28T15:10:02.444Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"88ea04d4-4942-42ae-b870-348300952d76","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bd658838-18a2-40bf-9821-bc307a94b32f","serviceDescription":"service","serviceInvariantUUID":"e725e7dc-8026-4d74-997e-56e122e7eab3","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"117273c9-bd16-4bbd-9a3c-44544d5d00b7","resourceInvariantUUID":"8cea8b4e-5b5c-4d98-8240-f6a58e2c623c","resourceCustomizationUUID":"fa5466cf-a188-4cf8-b0f0-4303e3c17503","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":"NWI5NDZkNDc1ODQ1MGFhYTU2OTQ3OTBlMDk3MzlhNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d500f19-746c-4d7f-8421-07d71d01579b","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":"88c4d87a-1761-45a7-a533-63f35cc6289a","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":"1b4d817a-aafb-40a7-8329-17f2ef8aec09","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":"NmM0NDRmZTEwNmVhMTkzYjdlODczMDIyOWFlZDJlMWU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2d3472a9-c00f-424e-aef9-e9bcc2700952","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":"dfc18bcd-8ea3-4725-b3bb-451b9ec2a292","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":"576ca880-2fc8-4ba6-89bc-2d512d9c4b51","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":"ca850620-d47f-422d-ba6d-25f0bc3fdf0d","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":"YmVmN2U4NjY0MmZkMWY5MGYwMThmMDA4ZTZiMjliODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b419006c-4f78-4797-8ac1-f61f4c37a4f0","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmRmZWI4MzA4MTBmYmNmZjBkMDFjZWFlMDFkNjk4N2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0cc67eab-679f-48c2-b5e2-3054cec9ea55","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-28T15:10:02.447Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:02.447Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:02.449Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:02.449Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:02.550Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:02.550Z||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. 2022-11-28T15:10:02.550Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:02.559Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:02.559Z||pool-112-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:03.450Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:03.450Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:03.452Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:03.452Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:03.552Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:03.553Z||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. 2022-11-28T15:10:03.553Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:03.561Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:03.561Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:04.452Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:04.453Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:04.456Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:04.456Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:04.556Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:04.557Z||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. 2022-11-28T15:10:04.557Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:04.584Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:04.584Z||pool-114-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:05.456Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:05.457Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:05.458Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:05.458Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:05.558Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:05.559Z||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. 2022-11-28T15:10:05.559Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:05.568Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:05.569Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:10:06.459Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:06.459Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:06.460Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:06.461Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:06.561Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:06.562Z||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. 2022-11-28T15:10:06.562Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:06.570Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:06.570Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:07.461Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:07.461Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:07.463Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:07.463Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:07.563Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:07.563Z||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. 2022-11-28T15:10:07.564Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:07.572Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:07.572Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:08.463Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:08.464Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:08.466Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:08.466Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:08.566Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:08.567Z||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. 2022-11-28T15:10:08.567Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:08.577Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:08.577Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:09.467Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:09.468Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:09.470Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:09.470Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:09.570Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:09.571Z||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. 2022-11-28T15:10:09.571Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:09.580Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:09.581Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:10.470Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:10.471Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:10.473Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:10.474Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:10:10.573Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T15:10:10.574Z||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. 2022-11-28T15:10:10.574Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:10.584Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:10.584Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:11.474Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "bd658838-18a2-40bf-9821-bc307a94b32f", "serviceDescription": "service", "serviceInvariantUUID": "e725e7dc-8026-4d74-997e-56e122e7eab3", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "fa5466cf-a188-4cf8-b0f0-4303e3c17503", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "117273c9-bd16-4bbd-9a3c-44544d5d00b7", "resourceInvariantUUID": "8cea8b4e-5b5c-4d98-8240-f6a58e2c623c", "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": "NmRmZWI4MzA4MTBmYmNmZjBkMDFjZWFlMDFkNjk4N2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0cc67eab-679f-48c2-b5e2-3054cec9ea55" } ], "workloadContext": "Production" } 2022-11-28T15:10:11.475Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-28T15:10:11.475Z|73a0f959-77dd-453c-8aec-3e7511796f91|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bd658838-18a2-40bf-9821-bc307a94b32f ASDC 2022-11-28T15:10:11.475Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:88ea04d4-4942-42ae-b870-348300952d76 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:bd658838-18a2-40bf-9821-bc307a94b32f ServiceInvariantUUID:e725e7dc-8026-4d74-997e-56e122e7eab3 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:0cc67eab-679f-48c2-b5e2-3054cec9ea55 ArtifactChecksum:NmRmZWI4MzA4MTBmYmNmZjBkMDFjZWFlMDFkNjk4N2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:fa5466cf-a188-4cf8-b0f0-4303e3c17503 ResourceInvariantUUID:8cea8b4e-5b5c-4d98-8240-f6a58e2c623c ResourceName:test-pnf ResourceType:PNF ResourceUUID:117273c9-bd16-4bbd-9a3c-44544d5d00b7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-11-28T15:10:11.476Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd658838-18a2-40bf-9821-bc307a94b32f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T15:10:11.507Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T15:10:11.508Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-28T15:10:11.509Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-28T15:10:11.509Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0cc67eab-679f-48c2-b5e2-3054cec9ea55 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-28T15:10:11.509Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:10:11.510Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-28T15:10:11.588Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:10:11.592Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0cc67eab-679f-48c2-b5e2-3054cec9ea55 110862 2022-11-28T15:10:11.593Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-28T15:10:11.593Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-28T15:10:11.593Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:10:11.593Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:11.596Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:11.596Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648211593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:10:11.696Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:11.696Z||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. 2022-11-28T15:10:11.697Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:11.704Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:11.705Z||pool-121-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:12.596Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T15:10:12.597Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-28T15:10:12.597Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0cc67eab-679f-48c2-b5e2-3054cec9ea55, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:12.598Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-11-28T15:10:12.598Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:12.599Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:12.726Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11249845919504868606/Definitions/service-TestPnfMacro-template.yml 2022-11-28T15:10:13.513Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-28T15:10:13.513Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-28T15:10:13.513Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-28T15:10:13.514Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:13.515Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:13.515Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-28T15:10:13.515Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-28T15:10:13.515Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T15:10:13.515Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:13.516Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:13.516Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-11-28T15:10:13.516Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-28T15:10:13.516Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T15:10:13.516Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:13.516Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:13.516Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:13.516Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:13.517Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:13.517Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:13.517Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:13.517Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:13.517Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:13.517Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:13.517Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:bd658838-18a2-40bf-9821-bc307a94b32f Model Version:NULL Model InvariantUuid:e725e7dc-8026-4d74-997e-56e122e7eab3 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-28T15:10:13.525Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 117273c9-bd16-4bbd-9a3c-44544d5d00b7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T15:10:13.528Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||test-pnf 0 2022-11-28T15:10:13.528Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 117273c9-bd16-4bbd-9a3c-44544d5d00b7 2022-11-28T15:10:13.528Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||No resources found for Service: bd658838-18a2-40bf-9821-bc307a94b32f 2022-11-28T15:10:13.528Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bd658838-18a2-40bf-9821-bc307a94b32f 2022-11-28T15:10:13.528Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 117273c9-bd16-4bbd-9a3c-44544d5d00b7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T15:10:13.533Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@506acca2, org.onap.sdc.toscaparser.api.parameters.Input@4f4b619d, org.onap.sdc.toscaparser.api.parameters.Input@533b769e, org.onap.sdc.toscaparser.api.parameters.Input@161240e9, org.onap.sdc.toscaparser.api.parameters.Input@101b9155] 2022-11-28T15:10:13.533Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:13.534Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:13.534Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bd658838-18a2-40bf-9821-bc307a94b32f: test-pnf 2022-11-28T15:10:13.534Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||Processing PNF resource: 117273c9-bd16-4bbd-9a3c-44544d5d00b7 2022-11-28T15:10:13.534Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:13.534Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:13.534Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||Resource customization UUID: fa5466cf-a188-4cf8-b0f0-4303e3c17503 is the same as notified resource customizationUUID: fa5466cf-a188-4cf8-b0f0-4303e3c17503 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-11-28T15:10:13.564Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 117273c9-bd16-4bbd-9a3c-44544d5d00b7 0 ASDC deployResourceStructure 2022-11-28T15:10:13.565Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-11-28T15:10:13.565Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-11-28T15:10:13.565Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T15:10:13.565Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:13.567Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:13.567Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648213565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:10:13.667Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:13.668Z||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. 2022-11-28T15:10:13.668Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:13.679Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:13.680Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:10:14.567Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 88ea04d4-4942-42ae-b870-348300952d76 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:10:14.579Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 88ea04d4-4942-42ae-b870-348300952d76 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:10:14.581Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T15:10:14.581Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-28T15:10:14.582Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-28T15:10:14.582Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-28T15:10:14.582Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:10:14.582Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:10:14.582Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:10:14.582Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:10:14.583Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:10:14.583Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:10:14.587Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-28T15:10:44.587Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 88ea04d4-4942-42ae-b870-348300952d76 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-28T15:10:44.596Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 88ea04d4-4942-42ae-b870-348300952d76 and serviceModelVersionId: bd658838-18a2-40bf-9821-bc307a94b32f 2022-11-28T15:10:44.596Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e725e7dc-8026-4d74-997e-56e122e7eab3 2022-11-28T15:10:44.597Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e725e7dc-8026-4d74-997e-56e122e7eab3/model-vers/model-ver/bd658838-18a2-40bf-9821-bc307a94b32f?depth=0 2022-11-28T15:10:44.604Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-28T15:10:44.640Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e725e7dc-8026-4d74-997e-56e122e7eab3/model-vers/model-ver/bd658838-18a2-40bf-9821-bc307a94b32f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-28T15:10:44.642Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e725e7dc-8026-4d74-997e-56e122e7eab3/model-vers/model-ver/bd658838-18a2-40bf-9821-bc307a94b32f?depth=0|INFO|500||Invoke 2022-11-28T15:10:44.663Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e725e7dc-8026-4d74-997e-56e122e7eab3/model-vers/model-ver/bd658838-18a2-40bf-9821-bc307a94b32f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-28T15:10:44.787Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e725e7dc-8026-4d74-997e-56e122e7eab3/model-vers/model-ver/bd658838-18a2-40bf-9821-bc307a94b32f?depth=0|INFO|500||InvokeReturn 2022-11-28T15:10:44.788Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e725e7dc-8026-4d74-997e-56e122e7eab3/model-vers/model-ver/bd658838-18a2-40bf-9821-bc307a94b32f?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 15:10:44 GMT], content-length=[0], vertex-id=[225416], x-aai-txid=[0-aai-resources-221128-15:10:44:613-40711], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-28T15:10:44.789Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-28T15:10:44.789Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-28T15:10:44.789Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T15:10:44.797Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T15:10:44.798Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 88ea04d4-4942-42ae-b870-348300952d76 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-28T15:10:44.798Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-28T15:10:44.799Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:44.801Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:44.801Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648244798, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T15:10:44.901Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:44.902Z||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. 2022-11-28T15:10:44.902Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:44.916Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:44.917Z||pool-123-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=? 2022-11-28T15:10:45.816Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-11-28T15:10:45.817Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"59220cb9-2af5-4f27-a50b-df9a61f7cc45","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"10542573-37c2-4514-880f-0b5e2123d522","serviceDescription":"service","serviceInvariantUUID":"fdec751f-e32f-499b-9c21-ff8bc6412a9d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cc11239f-7252-466b-a12b-be21d2c13f1f","resourceInvariantUUID":"11e6d65b-1d2e-4013-9add-c1361c3d9ef2","resourceCustomizationUUID":"cf52e21c-c097-413d-bb0d-7b9f5fbf30ce","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":"Yjk3MTk5NmRmYjgxZGUxMWRmMzhmZjYxOTgwNjc4OTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"72d5ccba-e211-4158-9958-fc869aaa2446","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":"YWU0OThhYWQwYWVlYzQyMmE3MzBmODU5MWViZGQwMzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"592c5798-bdc9-4f92-b8ad-d4f7890f903c","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":"f450aa3d-fbd8-468f-80bd-b05632b3f7ed","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":"5bce66b7-7dca-4caf-9907-b958e4054a7c","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":"82f8b188-9a55-4b99-969f-94994ac14054","artifactVersion":"2","generatedFromUUID":"f450aa3d-fbd8-468f-80bd-b05632b3f7ed"},{"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":"N2ZmZWE4ZTBlMzMyODI5ZmMwMjEyNTExNzc4YmYyNjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0f03f6a6-6846-425b-bcef-7f2d6bdc4e36","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":"YTE3NzkwOWE3MjI1MjU1ZTQyY2UzZmY1ZDk2YzI4ZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bad155b1-be04-4734-98ed-c9b419d0f83a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODQyZWVjZDJjMWE5MjViMTk2NjUyZWFkYjk5OTBjODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9541ce67-6500-4650-9609-971453ac8e83","artifactVersion":"1"}],"workloadContext":"Production"} 2022-11-28T15:10:45.818Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:45.818Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:45.820Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:45.820Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:45.920Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:45.921Z||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. 2022-11-28T15:10:45.921Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:45.931Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:45.932Z||pool-124-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:10:46.820Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:46.821Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:46.822Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:46.822Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-28T15:10:46.922Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:46.923Z||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. 2022-11-28T15:10:46.923Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:46.934Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:46.935Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:10:47.823Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:47.823Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:47.826Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:47.826Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-28T15:10:47.926Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:47.927Z||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. 2022-11-28T15:10:47.927Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:47.937Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:47.937Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:10:48.827Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:48.827Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:48.829Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:48.829Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:48.936Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:48.937Z||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. 2022-11-28T15:10:48.937Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:48.945Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:48.946Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:10:49.830Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:49.831Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:49.833Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:49.833Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-28T15:10:49.933Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:49.935Z||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. 2022-11-28T15:10:49.935Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:49.943Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:49.943Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:50.837Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:50.837Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:50.839Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:50.839Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:50.942Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-11-28T15:10:50.943Z||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. 2022-11-28T15:10:50.943Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:50.954Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:50.954Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:51.840Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:51.840Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:51.842Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:51.842Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:10:51.944Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T15:10:51.945Z||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. 2022-11-28T15:10:51.946Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:51.955Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:51.955Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:10:52.846Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-11-28T15:10:52.846Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:52.849Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:52.849Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:10:52.949Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-11-28T15:10:52.950Z||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. 2022-11-28T15:10:52.950Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:52.959Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:52.960Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:53.850Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "10542573-37c2-4514-880f-0b5e2123d522", "serviceDescription": "service", "serviceInvariantUUID": "fdec751f-e32f-499b-9c21-ff8bc6412a9d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "cf52e21c-c097-413d-bb0d-7b9f5fbf30ce", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cc11239f-7252-466b-a12b-be21d2c13f1f", "resourceInvariantUUID": "11e6d65b-1d2e-4013-9add-c1361c3d9ef2", "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": "YWU0OThhYWQwYWVlYzQyMmE3MzBmODU5MWViZGQwMzU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "592c5798-bdc9-4f92-b8ad-d4f7890f903c", "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": "f450aa3d-fbd8-468f-80bd-b05632b3f7ed", "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": "82f8b188-9a55-4b99-969f-94994ac14054", "generatedFromUUID": "f450aa3d-fbd8-468f-80bd-b05632b3f7ed" }, "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": "82f8b188-9a55-4b99-969f-94994ac14054", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ODQyZWVjZDJjMWE5MjViMTk2NjUyZWFkYjk5OTBjODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9541ce67-6500-4650-9609-971453ac8e83" } ], "workloadContext": "Production" } 2022-11-28T15:10:53.850Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-11-28T15:10:53.850Z|88ea04d4-4942-42ae-b870-348300952d76|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10542573-37c2-4514-880f-0b5e2123d522 ASDC 2022-11-28T15:10:53.851Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:59220cb9-2af5-4f27-a50b-df9a61f7cc45 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:10542573-37c2-4514-880f-0b5e2123d522 ServiceInvariantUUID:fdec751f-e32f-499b-9c21-ff8bc6412a9d 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:9541ce67-6500-4650-9609-971453ac8e83 ArtifactChecksum:ODQyZWVjZDJjMWE5MjViMTk2NjUyZWFkYjk5OTBjODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:cf52e21c-c097-413d-bb0d-7b9f5fbf30ce ResourceInvariantUUID:11e6d65b-1d2e-4013-9add-c1361c3d9ef2 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:cc11239f-7252-466b-a12b-be21d2c13f1f 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:592c5798-bdc9-4f92-b8ad-d4f7890f903c ArtifactChecksum:YWU0OThhYWQwYWVlYzQyMmE3MzBmODU5MWViZGQwMzU= 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:f450aa3d-fbd8-468f-80bd-b05632b3f7ed 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:82f8b188-9a55-4b99-969f-94994ac14054 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:82f8b188-9a55-4b99-969f-94994ac14054 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-11-28T15:10:53.851Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10542573-37c2-4514-880f-0b5e2123d522 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:10:53.883Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T15:10:53.884Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-28T15:10:53.884Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-28T15:10:53.884Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9541ce67-6500-4650-9609-971453ac8e83 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-28T15:10:53.884Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:10:53.884Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-28T15:10:53.961Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:10:53.964Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 9541ce67-6500-4650-9609-971453ac8e83 82626 2022-11-28T15:10:53.965Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-28T15:10:53.965Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-28T15:10:53.965Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:10:53.965Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:53.967Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:53.967Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648253965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:10:54.067Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:54.068Z||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. 2022-11-28T15:10:54.068Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:54.078Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:54.078Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:54.967Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-11-28T15:10:54.968Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-11-28T15:10:54.968Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 9541ce67-6500-4650-9609-971453ac8e83, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-28T15:10:54.968Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-11-28T15:10:54.969Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-28T15:10:54.969Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-28T15:10:55.144Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11456561227396396954/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 2022-11-28T15:10:56.359Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-11-28T15:10:56.360Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-28T15:10:56.360Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-28T15:10:56.361Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-11-28T15:10:56.361Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-28T15:10:56.361Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-28T15:10:56.361Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:56.362Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-28T15:10:56.362Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-28T15:10:56.362Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-11-28T15:10:56.362Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:56.362Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-11-28T15:10:56.363Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.363Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:56.363Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-28T15:10:56.363Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-28T15:10:56.364Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T15:10:56.364Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.364Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:56.365Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-28T15:10:56.365Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-11-28T15:10:56.365Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-11-28T15:10:56.366Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.366Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:56.366Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.366Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-28T15:10:56.367Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-11-28T15:10:56.367Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-11-28T15:10:56.367Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-11-28T15:10:56.368Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-28T15:10:56.368Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-11-28T15:10:56.368Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.369Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T15:10:56.369Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.369Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-28T15:10:56.370Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:10:56.370Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.370Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-28T15:10:56.370Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:10:56.371Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.371Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-28T15:10:56.371Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:10:56.371Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.372Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-28T15:10:56.372Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-28T15:10:56.372Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-28T15:10:56.372Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be50b2e7-b431-4266-b7b0-6829c215ade2 2022-11-28T15:10:56.373Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.373Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:56.373Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.373Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:56.374Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.374Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:56.374Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:56.374Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:56.375Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:10542573-37c2-4514-880f-0b5e2123d522 Model Version:NULL Model InvariantUuid:fdec751f-e32f-499b-9c21-ff8bc6412a9d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:72f63b33-c969-489f-97d9-2caf5a8a551a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:11e6d65b-1d2e-4013-9add-c1361c3d9ef2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:cf52e21c-c097-413d-bb0d-7b9f5fbf30ce NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5cd30560-c5f8-40bf-8450-8fe2d6d9abf0 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:52e0a115-ed35-45ad-8ee6-b0b77e8b0eb4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:be50b2e7-b431-4266-b7b0-6829c215ade2 ModelInvariantUuid:77a30242-0187-4c11-bf54-caded92c847e ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6a40fd34-c101-4c52-90ff-387342443b02 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:51548d22-fe6b-43a9-8cc8-344e86f46cbb ModelInvariantUuid:13800c92-073f-4b97-8918-f80894b46709 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:b41f9c34-2627-4963-9ae2-050bfa655253 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-11-28T15:10:56.382Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: cc11239f-7252-466b-a12b-be21d2c13f1f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T15:10:56.384Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-11-28T15:10:56.384Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cc11239f-7252-466b-a12b-be21d2c13f1f 2022-11-28T15:10:56.385Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 592c5798-bdc9-4f92-b8ad-d4f7890f903c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-11-28T15:10:56.385Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:10:56.385Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:56.438Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:10:56.439Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 592c5798-bdc9-4f92-b8ad-d4f7890f903c 792 2022-11-28T15:10:56.439Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:56.439Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:56.439Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:10:56.439Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:56.441Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:56.441Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648256439, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T15:10:56.541Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:56.542Z||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. 2022-11-28T15:10:56.542Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:56.549Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:56.549Z||pool-133-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:57.441Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5cd30560-c5f8-40bf-8450-8fe2d6d9abf0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52e0a115-ed35-45ad-8ee6-b0b77e8b0eb4", "vfModuleModelCustomizationUUID": "7e4f029a-95d1-49e6-b09c-954571bc6384", "isBase": true, "artifacts": [ "f450aa3d-fbd8-468f-80bd-b05632b3f7ed", "82f8b188-9a55-4b99-969f-94994ac14054" ], "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": "" } } ] 2022-11-28T15:10:57.446Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52e0a115-ed35-45ad-8ee6-b0b77e8b0eb4 VfModuleModelInvariantUUID:5cd30560-c5f8-40bf-8450-8fe2d6d9abf0 VfModuleModelDescription:NULL Artifacts UUID List:{ f450aa3d-fbd8-468f-80bd-b05632b3f7ed , 82f8b188-9a55-4b99-969f-94994ac14054 } 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 } 2022-11-28T15:10:57.447Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5cd30560-c5f8-40bf-8450-8fe2d6d9abf0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52e0a115-ed35-45ad-8ee6-b0b77e8b0eb4", "vfModuleModelCustomizationUUID": "7e4f029a-95d1-49e6-b09c-954571bc6384", "isBase": true, "artifacts": [ "f450aa3d-fbd8-468f-80bd-b05632b3f7ed", "82f8b188-9a55-4b99-969f-94994ac14054" ], "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": "" } } ] 2022-11-28T15:10:57.447Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52e0a115-ed35-45ad-8ee6-b0b77e8b0eb4 VfModuleModelInvariantUUID:5cd30560-c5f8-40bf-8450-8fe2d6d9abf0 VfModuleModelDescription:NULL Artifacts UUID List:{ f450aa3d-fbd8-468f-80bd-b05632b3f7ed , 82f8b188-9a55-4b99-969f-94994ac14054 } 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 } 2022-11-28T15:10:57.447Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f450aa3d-fbd8-468f-80bd-b05632b3f7ed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-11-28T15:10:57.447Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:10:57.447Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:57.527Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:10:57.527Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml f450aa3d-fbd8-468f-80bd-b05632b3f7ed 5033 2022-11-28T15:10:57.527Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:57.527Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:57.527Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:10:57.528Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:57.529Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:57.529Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648257527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T15:10:57.629Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:57.630Z||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. 2022-11-28T15:10:57.630Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:57.640Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:57.640Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-11-28T15:10:58.530Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 82f8b188-9a55-4b99-969f-94994ac14054 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-11-28T15:10:58.530Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-11-28T15:10:58.530Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:58.579Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-11-28T15:10:58.579Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 82f8b188-9a55-4b99-969f-94994ac14054 903 2022-11-28T15:10:58.579Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:58.580Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:58.580Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-11-28T15:10:58.580Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:58.582Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:58.582Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648258579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-28T15:10:58.682Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:58.683Z||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. 2022-11-28T15:10:58.683Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:58.693Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:58.694Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:10:59.582Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 10542573-37c2-4514-880f-0b5e2123d522 2022-11-28T15:10:59.582Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cc11239f-7252-466b-a12b-be21d2c13f1f 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=? 2022-11-28T15:10:59.595Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cf37ad6, org.onap.sdc.toscaparser.api.parameters.Input@10db05f7, org.onap.sdc.toscaparser.api.parameters.Input@56299cb1, org.onap.sdc.toscaparser.api.parameters.Input@34f117a, org.onap.sdc.toscaparser.api.parameters.Input@543dee0f] 2022-11-28T15:10:59.596Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.596Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:59.596Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-11-28T15:10:59.597Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= cf52e21c-c097-413d-bb0d-7b9f5fbf30ce 2022-11-28T15:10:59.597Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cf52e21c-c097-413d-bb0d-7b9f5fbf30ce matches Tosca VF Customization UUID: cf52e21c-c097-413d-bb0d-7b9f5fbf30ce 2022-11-28T15:10:59.597Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: cf52e21c-c097-413d-bb0d-7b9f5fbf30ce matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-11-28T15:10:59.599Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.599Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:59.600Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id cf52e21c-c097-413d-bb0d-7b9f5fbf30ce: {\"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\"} 2022-11-28T15:10:59.600Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d687396 2022-11-28T15:10:59.600Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.600Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-11-28T15:10:59.600Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7e4f029a-95d1-49e6-b09c-954571bc6384 2022-11-28T15:10:59.600Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7e4f029a-95d1-49e6-b09c-954571bc6384 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-11-28T15:10:59.603Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.603Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-28T15:10:59.603Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:10:59.603Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.604Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-28T15:10:59.604Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:10:59.604Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.604Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-11-28T15:10:59.604Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-11-28T15:10:59.604Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-11-28T15:10:59.605Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=be50b2e7-b431-4266-b7b0-6829c215ade2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-11-28T15:10:59.611Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.612Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-28T15:10:59.612Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-11-28T15:10:59.612Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.612Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-11-28T15:10:59.612Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=cf52e21c-c097-413d-bb0d-7b9f5fbf30ce Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T15:10:59.614Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.614Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:59.614Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 10542573-37c2-4514-880f-0b5e2123d522: basic_vm_macro 2022-11-28T15:10:59.614Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.614Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:59.615Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.615Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:59.615Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.615Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:59.615Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.615Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:59.615Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-11-28T15:10:59.615Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-11-28T15:10:59.616Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 (?, ?, ?, ?, ?) 2022-11-28T15:10:59.733Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cc11239f-7252-466b-a12b-be21d2c13f1f 1 ASDC deployResourceStructure 2022-11-28T15:10:59.733Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:59.733Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:10:59.733Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T15:10:59.733Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:10:59.735Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:10:59.735Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648259733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T15:10:59.835Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:10:59.836Z||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. 2022-11-28T15:10:59.836Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:10:59.847Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:10:59.848Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:11:00.735Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:11:00.736Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:11:00.736Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T15:11:00.736Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:11:00.738Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:11:00.738Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648260735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-28T15:11:00.838Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:11:00.839Z||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. 2022-11-28T15:11:00.839Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:11:00.849Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:11:00.849Z||pool-137-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:11:01.739Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:11:01.739Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||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 2022-11-28T15:11:01.739Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T15:11:01.739Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:11:01.741Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:11:01.741Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648261739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-28T15:11:01.841Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:11:01.842Z||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. 2022-11-28T15:11:01.842Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:11:01.850Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:11:01.851Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:11:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:11:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:11:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:11:02.074Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:11:02.075Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.075Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648160672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.076Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.076Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.076Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648162101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.076Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648160672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648162101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-28T15:11:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.077Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648162101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-28T15:11:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648160672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648162101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.078Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648160672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648160672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.079Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648162101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-28T15:11:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648170075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648160672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.080Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648162101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648170075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648160672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.081Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648162101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648170075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648160672, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.082Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648162101, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:11:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648173500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "ves-openapi-manager", "timestamp": 1669648176099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.083Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648170075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648174937, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T15:11:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648177583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:11:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.084Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648173500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "ves-openapi-manager", "timestamp": 1669648176099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648170075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.085Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648175996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T15:11:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648173500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.086Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "ves-openapi-manager", "timestamp": 1669648176099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648170075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648173500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.087Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648177061, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-28T15:11:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "ves-openapi-manager", "timestamp": 1669648176099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.088Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648170075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648173500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "ves-openapi-manager", "timestamp": 1669648176099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.089Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.090Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648178112, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:11:02.097Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 59220cb9-2af5-4f27-a50b-df9a61f7cc45 2022-11-28T15:11:02.098Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59220cb9-2af5-4f27-a50b-df9a61f7cc45 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:11:02.109Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.109Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648170075, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:11:02.110Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.110Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.110Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648173500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.110Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.110Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.110Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "ves-openapi-manager", "timestamp": 1669648176099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.111Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.111Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.111Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "multicloud-k8s-id", "timestamp": 1669648179118, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T15:11:02.111Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.111Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.111Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648178844, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:11:02.111Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.111Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.112Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648173500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.112Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.112Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.112Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "ves-openapi-manager", "timestamp": 1669648176099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.112Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.113Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.113Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "cds", "timestamp": 1669648180184, "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=? 2022-11-28T15:11:02.118Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 59220cb9-2af5-4f27-a50b-df9a61f7cc45 2022-11-28T15:11:02.118Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59220cb9-2af5-4f27-a50b-df9a61f7cc45 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:11:02.127Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.127Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648173500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:11:02.127Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.127Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.128Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "ves-openapi-manager", "timestamp": 1669648176099, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:11:02.128Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:11:02.128Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.128Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648184146, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:11:02.128Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.128Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.128Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648182384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:11:02.129Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.129Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.129Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "aai-ml", "timestamp": 1669648185149, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:11:02.133Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 59220cb9-2af5-4f27-a50b-df9a61f7cc45 2022-11-28T15:11:02.134Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59220cb9-2af5-4f27-a50b-df9a61f7cc45 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:11:02.141Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.141Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648184775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:11:02.141Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.141Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.141Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1669648185778, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:11:02.145Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 59220cb9-2af5-4f27-a50b-df9a61f7cc45 2022-11-28T15:11:02.145Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 59220cb9-2af5-4f27-a50b-df9a61f7cc45 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-11-28T15:11:02.152Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:11:02.152Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "73a0f959-77dd-453c-8aec-3e7511796f91", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648197071, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T15:11:02.152Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:11:02.742Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-11-28T15:11:02.742Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-11-28T15:11:02.742Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-11-28T15:11:02.743Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:11:02.745Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:11:02.745Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648262742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:11:02.847Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-11-28T15:11:02.848Z||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. 2022-11-28T15:11:02.848Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:11:02.858Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:11:02.858Z||pool-139-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-11-28T15:11:03.746Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 59220cb9-2af5-4f27-a50b-df9a61f7cc45 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:11:03.755Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 59220cb9-2af5-4f27-a50b-df9a61f7cc45 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-11-28T15:11:03.757Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-11-28T15:11:03.757Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-11-28T15:11:03.757Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-11-28T15:11:03.757Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-11-28T15:11:03.758Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:11:03.758Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:11:03.758Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:11:03.758Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:11:03.758Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-11-28T15:11:03.758Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-11-28T15:11:03.762Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-11-28T15:11:33.763Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 59220cb9-2af5-4f27-a50b-df9a61f7cc45 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-11-28T15:11:33.770Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 59220cb9-2af5-4f27-a50b-df9a61f7cc45 and serviceModelVersionId: 10542573-37c2-4514-880f-0b5e2123d522 2022-11-28T15:11:33.770Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdec751f-e32f-499b-9c21-ff8bc6412a9d 2022-11-28T15:11:33.770Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdec751f-e32f-499b-9c21-ff8bc6412a9d/model-vers/model-ver/10542573-37c2-4514-880f-0b5e2123d522?depth=0 2022-11-28T15:11:33.773Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-11-28T15:11:33.808Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdec751f-e32f-499b-9c21-ff8bc6412a9d/model-vers/model-ver/10542573-37c2-4514-880f-0b5e2123d522?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-11-28T15:11:33.810Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdec751f-e32f-499b-9c21-ff8bc6412a9d/model-vers/model-ver/10542573-37c2-4514-880f-0b5e2123d522?depth=0|INFO|500||Invoke 2022-11-28T15:11:33.825Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdec751f-e32f-499b-9c21-ff8bc6412a9d/model-vers/model-ver/10542573-37c2-4514-880f-0b5e2123d522?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-11-28T15:11:33.926Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdec751f-e32f-499b-9c21-ff8bc6412a9d/model-vers/model-ver/10542573-37c2-4514-880f-0b5e2123d522?depth=0|INFO|500||InvokeReturn 2022-11-28T15:11:33.926Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdec751f-e32f-499b-9c21-ff8bc6412a9d/model-vers/model-ver/10542573-37c2-4514-880f-0b5e2123d522?depth=0 has http status code:200 and response headers:{date=[Mon, 28 Nov 2022 15:11:33 GMT], content-length=[0], vertex-id=[249904], x-aai-txid=[2-aai-resources-221128-15:11:33:776-72355], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2022-11-28T15:11:33.927Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-11-28T15:11:33.927Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-11-28T15:11:33.927Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-11-28T15:11:33.936Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-11-28T15:11:33.936Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 59220cb9-2af5-4f27-a50b-df9a61f7cc45 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-11-28T15:11:33.936Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-11-28T15:11:33.937Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-11-28T15:11:33.938Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-11-28T15:11:33.938Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648293936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T15:11:34.038Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-11-28T15:11:34.039Z||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. 2022-11-28T15:11:34.040Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:11:34.051Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:11:34.052Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-11-28T15:11:34.958Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:11:34.958Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:11:34.959Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:11:44.548Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:11:44.548Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:11:44.549Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:11:44.549Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:11:54.115Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:11:54.116Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:11:54.116Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:11:54.116Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:12:02.046Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:12:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:12:02.047Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:12:02.064Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:12:02.065Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-11-28T15:12:02.065Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:12:02.065Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-11-28T15:12:03.677Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:12:03.678Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:12:03.679Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:12:03.679Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:12:13.213Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:13:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:13:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:13:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:13:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:13:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:13:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:13:02.068Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:13:02.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.070Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:13:02.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648211593, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:13:02.072Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:02.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648213565, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:13:02.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "88ea04d4-4942-42ae-b870-348300952d76", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648244798, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T15:13:02.073Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:02.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.073Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-11-28T15:13:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-11-28T15:13:02.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.074Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-11-28T15:13:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.075Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-11-28T15:13:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648198088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-11-28T15:13:02.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-11-28T15:13:02.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648253965, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-11-28T15:13:02.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648256439, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-11-28T15:13:02.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.077Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648257527, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-11-28T15:13:02.077Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:02.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648258579, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-11-28T15:13:02.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648259733, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-11-28T15:13:02.078Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:02.078Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648260735, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-11-28T15:13:02.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:02.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-11-28T15:13:02.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648261739, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-11-28T15:13:02.079Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:13:11.579Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:14:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:14:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:14:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:14:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:14:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:14:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:14:02.600Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:14:02.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-28T15:14:02.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648262742, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-11-28T15:14:02.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:14:02.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-11-28T15:14:02.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "59220cb9-2af5-4f27-a50b-df9a61f7cc45", "consumerID": "SO-COpenSource-Env11", "timestamp": 1669648293936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-11-28T15:14:02.602Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-11-28T15:14:11.581Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:15:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:15:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:15:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:15:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:15:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:15:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:15:11.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:15:11.577Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:16:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:16:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:16:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:16:02.046Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:16:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:16:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:16:11.572Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:16:11.576Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:17:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:17:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:17:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:17:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:17:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:17:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:17:11.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:17:11.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:18:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:18:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:18:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:18:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:18:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:18:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:18:11.576Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:18:11.578Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:19:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:19:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:19:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:19:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:19:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:19:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:19:11.587Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:19:11.593Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:20:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:20:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:20:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:20:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:20:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:20:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:20:11.594Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:20:11.594Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:21:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:21:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:21:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:21:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:21:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:21:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:21:11.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:21:11.577Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:22:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:22:02.041Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:22:02.041Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:22:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:22:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:22:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:22:11.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:22:11.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:23:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:23:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:23:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:23:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:23:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:23:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:23:11.574Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:23:11.577Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:24:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:24:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:24:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:24:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:24:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:24:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:24:11.573Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:24:11.582Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:25:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:25:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:25:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:25:02.046Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:25:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:25:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:25:11.575Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:25:11.579Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:26:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:26:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:26:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:26:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:26:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:26:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:26:11.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:26:11.585Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:27:02.039Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:27:02.040Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:27:02.040Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:27:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:27:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:27:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:27:11.578Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:27:11.585Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:28:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:28:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:28:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:28:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:28:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:28:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:28:11.579Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:28:11.580Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:29:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:29:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:29:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:29:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:29:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:29:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:29:11.580Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:29:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:30:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:30:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:30:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:30:02.046Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:30:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:30:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:30:11.574Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:30:11.589Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:31:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:31:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:31:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:31:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:31:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:31:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:31:11.587Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:31:11.588Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:32:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:32:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:32:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:32:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:32:02.048Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:32:02.048Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:32:11.579Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:32:11.584Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:33:02.041Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:33:02.042Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:33:02.042Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:33:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:33:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:33:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:33:11.575Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:33:11.581Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:34:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:34:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:34:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:34:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:34:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:34:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:34:11.595Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:34:11.595Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:35:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:35:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:35:02.041Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:35:02.046Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:35:02.047Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:35:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:35:11.580Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:35:11.583Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:36:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:36:02.041Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:36:02.042Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:36:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:36:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:36:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:36:11.584Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:36:11.600Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:37:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:37:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:37:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:37:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:37:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:37:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:37:11.577Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:37:11.578Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:38:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:38:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:38:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:38:02.046Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:38:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:38:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:38:11.577Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:38:11.580Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:39:02.039Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:39:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:39:02.040Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:39:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:39:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:39:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:39:11.645Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:39:11.646Z|6b1c7728-80a4-4f86-b332-b0e87f9fdc8e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:40:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:40:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:40:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:40:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:40:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:40:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:40:11.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:40:11.579Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:41:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:41:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:41:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:41:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:41:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:41:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:41:11.586Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:41:11.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:42:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:42:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:42:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:42:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:42:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:42:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:42:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:42:11.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:43:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:43:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:43:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:43:02.046Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:43:02.047Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:43:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:43:11.577Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:43:11.578Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:44:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:44:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:44:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:44:02.046Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:44:02.047Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:44:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:44:11.576Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:44:11.580Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:45:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:45:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:45:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:45:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:45:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:45:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:45:11.580Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:45:11.581Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:46:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:46:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:46:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:46:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:46:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:46:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:46:11.595Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:46:11.597Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:47:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:47:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:47:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:47:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:47:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:47:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:47:11.579Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:47:11.591Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:48:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:48:02.040Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:48:02.040Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:48:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:48:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:48:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:48:11.594Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:48:11.596Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:49:02.039Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:49:02.041Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:49:02.041Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s2t2fNkWGtOrETCm) ... 2022-11-28T15:49:02.046Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:49:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:49:02.047Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:49:11.587Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:49:11.587Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:50:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:50:02.042Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:50:02.042Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:50:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:50:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:50:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:50:11.591Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:50:11.591Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:51:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:51:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:51:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:51:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:51:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:51:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:51:11.574Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:51:11.581Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:52:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:52:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:52:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:52:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:52:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:52:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:52:11.586Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:52:11.587Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:53:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:53:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:53:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:53:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:53:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:53:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:53:11.592Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:53:11.593Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:54:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:54:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:54:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:54:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:54:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:54:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:54:11.588Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:54:11.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:55:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:55:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:55:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:55:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:55:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:55:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:55:11.574Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:55:11.581Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:56:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:56:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:56:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:56:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:56:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:56:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:56:11.597Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:56:11.600Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:57:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:57:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:57:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:57:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:57:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:57:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:57:11.574Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:57:11.586Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:58:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:58:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:58:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:58:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:58:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:58:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:58:11.578Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:58:11.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:59:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:59:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:59:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:59:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T15:59:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T15:59:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T15:59:11.576Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T15:59:11.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:00:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:00:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:00:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:00:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:00:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:00:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:00:11.578Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:00:11.583Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:01:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:01:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:01:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:01:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:01:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:01:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:01:11.592Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:01:11.604Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:02:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:02:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:02:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:02:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:02:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:02:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:02:11.587Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:02:11.591Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:03:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:03:02.041Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:03:02.041Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:03:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:03:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:03:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:03:11.581Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:03:11.583Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:04:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:04:02.041Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:04:02.041Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:04:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:04:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:04:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:04:11.581Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:04:11.584Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:05:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:05:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:05:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:05:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:05:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:05:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:05:11.577Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:05:11.586Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:06:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:06:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:06:02.041Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:06:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:06:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:06:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:06:11.591Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:06:11.594Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:07:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:07:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:07:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:07:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:07:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:07:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:07:11.575Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:07:11.601Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:08:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:08:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:08:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:08:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:08:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:08:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:08:11.576Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:08:11.582Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:09:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:09:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:09:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:09:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:09:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:09:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:09:11.585Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:09:11.589Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:10:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:10:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:10:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:10:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:10:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:10:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:10:11.576Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:10:11.576Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:11:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:11:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:11:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:11:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:11:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:11:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:11:11.577Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:11:11.583Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:12:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:12:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:12:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:12:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:12:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:12:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:12:11.579Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:12:11.582Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:13:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:13:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:13:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:13:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:13:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:13:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:13:11.575Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:13:11.578Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:14:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:14:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:14:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:14:02.046Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:14:02.047Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:14:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:14:11.580Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:14:11.583Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:15:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:15:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:15:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:15:02.046Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:15:02.047Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:15:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:15:11.591Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:15:11.594Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:16:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:16:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:16:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:16:02.046Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:16:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:16:02.047Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:16:11.582Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:16:11.583Z|e196f61f-e3b6-44f8-ab34-ee04f70f80db|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:17:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:17:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:17:02.040Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:17:02.046Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:17:02.047Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:17:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:17:11.588Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:17:11.590Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:18:02.039Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:18:02.042Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:18:02.042Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:18:02.046Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-11-28T16:18:02.047Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-11-28T16:18:02.047Z||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 s2t2fNkWGtOrETCm) ... 2022-11-28T16:18:11.579Z|59220cb9-2af5-4f27-a50b-df9a61f7cc45|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-11-28T16:18:11.613Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK